aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | set 'alt' attribute for image_submit_tagNihad Abbasov2013-01-081-2/+2
* | | | | Revert "unpermitted params" exception -- it's just not going to work. See the...David Heinemeier Hansson2013-01-081-43/+0
* | | | | Never treat action or controller as unpermitted paramsDavid Heinemeier Hansson2013-01-081-0/+10
|/ / / /
* / / / Do not generate local vars for partials without object or collectionCarlos Antonio da Silva2013-01-082-0/+8
|/ / /
* | | Namespace HashWithIndifferentAccessAkira Matsuda2013-01-071-3/+2
* | | Needless requiresAkira Matsuda2013-01-061-2/+0
* | | Missing requiresAkira Matsuda2013-01-061-0/+1
* | | Do not call fields_for from form_for, to avoid instantiating two buildersCarlos Antonio da Silva2013-01-061-1/+13
* | | Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-064-25/+17
* | | deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-056-16/+16
* | | display mountable engine routes on RoutingError.Yves Senn2013-01-051-2/+20
* | | split formatting concerns from RoutesInspectorYves Senn2013-01-051-4/+21
* | | Rename the last occurrence of UnexpectedParametersRafael Mendonça França2013-01-051-2/+2
* | | Rename the configuration to raise_on_unpermitted_parametersRafael Mendonça França2013-01-051-4/+4
* | | Merge pull request #8752 from thomasfedb/masterRafael Mendonça França2013-01-051-0/+33
|\ \ \
| * | | Allow developers to enable raising of exception when unexpected params are pr...Thomas Drake-Brockman2013-01-051-0/+33
* | | | Allow use of durations for ActionDispatch::SSL configurationAndrew White2013-01-041-0/+7
|/ / /
* | | Restore original remote_ip algorithm.Andre Arko2013-01-021-58/+44
* | | do not append a second slash when usingYves Senn2013-01-021-6/+16
* | | No need to pass a empty block to content_tag_for anymoreRafael Mendonça França2013-01-021-11/+11
* | | Make content_tag_for work without blockRafael Mendonça França2013-01-021-0/+8
* | | Fix test for DebugExceptions due to template changeGuillermo Iguaran2012-12-311-1/+1
* | | Use ActiveSupport::TestCase in the journey testsRafael Mendonça França2012-12-3113-13/+13
* | | Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-3112-22/+22
* | | Do not use the same tests descriptionRafael Mendonça França2012-12-311-3/+3
* | | Remove unneeded testsRafael Mendonça França2012-12-315-381/+0
* | | Add active_support/testing/autorunRafael Mendonça França2012-12-313-3/+3
* | | Merge pull request #8662 from senny/8661_should_not_append_charset_if_already...Santiago Pastorino2012-12-311-1/+12
|\ \ \
| * | | charset should not be appended for `head` responsesYves Senn2012-12-311-1/+12
* | | | Merge pull request #8546 from hsbt/fix-testcase-strict-warningSantiago Pastorino2012-12-301-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | change spy of after invoked controller action. because ruby-2.0.0 waned unus...SHIBATA Hiroshi2012-12-201-1/+2
* | | | Fix collection_radio_buttons with the option `:checked` with value ofRafael Mendonça França2012-12-261-0/+6
| |/ / |/| |
* | | we're not supporting SQLite 2Akira Matsuda2012-12-241-13/+5
* | | Merge pull request #8085 from acapilleri/format_never_nilGuillermo Iguaran2012-12-222-2/+11
|\ \ \
| * | | return Mime::NullType if format is unknownAngelo Capilleri2012-12-222-2/+11
* | | | Merge pull request #8586 from balexand/cache_digests_regexRafael Mendonça França2012-12-212-1/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Digestor explicit dependency should not contain trailing whitespaceBrian Alexander2012-12-212-1/+11
* | | | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-10/+0
* | | | Merge pull request #7312 from krainboltgreene/http-token-parser-bugSteve Klabnik2012-12-211-6/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Refactoring the token_and_options method to fix bugsKurtis Rainbolt-Greene2012-12-151-6/+29
| |/ /
* | | Integrate Journey into Action DispatchAndrew White2012-12-1913-0/+1615
* | | Remove obfuscation support from mail_to helperNick Reed2012-12-181-56/+0
* | | handle protocol option in stylesheet_link_tag and javascript_include_tagVasiliy Ermolovich2012-12-181-1/+23
|/ /
* | Merge pull request #8497 from acapilleri/conditional_cacheRafael Mendonça França2012-12-141-16/+16
|\ \
| * | Removed :if and :unless from fragment cache option in favour ofAngelo capilleri2012-12-141-16/+16
* | | Clear url helper methods when routes are reloadedAndrew White2012-12-141-0/+86
|/ /
* / Fix rewinding in ActionDispatch::Request#raw_postMatt Venables2012-12-111-0/+7
|/
* Merge pull request #8476 from sheerun/fix/multipart-getRafael Mendonça França2012-12-101-0/+12
|\
| * Prevent raising EOFError on multipart GET request.Adam Stankiewicz2012-12-101-0/+12
* | use _action callbacks in actionmailerFrancesco Rodriguez2012-12-081-5/+5