Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exit with non-zero to signal failure. | Philip Arndt | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'drogus/plugin_new' | José Valim | 2010-11-11 | 1 | -1/+6 |
|\ | | | | | | | | | Conflicts: railties/test/generators/app_generator_test.rb | ||||
| * | Added 'rails plugin new' generator which generates gem plugin skeleton. | Piotr Sarnacki | 2010-11-02 | 1 | -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 ↵ | zhengjia | 2010-11-11 | 1 | -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 Noria | 2010-08-27 | 1 | -0/+2 |
| | | | | performs an exec call | ||||
* | detect being inside a rails application even from a subdirectory | Chad Fowler | 2010-06-10 | 1 | -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 Rodrigues | 2010-04-12 | 1 | -0/+30 |
rails [#4382 state:resolved] Signed-off-by: wycats <wycats@gmail.com> |