Created
March 28, 2009 18:52
-
-
Save shawn42/87175 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sanderson@shiny-2:~/code/snelps$ !rsdl | |
rsdl src/app.rb | |
The 'run' provides a unified access point for all the default Rails' commands. | |
Usage: ./script/run <command> [OPTIONS] | |
Examples: | |
./script/run generate controller Admin | |
./script/run process reaper | |
Choose: about, console, dbconsole, destroy, generate, plugin, runner, server, update | |
/Users/sanderson/code/snelps/src/network_manager.rb:7:in `<class:NetworkManager>': uninitialized constant NetworkManager::Commands (NameError) | |
from /Users/sanderson/code/snelps/src/network_manager.rb:5:in `<top (required)>' | |
from src/app.rb:33:in `require' | |
from src/app.rb:33:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment