| Commit message (Expand) | Author | Age | Files | Lines |
* | Change event namespace ordering to most-significant first [#4504 state:resolved] | Justin George | 2010-05-02 | 1 | -1/+1 |
* | ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r... | José Valim | 2010-04-29 | 1 | -3/+3 |
* | The rake task :environment now loads config/environment.rb instead of initial... | José Valim | 2010-04-29 | 3 | -2/+18 |
* | Fix failing test. | José Valim | 2010-04-28 | 1 | -0/+33 |
* | Ensure application rake tasks and generators are loaded after the ones specif... | José Valim | 2010-04-26 | 1 | -0/+23 |
* | Refactor tests by moving all middleware tests to the same place. | José Valim | 2010-04-26 | 3 | -120/+98 |
* | test refactor | Santiago Pastorino | 2010-04-19 | 1 | -2/+8 |
* | Added tests for config.action_controller.perform_caching | Chetan Sarva | 2010-04-13 | 1 | -0/+36 |
* | Fix a bug in ActionDispatch::Static where Rails cannot find assets if started... | José Valim | 2010-04-08 | 1 | -0/+9 |
* | Alleviate the pain in working with utf8 templates by setting a default encoding. | José Valim | 2010-04-07 | 1 | -0/+12 |
* | Remove app/views from the load paths [#4226 state:resolved] | José Valim | 2010-04-05 | 1 | -0/+1 |
* | Rename config.cookie_secret to config.secret_token and pass it as configurati... | José Valim | 2010-04-05 | 3 | -2/+18 |
* | Add a test which ensures action_dispatch.show_exceptions is properly disabled. | José Valim | 2010-04-02 | 1 | -0/+6 |
* | Make X-Sendfile default to "" so it works correctly in dev mode. | wycats | 2010-03-26 | 1 | -43/+36 |
* | Remove invalid builtin tests since we aren't adding that dir to the | Joshua Peek | 2010-03-20 | 1 | -18/+0 |
* | Fix protect_against_forgery | Carlhuda | 2010-03-19 | 1 | -0/+27 |
* | Add mailers to paths in case someone wants to access it directly and ensures ... | José Valim | 2010-03-06 | 1 | -3/+4 |
* | Change generated code to replace faulty comment | Carlhuda | 2010-03-04 | 1 | -1/+1 |
* | Deprecated ActionController::Base.session_options= and ActionController::Base... | Carlhuda | 2010-03-04 | 4 | -6/+10 |
* | Fix Sam Ruby's tests and deprecation warnings | Carlhuda | 2010-03-04 | 5 | -8/+8 |
* | Fix all the broken tests due to the AC configuration refactor | Carl Lerche | 2010-03-03 | 2 | -2/+3 |
* | Move remote_ip to a middleware: | Carlhuda | 2010-03-03 | 1 | -0/+53 |
* | Fix a test that assumes that defined?(ActiveRecord) == defined?(ActiveRecord:... | Carlhuda | 2010-03-02 | 1 | -1/+1 |
* | nested controllers need to be explicitly declared with the new mapper | Joshua Peek | 2010-02-28 | 1 | -1/+2 |
* | reload! on console now works as expected. [#3822 status:resolved] | José Valim | 2010-02-26 | 1 | -3/+29 |
* | Final pass at removing the router from a global constant | Carlhuda | 2010-02-25 | 1 | -0/+42 |
* | Woops, forgot to actually add active_support/core_ext/file/path.rb | Carlhuda | 2010-02-23 | 1 | -0/+1 |
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 1 | -1/+1 |
* | Makes send_file work again by deferring to Rack::Sendfile. | Carlhuda | 2010-02-23 | 1 | -0/+55 |
* | Add a test for default_url_options in AM. | José Valim | 2010-02-21 | 1 | -0/+11 |
* | Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte... | José Valim | 2010-02-19 | 1 | -3/+15 |
* | Ensure config.after_initializer is executed before building the middleware st... | José Valim | 2010-02-18 | 1 | -0/+14 |
* | Merge master. | José Valim | 2010-02-17 | 1 | -1/+1 |
|\ |
|
| * | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 1 | -1/+1 |
* | | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -1/+1 |
|/ |
|
* | 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 loo... | José Valim | 2010-02-06 | 1 | -11/+4 |
* | 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 |
* | Add config.to_prepare back and add tests for it. | José Valim | 2010-01-28 | 1 | -0/+23 |
* | 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 |
* | Refactor railties test, break huge files in smaller chunks and move initiali... | José Valim | 2010-01-26 | 13 | -271/+441 |
* | Ensure calling a method in Rails::Application does not instantiate a void app... | José Valim | 2010-01-26 | 1 | -0/+7 |
* | 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 |
|\ |
|