Skip to content
This repository was archived by the owner on Nov 16, 2021. It is now read-only.

Run an application's console #196

Merged
merged 2 commits into from
Jan 8, 2016
Merged

Run an application's console #196

merged 2 commits into from
Jan 8, 2016

Conversation

alexmuller
Copy link
Contributor

No description provided.

When I install these dependencies locally I get a test failure
(presumably because flake8 has changed something about the lint
it runs).
@@ -37,5 +38,11 @@ def status(app):
_service(app, 'status')


@task
def console(app):
"""Attach to an application's console"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attach to a Rails application's console?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, thanks - fixed!

@mattbostock
Copy link
Contributor

👍 Should we rename the function also to make it specific to Rails?

@jamiecobbett
Copy link
Contributor

👍 Should we rename the function also to make it specific to Rails?

I think so.

```
fab staging class:backend numbered:1 app.rails_console:signon
```
@alexmuller
Copy link
Contributor Author

Updated to app.rails_console

mattbostock added a commit that referenced this pull request Jan 8, 2016
Run an application's console
@mattbostock mattbostock merged commit aa63dd3 into master Jan 8, 2016
@mattbostock mattbostock deleted the app-console branch January 8, 2016 15:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants