aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* AC::Parameters#permit! permits hashes in array valuesXavier Noria2013-12-233-5/+19
* Move the null mime type to request.formatCarlos Antonio da Silva2013-12-236-10/+10
* Add missing av/railtie requireŁukasz Strzałkowski2013-12-221-0/+1
* optimizes array conversion in AC::ParametersXavier Noria2013-12-212-2/+17
* refactors AC::Parameters#fetchXavier Noria2013-12-211-10/+3
* converts hashes in arrays of unfiltered params to unpermitted params [fixes #...Xavier Noria2013-12-213-3/+23
* Merge pull request #13188 from imanel/skip_deep_mungeJeremy Kemper2013-12-194-0/+33
|\
| * Add configuration option to optionally disable deep_mungeBernard Potocki2013-12-054-0/+35
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-204-4/+4
|\ \
| * | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-034-4/+4
* | | Fix assertions for testing unknown formats using Mime::NullTypeCarlos Antonio da Silva2013-12-191-5/+5
* | | Show routes defined under assets prefixRyunosuke SATO2013-12-193-1/+17
* | | Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-192-20/+9
* | | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...Vipul A M2013-12-183-7/+7
* | | Get ready to release 4.1.0.beta1David Heinemeier Hansson2013-12-171-1/+1
* | | Clearly limit new CSRF protection to GET requestsJeremy Kemper2013-12-172-2/+17
* | | Merge pull request #13345 from jeremy/get-csrfJeremy Kemper2013-12-175-25/+138
|\ \ \
| * | | CSRF protection from cross-origin <script> tagsJeremy Kemper2013-12-175-25/+138
* | | | Merge pull request #13346 from chancancode/release_notes_etcYves Senn2013-12-171-1/+1
|\ \ \ \
| * | | | Some assorted fixes for the 4.1 release notes:Godfrey Chan2013-12-171-1/+1
| |/ / /
* / / / Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
|/ / /
* | | Add mailer previews feature based on mail_view gemAndrew White2013-12-171-1/+1
* | | Merge pull request #13307 from akshay-vishnoi/typoRafael Mendonça França2013-12-151-1/+1
|\ \ \
| * | | Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-1/+1
* | | | Update secret_key_base Docsrobertomiranda2013-12-152-10/+11
* | | | Fix syntax error in redirect_to examplePhilipe Fatio2013-12-141-1/+1
* | | | Merge pull request #13293 from akshay-vishnoi/typoCarlos Antonio da Silva2013-12-124-5/+5
|\| | |
| * | | Spelling and Grammar checksAkshay Vishnoi2013-12-124-5/+5
* | | | Merge pull request #13290 from strzalek/inline-syntax-docsRafael Mendonça França2013-12-122-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Variants inline syntax documentation [ci skip]Łukasz Strzałkowski2013-12-122-0/+17
* | | | Changelog improvements [ci skip]Carlos Antonio da Silva2013-12-121-4/+6
|/ / /
* | | Merge pull request #13288 from dvsuresh/fix_typoDamien Mathieu2013-12-121-1/+1
|\ \ \
| * | | Fix typo in action_controller responder.rbdvsuresh2013-12-121-1/+1
* | | | Merge pull request #13284 from aayushkhandelwal11/typos_correctedGodfrey Chan2013-12-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | typos rectified [ci skip]Aayush khandelwal2013-12-121-1/+1
* | | | Update CHANGELOG entry for Session#fetchTrent Ogren2013-12-111-3/+1
* | | | Make ActionDispatch::Request::Session#fetch behave like Hash#fetchTrent Ogren2013-12-112-11/+10
|/ / /
* | | Fix mounting engines inside a resources blockPiotr Sarnacki2013-12-103-2/+18
* | | Inline variants syntaxŁukasz Strzałkowski2013-12-103-3/+63
* | | Simplify @responses hash initializationŁukasz Strzałkowski2013-12-101-1/+2
* | | Revert "Merge pull request #13235 from strzalek/variants-inline" -- needs a l...David Heinemeier Hansson2013-12-082-28/+10
* | | Merge pull request #13235 from strzalek/variants-inlineDavid Heinemeier Hansson2013-12-082-10/+28
|\ \ \
| * | | Inline variants syntaxŁukasz Strzałkowski2013-12-082-9/+27
| * | | Simplify @responses hash initializationŁukasz Strzałkowski2013-12-081-1/+1
* | | | Require action_view explicitly in AC::BaseŁukasz Strzałkowski2013-12-082-0/+2
|/ / /
* | | Variants can be declared without a block to signify their presence in the con...David Heinemeier Hansson2013-12-073-2/+5
* | | Allow code execution in case no variant has been set with variant.noneDavid Heinemeier Hansson2013-12-072-4/+21
* | | Fixed test for Mime::VCFArun Agrawal2013-12-061-3/+3
* | | Add Mime::Type.register "text/vcard", :vcf to the default list of mime typesDavid Heinemeier Hansson2013-12-052-0/+5
* | | Merge pull request #13189 from strzalek/retain-ap-av-depJeremy Kemper2013-12-055-19/+6
|\ \ \