aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* fix typos and improve AC::StrongParameters documentation [ci skip]Francesco Rodriguez2012-09-201-6/+8
* update AC::StrongParameters documentationFrancesco Rodriguez2012-09-191-8/+53
* define permitted? method instead of use an alias to fix rdocFrancesco Rodriguez2012-09-191-2/+12
* update AC::Parameters documentation [ci skip]Francesco Rodriguez2012-09-191-1/+149
* update AC::ParameterMissing documentation [ci skip]Francesco Rodriguez2012-09-191-2/+9
* update AC::ParamsWrapper documentation [ci skip]Francesco Rodriguez2012-09-191-3/+4
* Set AC::Parameters.permit_all_parameters explicitly to false when config.acti...Guillermo Iguaran2012-09-191-1/+1
* fix shadowing outer local variable warningSergey Nartimov2012-09-191-3/+3
* Merge pull request #7251 from rails/integrate-strong_parametersDavid Heinemeier Hansson2012-09-184-7/+132
|\
| * AC::ParameterMissing inherits from KeyError since it's more appropiated than ...Guillermo Iguaran2012-09-161-1/+1
| * Support fields_for attributes, which may have numeric symbols as hash keysGuillermo Iguaran2012-09-161-0/+4
| * Add config.action_controller.permit_all_attributes to bypass StrongParameters...Guillermo Iguaran2012-09-162-1/+6
| * Remove integration between attr_accessible/protected and AC::Metal::ParamsWra...Guillermo Iguaran2012-09-161-7/+2
| * Integrate ActionController::Parameters from StrongParameters gemGuillermo Iguaran2012-09-162-0/+121
* | log 404 status when ActiveRecord::RecordNotFound was raised (#7646)Yves Senn2012-09-171-1/+2
* | removes unnecessary selfXavier Noria2012-09-171-1/+1
* | revises the RDoc of AC::Base.without_modulesXavier Noria2012-09-171-2/+2
* | documents the request and response methods in AC::BaseXavier Noria2012-09-171-3/+21
* | revises RDoc in AC::Metal [ci skip]Xavier Noria2012-09-171-14/+7
* | removes unnecessary selfXavier Noria2012-09-171-1/+1
|/
* Build fix for ActionMailerArun Agrawal2012-09-141-0/+1
* Implement :null_session CSRF protection methodSergey Nartimov2012-09-131-22/+70
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-091-1/+1
|\
| * Doc: sweepers only work on Active Record Modelsschneems2012-09-051-1/+1
* | Use merge! to merge additional options onto default optionsCarlos Antonio da Silva2012-09-071-4/+3
* | AS::Callbacks: deprecate monkey patch of object callbacksBogdan Gusiev2012-09-071-1/+1
* | Fix example code: use tasks instead of commentsErik Behrends2012-09-021-1/+1
|/
* Sprockets-rails tests failDmitry Vorotilin2012-09-012-14/+1
* Instrumentation requires RackDelegationJosé Valim2012-08-301-0/+1
* Fixes warning: & interpreted as argument prefixkennyj2012-08-301-1/+1
* Use class_attribute so we dont bleedDavid Heinemeier Hansson2012-08-291-1/+6
* Added controller-level etag additions that will be part of the action etag co...David Heinemeier Hansson2012-08-291-4/+34
* Fix spacingDavid Heinemeier Hansson2012-08-291-8/+8
* Fix spacingDavid Heinemeier Hansson2012-08-291-5/+4
* Add Missing Keys from Journey on failed URL formatschneems2012-08-281-0/+3
* Deprecate AV::RecordIdentifier in controllersPiotr Sarnacki2012-08-282-4/+16
* No need to use included hook for includePiotr Sarnacki2012-08-281-3/+1
* Add deprecation horizon to html-scannerPiotr Sarnacki2012-08-281-1/+2
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-287-1755/+3
* Deprecate ActionController::RecordIdentifierPiotr Sarnacki2012-08-281-0/+8
* Move ActionController::RecordIdentifier to ActionViewPiotr Sarnacki2012-08-282-84/+1
* Remove dependency on actionpack in ActionView::AssetPathsPiotr Sarnacki2012-08-282-1/+16
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-9/+0
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-0/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-161-2/+2
|\
| * Minor language fix. [ci skip]Erich Menge2012-08-151-2/+2
* | push header merge down to a private method so that live responses can have th...Aaron Patterson2012-08-131-5/+4
* | live response headers can be merged with a hashAaron Patterson2012-08-131-0/+4
* | Missing closing tagEllis Berner2012-08-121-1/+1
* | Fix handling SCRIPT_NAME from within mounted engine'sPiotr Sarnacki2012-08-111-2/+8