aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/cli.rb
Commit message (Collapse)AuthorAgeFilesLines
* Exit with non-zero to signal failure.Philip Arndt2011-01-291-1/+1
|
* Merge remote branch 'drogus/plugin_new'José Valim2010-11-111-1/+6
|\ | | | | | | | | Conflicts: railties/test/generators/app_generator_test.rb
| * Added 'rails plugin new' generator which generates gem plugin skeleton.Piotr Sarnacki2010-11-021-1/+6
| | | | | | | | | | | | This command is based on enginex gem by José Valim. It generates gem structure and ads dummy application into test/dummy. This can be used to start developing any kind of extension for rails 3.
* | Remove unused Configurable in Rails::Engine and Rails::Application. Remove ↵zhengjia2010-11-111-3/+0
|/ | | | | | unnecessary railties load path in cli [#5871 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* adds a comment in cli.rb so that it is clear that exec_script_rails! ↵Xavier Noria2010-08-271-0/+2
| | | | performs an exec call
* detect being inside a rails application even from a subdirectoryChad Fowler2010-06-101-19/+1
| | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* moved rails binary to rails gem, so rubygems can find specific versions of ↵Felipe Rodrigues2010-04-121-0/+30
rails [#4382 state:resolved] Signed-off-by: wycats <wycats@gmail.com>