aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/request
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* add missing indifferent_access require for #normalize_encode_paramsWill Jordan2018-08-161-0/+2
* Add changelog entry for #32446bogdanvlviv2018-04-061-2/+2
* Add #dig to ActionDispatch::Request::Sessionclaudiob2018-04-041-0/+8
* Consistent behavior for session and cookies with to_h and to_hash methodIgor Kasyanchuk2018-01-311-0/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-292-0/+4
* Scrub the invalid paramter value before using it in the errorArthur Neves2017-07-171-1/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-022-2/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-012-0/+2
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* Add lazy loading to #keys and #values methods in Sessioncodeforkjeff2017-04-261-0/+2
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-132-6/+5
* Document and update API for `skip_parameter_encoding`Aaron Patterson2016-12-211-0/+11
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-1/+1
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
|/
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-18/+17
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Ensure compatibility between ActionDispatch::Request::Session and RackJon Moss2016-05-041-1/+5
* Revert "Merge pull request #20851 from tomprats/indifferent-sessions"Matthew Draper2016-02-261-2/+2
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-261-8/+14
* Update Session to utilize indiffernt accessTom Prats2016-01-301-14/+8
* Update session to have indifferent accessTom Prats2016-01-291-2/+2
* Fix typo in docs [ci skip]Rebecca Skinner2016-01-141-2/+2
* Space OddityAkira Matsuda2016-01-141-2/+2
* Catch invalid UTF-8 querystring values and respond with BadRequestGrey Baker2015-10-231-0/+15
* stop using deprecated Abstract::ID classAaron Patterson2015-09-041-1/+1
* stop inheriting from Rack::RequestAaron Patterson2015-09-042-2/+2
* use a request object in the session middlewareAaron Patterson2015-08-221-22/+22
* point at rack masterAaron Patterson2015-08-201-2/+2
* rm `deep_munge`. You will live on in our hearts (and git history)Aaron Patterson2015-07-211-18/+12
* push param encoding in to the utils moduleAaron Patterson2015-07-211-0/+29
* stop keeping track of keys when "deep munging"Aaron Patterson2015-07-211-5/+3
* don't hold a reference to `env` in the options objectAaron Patterson2015-06-131-13/+11
* Add missing documentation for ActionDispatch::Request::Session [ci skip]Mehmet Emin İNAÇ2015-06-071-0/+33
* remove new line between doc and methodBruce Park2015-04-071-1/+0
* added docs for ActionDispatch::Request::Session#createBruce Park2015-04-071-1/+3
* Don't convert empty arrays to nils when deep munging paramsChris Sinjakli2014-12-151-4/+0
* Log which keys were set to nil in deep_mungeLukasz Sarnacki2014-01-281-4/+9
* Merge pull request #13188 from imanel/skip_deep_mungeJeremy Kemper2013-12-191-0/+6
|\
| * Add configuration option to optionally disable deep_mungeBernard Potocki2013-12-051-0/+6
* | Make ActionDispatch::Request::Session#fetch behave like Hash#fetchTrent Ogren2013-12-111-8/+8
|/
* add the fetch method to sessionsDamien Mathieu2013-10-291-0/+12
* Extract ActionDispatch::Request#deep_mungeGenadi Samokovarov2013-05-301-0/+24
* Integrate Action Pack with Rack 1.5Carlos Antonio da Silva2013-01-251-0/+4
* Merge pull request #7495 from steveklabnik/issue_7478Aaron Patterson2012-09-011-2/+5
|\
| * Force reloading of the session after destroyAndreas Loupasakis2012-09-011-0/+3
| * Assign a new session_id to session options hashAndreas Loupasakis2012-09-011-2/+2
* | Fix comment about Session.Steve Klabnik2012-08-311-1/+1
|/