Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if Test::Unit is defined before adding backtrace filter. | José Valim | 2010-02-07 | 1 | -0/+17 |
| | |||||
* | Add config.generators.templates to provide alternative paths for template ↵ | José Valim | 2010-02-06 | 1 | -11/+4 |
| | | | | lookup. | ||||
* | Deprecate AC configuration values which were moved to Rack. | José Valim | 2010-02-01 | 2 | -2/+2 |
| | |||||
* | Add config.generators.fallbacks. | José Valim | 2010-02-01 | 1 | -1/+12 |
| | |||||
* | Improve railtie deprecation messages. | José Valim | 2010-01-30 | 1 | -0/+7 |
| | |||||
* | Move the ActiveRecord generator settings into the Railtie | Carl Lerche | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Add more tests to some key points in Railties. | José Valim | 2010-01-28 | 3 | -3/+30 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Add config.to_prepare back and add tests for it. | José Valim | 2010-01-28 | 1 | -0/+23 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -2/+8 |
| | |||||
* | Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ↵ | José Valim | 2010-01-26 | 1 | -1/+6 |
| | | | | any metal was declared. | ||||
* | Refactor railties test, break huge files in smaller chunks and move ↵ | José Valim | 2010-01-26 | 13 | -271/+441 |
| | | | | initializers to application folder. | ||||
* | Ensure calling a method in Rails::Application does not instantiate a void ↵ | José Valim | 2010-01-26 | 1 | -0/+7 |
| | | | | application. | ||||
* | 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 |
| | |