| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change the behavior of route defaults | Andrew White | 2013-01-15 | 3 | -5/+67 |
* | Add support for other types of routing constraints | Andrew White | 2013-01-15 | 1 | -0/+48 |
* | Ensure port is set when passed via the process method | Andrew White | 2013-01-15 | 1 | -0/+52 |
* | Raise correct exception now Journey is integrated. | Andrew White | 2013-01-15 | 1 | -4/+4 |
* | Merge pull request #8938 from colinbm/date_select_value | Steve Klabnik | 2013-01-14 | 1 | -2/+50 |
|\ |
|
| * | Rename :value option to :selected, in line with other select helpers | Colin Burn-Murdoch | 2013-01-14 | 1 | -2/+50 |
* | | Revert benchmark helper regression. Use a #capture within a #benchmark | Jeremy Kemper | 2013-01-14 | 1 | -24/+0 |
* | | Merge pull request #8916 from josemota/collection-with-block | Rafael Mendonça França | 2013-01-13 | 1 | -0/+49 |
|\ \
| |/
|/| |
|
| * | Collection radio buttons and collection check boxes through FormBuilder render | José Mota | 2013-01-12 | 1 | -0/+49 |
* | | Allow value to be set on date_select | Colin Burn-Murdoch | 2013-01-13 | 1 | -0/+21 |
* | | Associaton -> Association | Steve Klabnik | 2013-01-13 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #8623 from virusman/form_helpers_collectionproxy_fix | Jon Leighton | 2013-01-11 | 1 | -0/+23 |
|\ |
|
| * | Test nested fields with AssociationProxy mockup & fix AssociationProxy suppor... | virusman | 2012-12-27 | 1 | -0/+23 |
* | | Fix json params parsing regression for non-object JSON content. | Dylan Smith | 2013-01-11 | 1 | -0/+7 |
* | | Merge pull request #8821 from jamis/master | Rafael Mendonça França | 2013-01-10 | 1 | -2/+2 |
|\ \ |
|
| * | | evaluate the dependency blocks at the instance level, not class level | Jamis Buck | 2013-01-08 | 1 | -2/+2 |
* | | | Remove :yaml related tests and fix other related to parsing empty arrays | Carlos Antonio da Silva | 2013-01-08 | 2 | -45/+2 |
* | | | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml. | Jeremy Kemper | 2013-01-08 | 1 | -0/+13 |
* | | | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin... | Aaron Patterson | 2013-01-08 | 2 | -0/+32 |
* | | | Revert "Merge branch 'master-sec'" | Jeremy Kemper | 2013-01-08 | 3 | -45/+0 |
* | | | Merge branch 'master-sec' | Aaron Patterson | 2013-01-08 | 3 | -0/+45 |
|\ \ \
| |/ /
|/| | |
|
| * | | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml. | Jeremy Kemper | 2013-01-08 | 1 | -0/+13 |
| * | | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin... | Aaron Patterson | 2013-01-07 | 2 | -0/+32 |
* | | | view_cache_dependency API | Jamis Buck | 2013-01-08 | 2 | -2/+34 |
* | | | Merge pull request #8810 from NARKOZ/image-submit-tag | Steve Klabnik | 2013-01-08 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | set 'alt' attribute for image_submit_tag | Nihad Abbasov | 2013-01-08 | 1 | -2/+2 |
* | | | | Revert "unpermitted params" exception -- it's just not going to work. See the... | David Heinemeier Hansson | 2013-01-08 | 1 | -43/+0 |
* | | | | Never treat action or controller as unpermitted params | David Heinemeier Hansson | 2013-01-08 | 1 | -0/+10 |
|/ / / |
|
* / / | Do not generate local vars for partials without object or collection | Carlos Antonio da Silva | 2013-01-08 | 2 | -0/+8 |
|/ / |
|
* | | Namespace HashWithIndifferentAccess | Akira Matsuda | 2013-01-07 | 1 | -3/+2 |
* | | Needless requires | Akira Matsuda | 2013-01-06 | 1 | -2/+0 |
* | | Missing requires | Akira Matsuda | 2013-01-06 | 1 | -0/+1 |
* | | Do not call fields_for from form_for, to avoid instantiating two builders | Carlos Antonio da Silva | 2013-01-06 | 1 | -1/+13 |
* | | Remove unnecessary begin..rescue..end, use only rescue | Akira Matsuda | 2013-01-06 | 4 | -25/+17 |
* | | deprecate `assert_blank` and `assert_present`. | Yves Senn | 2013-01-05 | 6 | -16/+16 |
* | | display mountable engine routes on RoutingError. | Yves Senn | 2013-01-05 | 1 | -2/+20 |
* | | split formatting concerns from RoutesInspector | Yves Senn | 2013-01-05 | 1 | -4/+21 |
* | | Rename the last occurrence of UnexpectedParameters | Rafael Mendonça França | 2013-01-05 | 1 | -2/+2 |
* | | Rename the configuration to raise_on_unpermitted_parameters | Rafael Mendonça França | 2013-01-05 | 1 | -4/+4 |
* | | Merge pull request #8752 from thomasfedb/master | Rafael Mendonça França | 2013-01-05 | 1 | -0/+33 |
|\ \ |
|
| * | | Allow developers to enable raising of exception when unexpected params are pr... | Thomas Drake-Brockman | 2013-01-05 | 1 | -0/+33 |
* | | | Allow use of durations for ActionDispatch::SSL configuration | Andrew White | 2013-01-04 | 1 | -0/+7 |
|/ / |
|
* | | Restore original remote_ip algorithm. | Andre Arko | 2013-01-02 | 1 | -58/+44 |
* | | do not append a second slash when using | Yves Senn | 2013-01-02 | 1 | -6/+16 |
* | | No need to pass a empty block to content_tag_for anymore | Rafael Mendonça França | 2013-01-02 | 1 | -11/+11 |
* | | Make content_tag_for work without block | Rafael Mendonça França | 2013-01-02 | 1 | -0/+8 |
* | | Fix test for DebugExceptions due to template change | Guillermo Iguaran | 2012-12-31 | 1 | -1/+1 |
* | | Use ActiveSupport::TestCase in the journey tests | Rafael Mendonça França | 2012-12-31 | 13 | -13/+13 |
* | | Alias refute methods to assert_not and perfer assert_not on tests | Rafael Mendonça França | 2012-12-31 | 12 | -22/+22 |
* | | Do not use the same tests description | Rafael Mendonça França | 2012-12-31 | 1 | -3/+3 |