aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/rails.rb
Commit message (Collapse)AuthorAgeFilesLines
* Adding 'db' as a shortcut for dbconsole to the rails commandMikel Lindsaar2010-02-031-8/+9
|
* Wups, need the application command in there tooDavid Heinemeier Hansson2010-02-021-0/+2
|
* Fix rails serverDavid Heinemeier Hansson2010-02-021-1/+1
|
* Boot path has already been required, dont need it againDavid Heinemeier Hansson2010-02-021-5/+0
|
* Removed all the default commands in script/* and replaced them with ↵David Heinemeier Hansson2010-02-021-0/+69
script/rails and a rails command that'll act the same when run from within the app [DHH]