aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* start using options objectAaron Patterson2012-11-131-1/+1
* Ruby 2.0.0 defaults source encoding to utf-8 so we need to specifically tag t...Aaron Patterson2012-11-121-0/+1
* Revert "Merge pull request #8017 from jcoglan/objectless_sessions"Jon Leighton2012-11-091-21/+0
* Merge pull request #8017 from jcoglan/objectless_sessionsJon Leighton2012-11-081-0/+21
|\
| * Store FlashHashes in the session as plain hashes rather than custom objects w...James Coglan2012-11-031-0/+21
* | Merge pull request #8115 from senny/7842_handle_trailing_slash_with_enginesRafael Mendonça França2012-11-081-0/+5
|\ \
| * | test case to lock down the behavior of #7842Yves Senn2012-11-041-0/+5
| |/
* | Test that permitted? is sticky on accessors, mutators, and mergesBenjamin Quorning2012-11-061-0/+24
* | Test that not permitted is sticky on #exceptBenjamin Quorning2012-11-061-0/+1
* | Current tests are testing stickiness of non-permitted parametersBenjamin Quorning2012-11-061-3/+3
* | Fix buggy testsBenjamin Quorning2012-11-061-4/+4
* | Add ensure block to make sure the state is properly restoredCarlos Antonio da Silva2012-11-041-1/+1
|/
* Support :multiple option on input tags with :indexDaniel Fox, Grant Hutchins & Trace Wax2012-11-021-0/+13
* 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-021-7/+0
* Fix #8086 (BestStandardsSupport rewrites app X-UA-Compatible header, now appe...Nikita Afanasenko2012-11-011-0/+34
* 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-311-0/+5
* Revert "if format is unknown NullMimeTypeObject is returned"Guillermo Iguaran2012-10-311-11/+1
* if format is unknown NullMimeTypeObject is returnedAngelo capilleri2012-10-311-1/+11
* Fix failing tests and use new hash style in deprecation messagesCarlos Antonio da Silva2012-10-292-12/+12
* Improve the deprecation message of link_to_function andRafael Mendonça França2012-10-271-6/+6
* cleanup, remove trailing whitespace within actionpackYves Senn2012-10-279-15/+15
* give access to the original exception raised in case of a parse errorAaron Patterson2012-10-251-0/+14
* do not lose backtrace information from the raised exceptionAaron Patterson2012-10-251-4/+5
* check_box value can be not only an object of Array classVasiliy Ermolovich2012-10-201-0/+6
* Add i18n scope to disance_of_time_in_words.Steve Klabnik2012-10-191-10/+19
* add test for fetch with a blockAaron Patterson2012-10-181-0/+4
* prefer composition over inheritenceAaron Patterson2012-10-181-0/+16
* Merge pull request #7975 from butcher/extend_date_select_helper_functionalityRafael Mendonça França2012-10-181-0/+16
|\
| * Extend date_select helper functionality.Pavel Nikitin2012-10-181-0/+16
* | Permit string and float values in the multiparameter attributesRafael Mendonça França2012-10-181-9/+14
* | use the tmp filesystem rather than our own thing.Aaron Patterson2012-10-171-5/+9
|/
* Ignore asset url query string or anchor when appending extensions and computi...Joshua Peek2012-10-151-1/+18
* Extract compute_asset_extname and allow extname to be disabledJoshua Peek2012-10-151-6/+15
* Merge branch 'master' into asset-path-helperJoshua Peek2012-10-151-5/+1
|\
| * Minor cleanup, helper method was only used onceAyrton De Craene2012-10-151-5/+1
* | :fire: Rails asset id supportJoshua Peek2012-10-151-80/+1
* | Allow asset url config to be undefinedJoshua Peek2012-10-131-0/+41
* | Add a few more compute_asset_path testsJoshua Peek2012-10-131-0/+8
* | JAVASCRIPTS_DIR, STYLESHEETS_DIR, ASSETS_DIR don't even exist anymoreJoshua Peek2012-10-121-28/+0
* | Ensure AssetUrlHelper can be mixed into AC::BaseJoshua Peek2012-10-121-0/+33
* | Refactor AssetUrlHelper to make it friendly for plugins and extensionsJoshua Peek2012-10-121-1/+35
* | Add asset_path and asset_url helpersJoshua Peek2012-10-121-0/+18
|/
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* When executing permit with just a key that points to a hash, DO NOT allow all...Santiago Pastorino2012-10-121-1/+5
* Allow for deep directory path for view templates.Andy Shipman2012-10-113-0/+7
* recognizes when a partial was rendered twice. Closes #3675Yves Senn2012-10-112-0/+10
* Remove old asset tag concatenationJoshua Peek2012-10-101-752/+0