Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure environment config has higher priority than application ones. | José Valim | 2010-01-24 | 1 | -1/+12 |
| | |||||
* | Move console stuff to its own directory. | José Valim | 2010-01-23 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into app | José Valim | 2010-01-23 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: railties/lib/rails/application.rb | ||||
| * | Delegate App calls to instance | Joshua Peek | 2010-01-22 | 1 | -1/+1 |
| | | |||||
| * | Add test case for load initializers before routing behavior. | Prem Sichanugrist | 2010-01-22 | 1 | -0/+28 |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | | Ensure user set load paths have higher preference and move Bootstrap inside ↵ | José Valim | 2010-01-23 | 1 | -1/+1 |
| | | | | | | | | Application. | ||||
* | | Get rid of initializers global and create i18n railtie. | José Valim | 2010-01-23 | 2 | -29/+2 |
| | | |||||
* | | Got tests working once again. | José Valim | 2010-01-22 | 1 | -2/+2 |
| | | |||||
* | | Add view paths to Engine setup. | José Valim | 2010-01-22 | 1 | -2/+2 |
| | | |||||
* | | Add test case for load initializers before routing behavior. | Prem Sichanugrist | 2010-01-21 | 1 | -0/+28 |
|/ | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Make filter parameters based on request, so they can be modified for ↵ | José Valim | 2010-01-21 | 1 | -2/+2 |
| | | | | anything in the middleware stack. | ||||
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -1/+1 |
| | |||||
* | Add deprecation warning for calling filter_parameter_logging ↵ | Prem Sichanugrist | 2010-01-21 | 1 | -0/+12 |
| | | | | | | ActionController::Base, and allow it to be configured in config.filter_parameters Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Add notifications to default middleware stack and update subscriber tests. | José Valim | 2010-01-17 | 2 | -1/+2 |
| | |||||
* | 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 | 2 | -6/+42 |
| | |||||
* | Cleanup junk metal and revise API | Joshua Peek | 2010-01-10 | 2 | -2/+3 |
| | | | | | API Change: Returning a "X-Cascade: pass" header triggers the cascade instead of a 404 response. | ||||
* | Rewrite Metal tests | Joshua Peek | 2010-01-10 | 1 | -0/+86 |
| | |||||
* | Run railtie and plugin initializers before app specific ones | Joshua Peek | 2010-01-07 | 1 | -0/+11 |
| | |||||
* | assert_template depends on AV::Template monkey patches in action_view/test_case | Joshua Peek | 2010-01-05 | 1 | -0/+25 |
| | |||||
* | 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 | -0/+12 |
| | |||||
* | Middleware configuration tests | Joshua Peek | 2010-01-04 | 1 | -0/+67 |
| | |||||
* | Smoke test for test_help | Joshua Peek | 2010-01-04 | 1 | -0/+38 |
| | |||||
* | AppName::Application.root should work | Yehuda Katz | 2010-01-02 | 1 | -0/+5 |
| | |||||
* | Some railties cleanup: | Carl Lerche | 2009-12-31 | 3 | -0/+4 |
| | | | | | | * Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin | ||||
* | Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rb | Carl Lerche | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | Raise a helpful error if config.frameworks is used | Carl Lerche | 2009-12-31 | 1 | -0/+16 |
| | |||||
* | Fully remove config.frameworks in favor of requires in boot.rb | Carl Lerche | 2009-12-31 | 2 | -3/+4 |
| | |||||
* | Clarify assertion | Jeremy Kemper | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Use the correct method for eager loading autoloads | Carl Lerche | 2009-12-29 | 1 | -0/+16 |
| | |||||
* | Don't require initializer.rb in core.rb | Carl Lerche | 2009-12-28 | 1 | -10/+18 |
| | |||||
* | Merge remote branch 'origin/master' | Carlhuda | 2009-12-23 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: railties/lib/rails/application.rb | ||||
| * | Fix reference to Application#configuration to use #config | Jeremy Kemper | 2009-12-23 | 1 | -1/+1 |
| | | |||||
| * | Isolation tests intentionally avoid loading any state (because they're often ↵ | Carlhuda | 2009-12-23 | 1 | -3/+3 |
| | | | | | | | | testing things that have their own load path semantics that should not be polluted), so rack/test is not yet on the load path. Moving require "rack/test" into the setup means and after boot_rails means that it'll be required after the laod path has been altered to add in the Rails vendor/gems | ||||
* | | Rackup config.ru from the correct directory | Carlhuda | 2009-12-23 | 1 | -2/+4 |
| | | |||||
* | | Require active_support/all unless specifically requested to be left out. | Carlhuda | 2009-12-23 | 1 | -0/+6 |
| | | |||||
* | | Finish moving config.frameworks-dependent code to the framework plugin | Carlhuda | 2009-12-23 | 1 | -0/+2 |
| | | |||||
* | | Make /rails/info/properties work again. Also, the mocked up tests were ↵ | Carlhuda | 2009-12-23 | 1 | -0/+5 |
| | | | | | | | | passing so we added a test that actually tested this functionality. | ||||
* | | Isolation tests intentionally avoid loading any state (because they're often ↵ | Carlhuda | 2009-12-23 | 1 | -3/+3 |
| | | | | | | | | testing things that have their own load path semantics that should not be polluted), so rack/test is not yet on the load path. Moving require "rack/test" into the setup means and after boot_rails means that it'll be required after the laod path has been altered to add in the Rails vendor/gems | ||||
* | | Moving out some framework specific initializers into the framework libraries. | Carlhuda | 2009-12-23 | 1 | -23/+17 |
| | | |||||
* | | tests pass with requiring the frameworks in rails.rb | Carlhuda | 2009-12-23 | 4 | -61/+38 |
|/ | |||||
* | Merge branch 'master' of github.com:rails/rails | Joshua Peek | 2009-12-21 | 3 | -89/+87 |
|\ | | | | | | | | | | | Conflicts: railties/test/initializer/initialize_i18n_test.rb railties/test/initializer/path_test.rb | ||||
| * | Blog -> Blog::Application. Leave the toplevel module up for grabs. | Jeremy Kemper | 2009-12-21 | 1 | -1/+1 |
| | | |||||
* | | Update routes.rb template to use App name | Joshua Peek | 2009-12-21 | 2 | -7/+17 |
|/ | |||||
* | Default route was removed from default route config, patch up failing tests. | Joshua Peek | 2009-12-21 | 1 | -0/+18 |
| | |||||
* | Add the ability for plugins to set default configuration settings. | Carl Lerche | 2009-12-15 | 2 | -0/+22 |
| | |||||
* | Procs don't call themselves | Joshua Peek | 2009-12-15 | 1 | -0/+32 |
| | | | | Fixes dev mode reloading [#3574 state:resolved] |