aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge commit 'rails/master'Xavier Noria2010-04-065-57/+70
|\
| * Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-055-14/+16
| * Move filter_parameter_logger to deprecated.rbwycats2010-04-041-0/+9
| * Make it easier to subclass AC::Metal with most, but not all, of the modules i...wycats2010-04-041-43/+45
| * Whitespacewycats2010-04-041-1/+1
* | revises some <%= in rdocXavier Noria2010-04-052-2/+2
|/
* Merge commit 'docrails/master'Xavier Noria2010-04-041-1/+1
|\
| * Update various documentation examples to use new routing DSLAndrew White2010-04-041-1/+1
* | Fix signed cookies by explicitly passing config to the cookie jarJeremy Kemper2010-04-041-2/+3
* | * Change the object used in routing constraints to be an instance ofwycats2010-04-032-2/+2
|/
* Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...José Valim2010-03-312-1/+12
* Consistent routing languageJoshua Peek2010-03-302-8/+8
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-292-7/+6
* Fix dom_id for ActiveRecord [#4296 state:resolved]José Valim2010-03-301-2/+2
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-284-0/+5
* Ensure details are frozen after @details_keys lookup. The implementation wait...José Valim2010-03-271-2/+1
* Fixes typo (ht: Claudio Poli) [#4107 state:closed]wycats2010-03-261-1/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-263-7/+9
* response_body is an Array in 1.9, so an Array was being pushed onto the cachewycats2010-03-191-0/+2
* Fix protect_against_forgeryCarlhuda2010-03-191-1/+3
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-0/+1
* Return a valid Rack response from bare ActionController::MetalCarlhuda2010-03-181-1/+7
* All tests pass without memoizing view_contextCarlhuda2010-03-182-20/+1
* Remove caching's dependency on view_context. Also, make it so that the layout...Carlhuda2010-03-181-10/+14
* @layout is a confusing name... use @cache_layoutCarlhuda2010-03-181-3/+3
* Get modules back into integration testsCarlhuda2010-03-171-1/+0
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-172-9/+20
* Mark bang instrumentations as something that you shuold not be listening to.José Valim2010-03-171-2/+2
* Ensure json is loaded before using responders.José Valim2010-03-171-0/+2
* Modify assert_template to use instrumentationCarlhuda2010-03-171-0/+82
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-1/+1
* Eliminate warnings for AM on 1.8wycats2010-03-162-5/+7
* Some more tweaks on <% %>.Carlhuda2010-03-161-2/+1
* RJS may cache an arrayJeremy Kemper2010-03-151-1/+1
* Add deprecation notices for <% %>.Carlhuda2010-03-151-5/+11
* to_str works hereJeremy Kemper2010-03-151-1/+1
* read_ and write_fragment cache preserve html safety yet cache strings onlyJeremy Kemper2010-03-141-6/+6
* Ensure controller filters are executed before stuff starts to happen.José Valim2010-03-132-3/+7
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-123-11/+14
* Write strings to fragment cache, not outputbuffersJeremy Kemper2010-03-111-1/+3
* ActionController::Base.request_forgery_protection_token should actually be th...Carl Lerche2010-03-111-1/+1
* Merge branch 'master' of gitproxy:rails/railsJosé Valim2010-03-103-84/+19
|\
| * skip_relative_url_root url_for option is deadJoshua Peek2010-03-091-3/+3
| * RouteSet#rewrite => url_forJoshua Peek2010-03-091-1/+1
| * Move AC::UrlRewriter onto route setJoshua Peek2010-03-092-81/+16