aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-244-59/+58
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-231-0/+2
* Fix controller_name for non default controller paths [#4901 state:resolved]knapo2010-06-231-1/+1
* Add support for specifying locals in view tests with assert template [#4927 s...David Chelimsky2010-06-221-3/+13
* Merge remote branch 'rails/master'Xavier Noria2010-06-204-10/+22
|\
| * Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-202-4/+13
| * Remove a relic of #request being in RackDelegationwycats2010-06-192-6/+9
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-152-3/+3
|\ \ | |/ |/|
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-112-3/+3
* | edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
|/
* class_attribute is not a direct replacement of class_inheritable_*.José Valim2010-06-101-3/+3
* cache_sweeper yields blank outputNeeraj Singh2010-06-081-0/+1
* regular expressions are usually ASCII-encoded, so force_encoding the content ...wycats2010-06-071-0/+1
* Make named helpers unprotected without becoming actions [#4696 state:resolved]wycats2010-06-071-0/+8
* Reset request.parameters after assigning params for functional testsJeremy Kemper2010-06-061-2/+4
* Memoizing methods on request means we need to clear them out on recycle!wycats2010-06-041-3/+3
* Add an asset_host accessor for consistency.José Valim2010-06-021-2/+1
* Extract assets paths and make them available to Action Mailer as wellDavid Heinemeier Hansson2010-06-021-1/+2
* Changes made while working on upgrading cells to Rails 3wycats2010-06-022-4/+5
* Add :only and :except to controllers MiddlewareStack. This allowsJosé Valim2010-05-301-3/+45
* Fix a bug where responders were not working properly on method override.José Valim2010-05-241-1/+1
* Ruby 1.9: helper path may be a pathname, so convert to a string before quotin...Jeremy Kemper2010-05-161-1/+1
* Eliminate false positives when passing symbols to assert_templateDavid Chelimsky2010-05-031-1/+2
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-024-11/+11
* add HTTP Token Authorization support to complement Basic and Digest Authoriza...rick2010-04-302-0/+159
* ActionCachingTestController rescues from all exceptions. Making sure that all...Neeraj Singh2010-04-291-1/+1
* extract ActionController::TestCase::BehaviorDavid Chelimsky2010-04-261-126/+133
* allow unsubscribe by name or subscription [#4433 state:resolved]David Chelimsky2010-04-241-0/+1
* Always downstream given options in :json, :xml and :js renderers and add test...José Valim2010-04-221-2/+2
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-228-165/+93
* It should be possible to render :json with optionswycats2010-04-201-1/+1
* perform_caching is now delegated to config on instance and class levelSantiago Pastorino2010-04-171-2/+3
* Revert "Avoid deprecation warnings and potential TypeErrors [#4404 state:reso...Carl Lerche2010-04-161-1/+0
* page_cache_extension is delegating to config so no need to deprecateSantiago Pastorino2010-04-161-1/+0
* Make perform_caching work again, with the tests passing and backward compatibleSantiago Pastorino and Carl Lerche2010-04-153-11/+10
* Revert "logger added to the deprecated config accessor" we need a major refac...Santiago Pastorino and Carl Lerche2010-04-151-1/+0
* logger added to the deprecated config accessorSantiago Pastorino2010-04-141-0/+1
* protected instance variables added to the deprecated config accessorSantiago Pastorino2010-04-141-0/+1
* asset and helper path added to the deprecated config accessorSantiago Pastorino2010-04-141-0/+2
* page_cache added to the deprecated config accessorSantiago Pastorino2010-04-141-3/+6
* Make use of config.perform_cachingSantiago Pastorino2010-04-142-6/+6
* Fix missing dependency on Hash#to_querySantiago Pastorino2010-04-141-0/+1
* Merge commit 'docrails/master'Xavier Noria2010-04-141-1/+1
|\
| * Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...Anil Wadghule2010-04-121-1/+1
* | config.perform_caching added to the deprecated config accessor [#4383 state:c...Santiago Pastorino2010-04-131-1/+2
|/
* Move verification to a plugin as well: http://github.com/rails/verification.gitJosé Valim2010-04-103-140/+19
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-1/+1
* Add accessors for request and response so tests don't have to mess with inter...Michael Koziarski2010-04-091-0/+2
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-083-4/+8
* Move the error raising to api_behavior.José Valim2010-04-071-1/+2