aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Change the behavior of route defaultsAndrew White2013-01-153-5/+67
* Add support for other types of routing constraintsAndrew White2013-01-151-0/+48
* Ensure port is set when passed via the process methodAndrew White2013-01-151-0/+52
* Raise correct exception now Journey is integrated.Andrew White2013-01-151-4/+4
* Merge pull request #8938 from colinbm/date_select_valueSteve Klabnik2013-01-141-2/+50
|\
| * Rename :value option to :selected, in line with other select helpersColin Burn-Murdoch2013-01-141-2/+50
* | Revert benchmark helper regression. Use a #capture within a #benchmarkJeremy Kemper2013-01-141-24/+0
* | Merge pull request #8916 from josemota/collection-with-blockRafael Mendonça França2013-01-131-0/+49
|\ \ | |/ |/|
| * Collection radio buttons and collection check boxes through FormBuilder renderJosé Mota2013-01-121-0/+49
* | Allow value to be set on date_selectColin Burn-Murdoch2013-01-131-0/+21
* | Associaton -> AssociationSteve Klabnik2013-01-131-2/+2
|/
* Merge pull request #8623 from virusman/form_helpers_collectionproxy_fixJon Leighton2013-01-111-0/+23
|\
| * Test nested fields with AssociationProxy mockup & fix AssociationProxy suppor...virusman2012-12-271-0/+23
* | Fix json params parsing regression for non-object JSON content.Dylan Smith2013-01-111-0/+7
* | Merge pull request #8821 from jamis/masterRafael Mendonça França2013-01-101-2/+2
|\ \
| * | evaluate the dependency blocks at the instance level, not class levelJamis Buck2013-01-081-2/+2
* | | Remove :yaml related tests and fix other related to parsing empty arraysCarlos Antonio da Silva2013-01-082-45/+2
* | | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-0/+13
* | | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-082-0/+32
* | | Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-083-45/+0
* | | Merge branch 'master-sec'Aaron Patterson2013-01-083-0/+45
|\ \ \ | |/ / |/| |
| * | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-0/+13
| * | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-072-0/+32
* | | view_cache_dependency APIJamis Buck2013-01-082-2/+34
* | | Merge pull request #8810 from NARKOZ/image-submit-tagSteve Klabnik2013-01-081-2/+2
|\ \ \
| * | | 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