aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Add cookie.encrypted which returns an EncryptedCookieJarSantiago Pastorino2012-11-032-0/+63
* Sign cookies using key deriverSantiago Pastorino2012-11-035-28/+39
* Support :multiple option on input tags with :indexDaniel Fox, Grant Hutchins & Trace Wax2012-11-023-6/+17
* Clear url helpers when reloading routesSantiago Pastorino2012-11-022-0/+5
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-0354-609/+609
|\
| * Revert "dont encourage AC::Parameters#permit_all_parameters usage [ci skip]"Vijay Dev2012-11-031-1/+21
| * 1.9 hash syntax changes to docsAvnerCohen2012-10-3118-169/+169
| * Hash Syntax to 1.9 related changesAvnerCohen2012-10-2920-346/+346
| * dont encourage AC::Parameters#permit_all_parameters usage [ci skip]Francesco Rodriguez2012-10-281-21/+1
| * Multiple changes to 1,9 hash syntaxAvnerCohen2012-10-2715-77/+77
| * fix error in AssertTagHelper documentation [ci skip]Cesar Carruitero2012-10-211-5/+5
| * update AssetTagHelper documentation [ci skip]Cesar Carruitero2012-10-211-21/+21
| * fix StrongParameters example [ci skip]Francesco Rodriguez2012-10-211-1/+1
* | Add test to avoid regression of 1bfc5b4Rafael Mendonça França2012-11-021-0/+8
* | Revert "Merge pull request #7668 from Draiken/fix_issue_6497"Rafael Mendonça França2012-11-023-18/+1
* | memoize calculated ip without additional variableSergey Nartimov2012-11-011-6/+4
* | Fix #8086 (BestStandardsSupport rewrites app X-UA-Compatible header, now appe...Nikita Afanasenko2012-11-013-1/+46
* | Add test to ensure data attributes are properly escaped with tag helpersCarlos Antonio da Silva2012-11-011-2/+7
* | No need for the debuggerDavid Heinemeier Hansson2012-10-311-1/+0
* | Allow #permit to take its list of permitted parameters as an arrayDavid Heinemeier Hansson2012-10-312-1/+6
* | Revert "if format is unknown NullMimeTypeObject is returned"Guillermo Iguaran2012-10-313-28/+2
* | if format is unknown NullMimeTypeObject is returnedAngelo capilleri2012-10-313-2/+28
* | Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-3012-22/+20
* | Fix failing tests and use new hash style in deprecation messagesCarlos Antonio da Silva2012-10-296-28/+28
* | Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-2911-22/+45
* | Improve the deprecation message of link_to_function andRafael Mendonça França2012-10-272-8/+10
* | cleanup, remove trailing whitespace within actionpackYves Senn2012-10-2711-17/+17
* | Add missing require for minitest assertions. Breaks calling 'app' in console ...Jeremy Kemper2012-10-251-0/+1
* | Merge pull request #8030 from calebthompson/fix-ternaryRafael Mendonça França2012-10-251-2/+5
|\ \
| * | Fix gratuitous use of ternary operatorCaleb Thompson2012-10-251-2/+5
* | | remain backwards compatible, exception can be constructed with no argumentsAaron Patterson2012-10-251-1/+3
|/ /
* | give access to the original exception raised in case of a parse errorAaron Patterson2012-10-253-2/+23
* | do not lose backtrace information from the raised exceptionAaron Patterson2012-10-252-14/+11
* | fix uninitialized ivar warningsAaron Patterson2012-10-251-0/+10
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-211-17/+42
|\
| * add a nested attributes example into Strong Parameters documentation [ci skip]Francesco Rodriguez2012-10-181-6/+31
| * remove some non-breaking spaces [ci skip]Francesco Rodriguez2012-10-181-13/+13
* | check_box value can be not only an object of Array classVasiliy Ermolovich2012-10-202-3/+11
* | Add i18n scope to disance_of_time_in_words.Steve Klabnik2012-10-192-11/+24
* | synchronize on param filter cache.Aaron Patterson2012-10-181-2/+7
* | add another singleton for environment filteringAaron Patterson2012-10-181-3/+8
* | oops, forgot the default parameterAaron Patterson2012-10-181-1/+1
* | keep a singleton filter around that we can use when no filter is setAaron Patterson2012-10-181-2/+6
* | move compiled filters to their own class so that recursive calls don'tAaron Patterson2012-10-181-41/+45
* | nil isn't a valid filterAaron Patterson2012-10-181-1/+0
* | prevent people from accidentally modifying the filter wordAaron Patterson2012-10-181-1/+1
* | simplify filter enabled checkingAaron Patterson2012-10-181-9/+4
* | if no filters are supplied, default to an empty listAaron Patterson2012-10-181-1/+1
* | initialize required instance variables for this mixinAaron Patterson2012-10-181-2/+7
* | There is already a Set of non-hidden action_names lying around.thedarkone2012-10-181-8/+2