Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve rails:template undefined LOCATION variable error message fixed | Raghunadh | 2011-07-23 | 1 | -3/+3 |
| | |||||
* | remove update:javascripts rake task | Akira Matsuda | 2011-05-13 | 1 | -7/+2 |
| | | | | because javascript libraries are not bundled anymore, and create_javascript_files generator was already removed | ||||
* | -j parameter added to rails new command. | siong1987 | 2010-10-11 | 1 | -1/+1 |
| | | | | | | | | Now you can start your apps with jquery with rails new myapp -j jquery, the default is still prototype [#5613 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Remove deprecation warnings in railties | Carlos Antonio da Silva | 2010-09-06 | 1 | -17/+0 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Fix app generator so that it uses the right app_name during rails:update ↵ | rohit | 2010-07-27 | 1 | -1/+1 |
| | | | | | | rake task. [#5207 state:committed] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Cut down on tasks shown in rake -T | David Heinemeier Hansson | 2010-06-09 | 1 | -9/+9 |
| | |||||
* | Removing Metal from Rails 3. | wycats | 2010-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | If you have existing Metals, you have a few options: * if your metal behaves like a middleware, add it to the middleware stack via config.middleware.use. You can use methods on the middleware stack to control exactly where it should go * if it behaves like a Rack endpoint, you can link to it in the router. This will result in more optimal routing time, and allows you to remove code in your endpoint that matches specific URLs in favor of the more powerful handling in the router itself. For the future, you can use ActionController::Metal to get a very fast controller with the ability to opt-in to specific controller features without paying the penalty of the full controller stack. Since Rails 3 is closer to Rack, the Metal abstraction is no longer needed. | ||||
* | Added Rake task rails:templates:copy to copy templates for customization ↵ | Jeroen van Dijk + Rodrigo Urubatan | 2010-05-15 | 1 | -0/+22 |
| | | | | | | [#4574 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Do not check for a valid const name in Rails 3.0 applications. [#4200 ↵ | José Valim | 2010-03-27 | 1 | -1/+2 |
| | | | | state:resolved] | ||||
* | rake tasks should use the new app generator path [#4257 state:resolved] | Sebastian Martinez | 2010-03-23 | 1 | -2/+2 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Deprecated framework rake tasks should exit with non-zero exit code [#4177 ↵ | Chris Griego | 2010-03-16 | 1 | -3/+3 |
| | | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Also check if application is a valid constant in rake rails:update. | José Valim | 2010-02-21 | 1 | -5/+11 |
| | |||||
* | Deprecated freeze rake tasks and cleaned up annotations.rake | Mikel Lindsaar | 2010-02-03 | 1 | -68/+7 |
| | |||||
* | Rake tasks should load generators from new paths. | José Valim | 2010-01-18 | 1 | -2/+2 |
| | |||||
* | Fixes rake:template task [#3714 status:resolved] | Rizwan Reza | 2010-01-17 | 1 | -2/+3 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | rails:update:configs updates boot.rb and the rest of config/* | Jeremy Kemper | 2009-12-01 | 1 | -0/+1 |
| | |||||
* | Reinstate rails:update:configs task removed in e1fdc8b | Jeremy Kemper | 2009-12-01 | 1 | -0/+5 |
| | |||||
* | Fix rails:update:scripts | Jeremy Kemper | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵ | Carl Lerche | 2009-10-16 | 1 | -5/+0 |
| | | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem. | ||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -4/+4 |
| | | | | application's object root) | ||||
* | Yank FCGI Handler from core | Joshua Peek | 2009-10-05 | 1 | -5/+0 |
| | | | http://github.com/rails/fcgi_handler | ||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+133 |