aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
...
* | `assert_template` no more passing with what ever string that matches.Hugo Roque2012-09-291-5/+12
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-287-117/+137
|\ \
| * | update AC::ConditionalGet documentation [ci skip]Francesco Rodriguez2012-09-221-27/+31
| * | update AC::Caching documentation [ci skip]Francesco Rodriguez2012-09-225-87/+103
| * | remove AC::Parameters reference [ci skip]Francesco Rodriguez2012-09-211-1/+1
| * | fix typos in AC::StrongParameters documentation [ci skip]Francesco Rodriguez2012-09-211-2/+2
* | | Is not needed to wrap name inside an array hereSantiago Pastorino2012-09-271-1/+1
* | | Change key not found to param not foundSantiago Pastorino2012-09-271-6/+6
* | | Also includes ConstantLookup dependency for controller and mailer testsAndy Lindeman2012-09-261-0/+1
* | | Allow strings in the controller test describe blocksMike Moore2012-09-241-0/+1
* | | Support controller tests using spec DSL - fixes #7743Mike Moore2012-09-241-3/+5
|/ /
* | 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