| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | 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 |
* | | Remove unneeded tests | Rafael Mendonça França | 2012-12-31 | 5 | -381/+0 |
* | | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 3 | -3/+3 |
* | | Merge pull request #8662 from senny/8661_should_not_append_charset_if_already... | Santiago Pastorino | 2012-12-31 | 1 | -1/+12 |
|\ \ |
|
| * | | charset should not be appended for `head` responses | Yves Senn | 2012-12-31 | 1 | -1/+12 |
* | | | Merge pull request #8546 from hsbt/fix-testcase-strict-warning | Santiago Pastorino | 2012-12-30 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | change spy of after invoked controller action. because ruby-2.0.0 waned unus... | SHIBATA Hiroshi | 2012-12-20 | 1 | -1/+2 |
* | | | Fix collection_radio_buttons with the option `:checked` with value of | Rafael Mendonça França | 2012-12-26 | 1 | -0/+6 |
| |/
|/| |
|
* | | we're not supporting SQLite 2 | Akira Matsuda | 2012-12-24 | 1 | -13/+5 |
* | | Merge pull request #8085 from acapilleri/format_never_nil | Guillermo Iguaran | 2012-12-22 | 2 | -2/+11 |
|\ \ |
|
| * | | return Mime::NullType if format is unknown | Angelo Capilleri | 2012-12-22 | 2 | -2/+11 |
* | | | Merge pull request #8586 from balexand/cache_digests_regex | Rafael Mendonça França | 2012-12-21 | 2 | -1/+11 |
|\ \ \
| |/ /
|/| | |
|
| * | | Digestor explicit dependency should not contain trailing whitespace | Brian Alexander | 2012-12-21 | 2 | -1/+11 |
* | | | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit... | Jeremy Kemper | 2012-12-21 | 1 | -10/+0 |
* | | | Merge pull request #7312 from krainboltgreene/http-token-parser-bug | Steve Klabnik | 2012-12-21 | 1 | -6/+29 |
|\ \ \
| |/ /
|/| | |
|
| * | | Refactoring the token_and_options method to fix bugs | Kurtis Rainbolt-Greene | 2012-12-15 | 1 | -6/+29 |
| |/ |
|
* | | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 13 | -0/+1615 |
* | | Remove obfuscation support from mail_to helper | Nick Reed | 2012-12-18 | 1 | -56/+0 |
* | | handle protocol option in stylesheet_link_tag and javascript_include_tag | Vasiliy Ermolovich | 2012-12-18 | 1 | -1/+23 |
|/ |
|
* | Merge pull request #8497 from acapilleri/conditional_cache | Rafael Mendonça França | 2012-12-14 | 1 | -16/+16 |
|\ |
|
| * | Removed :if and :unless from fragment cache option in favour of | Angelo capilleri | 2012-12-14 | 1 | -16/+16 |
* | | Clear url helper methods when routes are reloaded | Andrew White | 2012-12-14 | 1 | -0/+86 |
|/ |
|
* | Fix rewinding in ActionDispatch::Request#raw_post | Matt Venables | 2012-12-11 | 1 | -0/+7 |
* | Merge pull request #8476 from sheerun/fix/multipart-get | Rafael Mendonça França | 2012-12-10 | 1 | -0/+12 |
|\ |
|
| * | Prevent raising EOFError on multipart GET request. | Adam Stankiewicz | 2012-12-10 | 1 | -0/+12 |
* | | use _action callbacks in actionmailer | Francesco Rodriguez | 2012-12-08 | 1 | -5/+5 |
* | | add tests to aliased _filter callbacks | Francesco Rodriguez | 2012-12-07 | 1 | -0/+46 |
* | | use `_action` instead of `_filter` callbacks | Francesco Rodriguez | 2012-12-07 | 3 | -26/+24 |