| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate false positives when passing symbols to assert_template | David Chelimsky | 2010-05-03 | 1 | -1/+2 |
* | Change event namespace ordering to most-significant first [#4504 state:resolved] | Justin George | 2010-05-02 | 4 | -11/+11 |
* | add HTTP Token Authorization support to complement Basic and Digest Authoriza... | rick | 2010-04-30 | 2 | -0/+159 |
* | ActionCachingTestController rescues from all exceptions. Making sure that all... | Neeraj Singh | 2010-04-29 | 1 | -1/+1 |
* | extract ActionController::TestCase::Behavior | David Chelimsky | 2010-04-26 | 1 | -126/+133 |
* | allow unsubscribe by name or subscription [#4433 state:resolved] | David Chelimsky | 2010-04-24 | 1 | -0/+1 |
* | Always downstream given options in :json, :xml and :js renderers and add test... | José Valim | 2010-04-22 | 1 | -2/+2 |
* | Clean up the config object in ActionPack. Create config_accessor which just d... | José Valim | 2010-04-22 | 8 | -165/+93 |
* | It should be possible to render :json with options | wycats | 2010-04-20 | 1 | -1/+1 |
* | perform_caching is now delegated to config on instance and class level | Santiago Pastorino | 2010-04-17 | 1 | -2/+3 |
* | Revert "Avoid deprecation warnings and potential TypeErrors [#4404 state:reso... | Carl Lerche | 2010-04-16 | 1 | -1/+0 |
* | page_cache_extension is delegating to config so no need to deprecate | Santiago Pastorino | 2010-04-16 | 1 | -1/+0 |
* | Make perform_caching work again, with the tests passing and backward compatible | Santiago Pastorino and Carl Lerche | 2010-04-15 | 3 | -11/+10 |
* | Revert "logger added to the deprecated config accessor" we need a major refac... | Santiago Pastorino and Carl Lerche | 2010-04-15 | 1 | -1/+0 |
* | logger added to the deprecated config accessor | Santiago Pastorino | 2010-04-14 | 1 | -0/+1 |
* | protected instance variables added to the deprecated config accessor | Santiago Pastorino | 2010-04-14 | 1 | -0/+1 |
* | asset and helper path added to the deprecated config accessor | Santiago Pastorino | 2010-04-14 | 1 | -0/+2 |
* | page_cache added to the deprecated config accessor | Santiago Pastorino | 2010-04-14 | 1 | -3/+6 |
* | Make use of config.perform_caching | Santiago Pastorino | 2010-04-14 | 2 | -6/+6 |
* | Fix missing dependency on Hash#to_query | Santiago Pastorino | 2010-04-14 | 1 | -0/+1 |
* | Merge commit 'docrails/master' | Xavier Noria | 2010-04-14 | 1 | -1/+1 |
|\ |
|
| * | Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif... | Anil Wadghule | 2010-04-12 | 1 | -1/+1 |
* | | config.perform_caching added to the deprecated config accessor [#4383 state:c... | Santiago Pastorino | 2010-04-13 | 1 | -1/+2 |
|/ |
|
* | Move verification to a plugin as well: http://github.com/rails/verification.git | José Valim | 2010-04-10 | 3 | -140/+19 |
* | fix stack trace lines on class_eval | Santiago Pastorino | 2010-04-09 | 1 | -1/+1 |
* | Add accessors for request and response so tests don't have to mess with inter... | Michael Koziarski | 2010-04-09 | 1 | -0/+2 |
* | Fix a bug in ActionDispatch::Static where Rails cannot find assets if started... | José Valim | 2010-04-08 | 3 | -4/+8 |
* | Move the error raising to api_behavior. | José Valim | 2010-04-07 | 1 | -1/+2 |
* | Merge commit 'rails/master' | Xavier Noria | 2010-04-06 | 5 | -57/+70 |
|\ |
|
| * | Rename config.cookie_secret to config.secret_token and pass it as configurati... | José Valim | 2010-04-05 | 5 | -14/+16 |
| * | Move filter_parameter_logger to deprecated.rb | wycats | 2010-04-04 | 1 | -0/+9 |
| * | Make it easier to subclass AC::Metal with most, but not all, of the modules i... | wycats | 2010-04-04 | 1 | -43/+45 |
| * | Whitespace | wycats | 2010-04-04 | 1 | -1/+1 |
* | | revises some <%= in rdoc | Xavier Noria | 2010-04-05 | 2 | -2/+2 |
|/ |
|
* | Merge commit 'docrails/master' | Xavier Noria | 2010-04-04 | 1 | -1/+1 |
|\ |
|
| * | Update various documentation examples to use new routing DSL | Andrew White | 2010-04-04 | 1 | -1/+1 |
* | | Fix signed cookies by explicitly passing config to the cookie jar | Jeremy Kemper | 2010-04-04 | 1 | -2/+3 |
* | | * Change the object used in routing constraints to be an instance of | wycats | 2010-04-03 | 2 | -2/+2 |
|/ |
|
* | Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si... | José Valim | 2010-03-31 | 2 | -1/+12 |
* | Consistent routing language | Joshua Peek | 2010-03-30 | 2 | -8/+8 |
* | Replace the placeholder base_hook API with on_load. To specify some code that | wycats | 2010-03-29 | 2 | -7/+6 |
* | Fix dom_id for ActiveRecord [#4296 state:resolved] | José Valim | 2010-03-30 | 1 | -2/+2 |
* | adds missing requires for Object#blank? and Object#present? | Xavier Noria | 2010-03-28 | 4 | -0/+5 |
* | Ensure details are frozen after @details_keys lookup. The implementation wait... | José Valim | 2010-03-27 | 1 | -2/+1 |
* | Fixes typo (ht: Claudio Poli) [#4107 state:closed] | wycats | 2010-03-26 | 1 | -1/+1 |
* | Move application configuration to the application configuration object, remov... | José Valim | 2010-03-26 | 3 | -7/+9 |
* | response_body is an Array in 1.9, so an Array was being pushed onto the cache | wycats | 2010-03-19 | 1 | -0/+2 |
* | Fix protect_against_forgery | Carlhuda | 2010-03-19 | 1 | -1/+3 |
* | Improve performance of the rendering stack by freezing formats as a sign that... | José Valim | 2010-03-19 | 1 | -0/+1 |
* | Return a valid Rack response from bare ActionController::Metal | Carlhuda | 2010-03-18 | 1 | -1/+7 |