Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate AC configuration values which were moved to Rack. | José Valim | 2010-02-01 | 1 | -2/+2 |
| | |||||
* | Add config.generators.fallbacks. | José Valim | 2010-02-01 | 1 | -1/+2 |
| | |||||
* | Improve railtie deprecation messages. | José Valim | 2010-01-30 | 1 | -10/+10 |
| | |||||
* | Add config.to_prepare back and add tests for it. | José Valim | 2010-01-28 | 1 | -0/+8 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Refactor MetalLoader and RoutesReloader to rely less on class configuration. | José Valim | 2010-01-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Fix the test_framework generator tests | Carl Lerche | 2010-01-28 | 1 | -0/+2 |
| | |||||
* | Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ↵ | José Valim | 2010-01-26 | 1 | -1/+1 |
| | | | | any metal was declared. | ||||
* | Ensure metals and initializers in plugins are loaded. | José Valim | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Rename plugin_name to railtie_name and engine_name. | José Valim | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Move configuration to subfolders. | José Valim | 2010-01-23 | 1 | -212/+80 |
| | |||||
* | Plugin is now an Engine. | José Valim | 2010-01-23 | 1 | -8/+7 |
| | |||||
* | Extract Railtie load from application. | José Valim | 2010-01-23 | 1 | -0/+2 |
| | |||||
* | Extract routes reloading responsibilities from application and load them ↵ | José Valim | 2010-01-23 | 1 | -4/+1 |
| | | | | just upon a request. | ||||
* | Ensure user set load paths have higher preference and move Bootstrap inside ↵ | José Valim | 2010-01-23 | 1 | -2/+1 |
| | | | | Application. | ||||
* | Get rid of initializers global and create i18n railtie. | José Valim | 2010-01-23 | 1 | -159/+126 |
| | |||||
* | Moved more configuration away from bootstrap. | José Valim | 2010-01-22 | 1 | -3/+1 |
| | |||||
* | Got tests working once again. | José Valim | 2010-01-22 | 1 | -11/+17 |
| | |||||
* | Add view paths to Engine setup. | José Valim | 2010-01-22 | 1 | -20/+16 |
| | |||||
* | Massive cleanup in Railties and load stack. | José Valim | 2010-01-21 | 1 | -104/+129 |
| | |||||
* | Make filter parameters based on request, so they can be modified for ↵ | José Valim | 2010-01-21 | 1 | -5/+2 |
| | | | | anything in the middleware stack. | ||||
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -6/+6 |
| | |||||
* | Tidy up new filter_parameters implementation. | José Valim | 2010-01-21 | 1 | -1/+1 |
| | |||||
* | Add deprecation warning for calling filter_parameter_logging ↵ | Prem Sichanugrist | 2010-01-21 | 1 | -0/+4 |
| | | | | | | ActionController::Base, and allow it to be configured in config.filter_parameters Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Add all folders in app/* to the load path | Joshua Peek | 2010-01-18 | 1 | -15/+3 |
| | |||||
* | Move middleware builder back to Rails::Rack::Metal without losing the new ↵ | José Valim | 2010-01-17 | 1 | -0/+1 |
| | | | | behavior. | ||||
* | Get rid of prepare_each_request, since now it's a middleware initialization ↵ | José Valim | 2010-01-17 | 1 | -1/+1 |
| | | | | parameter. | ||||
* | Add notifications to default middleware stack and update subscriber tests. | José Valim | 2010-01-17 | 1 | -0/+1 |
| | |||||
* | Cookies middleware | Joshua Peek | 2010-01-16 | 1 | -0/+1 |
| | |||||
* | Move Flash into middleware | Joshua Peek | 2010-01-15 | 1 | -0/+1 |
| | |||||
* | Make HEAD method masquerade as GET so requests are routed correctly | Joshua Peek | 2010-01-15 | 1 | -1/+1 |
| | |||||
* | Set up subscriber on initialization. | José Valim | 2010-01-13 | 1 | -6/+9 |
| | |||||
* | Revert "Add a generator_paths config option" | José Valim | 2010-01-13 | 1 | -7/+5 |
| | | | | This reverts commit 8665c754cb61c947cd55f8886c28188050aed78d. | ||||
* | Get everyone running on Rails.env and fix the broken environment settings ↵ | David Heinemeier Hansson | 2010-01-11 | 1 | -6/+6 |
| | | | | for script/console and script/dbconsole | ||||
* | Add a generator_paths config option | Yehuda Katz | 2010-01-09 | 1 | -5/+7 |
| | |||||
* | Fix spacing on frameworks error message | Jeffrey Hardy | 2010-01-06 | 1 | -2/+2 |
| | |||||
* | Trash string coercion rack hacks | Joshua Peek | 2010-01-04 | 1 | -1/+0 |
| | |||||
* | Default middleware stack needs to be available at configuration time | Joshua Peek | 2010-01-04 | 1 | -3/+17 |
| | |||||
* | Time zoning should be turned on by default with UTC | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+4 |
| | |||||
* | Some railties cleanup: | Carl Lerche | 2009-12-31 | 1 | -4/+4 |
| | | | | | | * Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin | ||||
* | Raise a helpful error if config.frameworks is used | Carl Lerche | 2009-12-31 | 1 | -0/+7 |
| | |||||
* | Fully remove config.frameworks in favor of requires in boot.rb | Carl Lerche | 2009-12-31 | 1 | -20/+1 |
| | |||||
* | Revert "Add config.action_controller.include behavior to plugins." | Jeremy Kemper | 2009-12-30 | 1 | -19/+1 |
| | | | | | | | | This reverts commit 7e8b7f46bfc086a36db996420fbee93348c5268e. Conflicts: railties/lib/rails/plugin.rb | ||||
* | Add config.action_controller.include behavior to plugins. | José Valim | 2009-12-27 | 1 | -1/+19 |
| | |||||
* | Moving out some framework specific initializers into the framework libraries. | Carlhuda | 2009-12-23 | 1 | -11/+14 |
| | |||||
* | Give the builtin controllers their own routes.rb now that the legacy ↵ | David Heinemeier Hansson | 2009-12-21 | 1 | -0/+4 |
| | | | | catch-all is gone | ||||
* | Add the ability for plugins to set default configuration settings. | Carl Lerche | 2009-12-15 | 1 | -15/+53 |
| | |||||
* | Fix warnings in railties configuration and initializeable | Joshua Peek | 2009-12-14 | 1 | -9/+13 |
| | |||||
* | Update rails application root detection to take into consideration a ↵ | Carlhuda | 2009-11-23 | 1 | -1/+1 |
| | | | | callstack that includes the rack library | ||||
* | Refactor plugins | Yehuda Katz + Carl Lerche | 2009-11-11 | 1 | -30/+3 |
| | |||||
* | Pass config.generators options along when RAILS_GENERATORS is set and show ↵ | José Valim | 2009-11-03 | 1 | -5/+9 |
| | | | | | | --force-plural message just once. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> |