Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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> | |||||
* | Duplicate AS code no longer needed | Yehuda Katz + Carl Lerche | 2009-10-27 | 1 | -3/+4 | |
| | ||||||
* | Remove some remnants of config.gem | Carl Lerche | 2009-10-17 | 1 | -20/+1 | |
| | ||||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -23/+11 | |
| | | | | application's object root) | |||||
* | Renamed Orchestra to Notifications once again [#3321 state:resolved] | José Valim | 2009-10-15 | 1 | -4/+4 | |
| | ||||||
* | Configure Orchestra on initialization. | José Valim | 2009-10-15 | 1 | -0/+8 | |
| | ||||||
* | Have Rails.root be based off of config.ru | Carl Lerche | 2009-10-14 | 1 | -47/+67 | |
| | ||||||
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-14 | 1 | -90/+83 | |
| | ||||||
* | Create separate middleware stack for initializer | Joshua Peek | 2009-09-26 | 1 | -3/+2 | |
| | ||||||
* | Enable static asset server by default | Joshua Peek | 2009-09-26 | 1 | -1/+6 | |
| | ||||||
* | Initializer middleware helper needs to require actioncontroller | Joshua Peek | 2009-08-31 | 1 | -0/+1 | |
| | ||||||
* | Add a .tmp path | Yehuda Katz | 2009-08-09 | 1 | -1/+2 | |
| | ||||||
* | Change generators configuration to have a hash style. | José Valim | 2009-07-15 | 1 | -29/+16 | |
| | ||||||
* | Allow nil and false to be given as configuration values and avoid creating ↵ | José Valim | 2009-07-15 | 1 | -1/+1 | |
| | | | | unecessary hashes. | |||||
* | Allow namespaced configuration on generators. | José Valim | 2009-07-15 | 1 | -21/+32 | |
| | ||||||
* | Generators are configured on initialization if RAILS_ENV=generators. | José Valim | 2009-07-08 | 1 | -19/+20 | |
| | ||||||
* | Added config.generators with tests. | José Valim | 2009-07-08 | 1 | -1/+48 | |
| | ||||||
* | Reapply Rails::Application::Path tweaks | Yehuda Katz + Carl Lerche | 2009-07-06 | 1 | -27/+13 | |
| | | | | | Reapplies: a4bdc00fec623f72592e663e6d7830eea0bc6ea4 3c1dab72259d01c6335bf359d7f9b3af69d45bb4 | |||||
* | Revert "Compact the way application paths are defined" | Pratik Naik | 2009-07-03 | 1 | -13/+27 | |
| | | | | | | This reverts commit 940aad225af0b963f435a0bf015daece2218d502. Reason : The server does not start | |||||
* | Compact the way application paths are defined | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -27/+13 | |
| | ||||||
* | Add #concat to Rails::Application::Path | Carl Lerche | 2009-06-30 | 1 | -1/+1 | |
| | ||||||
* | Stop the initializer from blowing up when builtin_directories is empty | Carl Lerche | 2009-06-30 | 1 | -1/+1 | |
| | ||||||
* | Starting to replace scattered path configuration settings with the path object | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -2/+31 | |
| |