| Commit message (Expand) | Author | Age | Files | Lines |
* | Add changlog entry for #10844 | Andrew White | 2013-09-30 | 1 | -0/+7 |
* | Strong parameters should permit nested number as key. Closes #12293 | kennyj | 2013-09-27 | 1 | -0/+6 |
* | Fix regex used to find URI schemes in redirect_to | Derek Prior | 2013-09-19 | 1 | -0/+5 |
* | Fix incorrect assert_redirected_to failure message | Derek Prior | 2013-09-19 | 1 | -0/+5 |
* | Fix an issue where router can't recognize downcased url encoding path. | kennyj | 2013-09-19 | 1 | -0/+6 |
* | Custom flash should be defined only for the class that defines it and it's su... | Ricardo de Cillo | 2013-09-13 | 1 | -0/+7 |
* | Add CHANGELOG entry for #12149 | Rafael Mendonça França | 2013-09-12 | 1 | -0/+6 |
* | Remove BasicRendering and remove template functionality from AbsC::Rendering | José Valim | 2013-09-09 | 1 | -5/+0 |
* | Improve AP changelog regarding AV extraction [ci skip] | Carlos Antonio da Silva | 2013-08-26 | 1 | -2/+2 |
* | Update AP changelog | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+9 |
* | Display exceptions in text format for xhr request | Kir Shatrov | 2013-08-22 | 1 | -0/+4 |
* | Execute conditional procs on controller filters only for current action. | Nicholas Jakobsen | 2013-08-10 | 1 | -0/+7 |
* | Pass assert_dom_equal message arg to underlying assertion | Ryan McGeary | 2013-08-04 | 1 | -0/+7 |
* | Allow overriding of all headers from passed environment hash | Andrew White | 2013-07-25 | 1 | -0/+7 |
* | Clear named routes when routes.rb is reloaded | Andrew White | 2013-07-21 | 1 | -0/+8 |
* | Skip Rack applications and redirects when generating urls | Andrew White | 2013-07-16 | 1 | -0/+7 |
* | move `MissingHelperError` out of the `ClassMethods` module. | Yves Senn | 2013-07-12 | 1 | -0/+4 |
* | Show real LoadError on helpers require | Piotr Niełacny | 2013-07-10 | 1 | -0/+7 |
* | Use Request#raw_post instead Request#body | Paul Nikitochkin | 2013-07-08 | 1 | -0/+7 |
* | Space is not required for Set-Cookie header | Yamagishi Kazutoshi | 2013-07-05 | 1 | -0/+4 |
* | Remove deprecated Rails application fallback for integration testing | Carlos Antonio da Silva | 2013-07-02 | 1 | -0/+5 |
* | Remove `page_cache_extension` deprecated method | Francesco Rodriguez | 2013-07-01 | 1 | -0/+4 |
* | Remove deprecated constants from Action Controller | Carlos Antonio da Silva | 2013-07-01 | 1 | -0/+12 |
* | Merge pull request #11000 from sbeckeriv/accept_header | Carlos Antonio da Silva | 2013-06-25 | 1 | -0/+8 |
|\ |
|
| * | Fix undefined method `ref' for nil:NilClass for bad accept headers | Stephen Becker IV | 2013-06-19 | 1 | -0/+4 |
* | | Fixing Issue #11083 | Akshay Khole | 2013-06-25 | 1 | -1/+1 |
* | | Fix shorthand routes where controller and action are in the scope | Andrew White | 2013-06-25 | 1 | -0/+9 |
* | | Don't remove trailing slash from PATH_INFO for mounted apps | Piotr Sarnacki | 2013-06-21 | 1 | -0/+4 |
* | | Adjust changelog for AV & AP | Łukasz Strzałkowski | 2013-06-20 | 1 | -35/+2 |
* | | Add CHANGELOG entry for #10969 | Rafael Mendonça França | 2013-06-16 | 1 | -0/+21 |
|/ |
|
* | collection tags accept html attributes as the last element of collection | Vasiliy Ermolovich | 2013-06-16 | 1 | -0/+5 |
* | Update the HTML boolean attributes per the HTML 5.1 spec | Alex Peattie | 2013-06-14 | 1 | -0/+7 |
* | Allow numbers in partial name for digesting | Bryan Ricker | 2013-05-06 | 1 | -1/+3 |
* | rails/master is now 4.1.0.beta | Rafael Mendonça França | 2013-04-29 | 1 | -1192/+2 |
* | Revert "Merge pull request #10337 from eimermusic/fix_template_digestor_lookup" | Rafael Mendonça França | 2013-04-25 | 1 | -9/+0 |
* | Merge pull request #10337 from eimermusic/fix_template_digestor_lookup | Rafael Mendonça França | 2013-04-25 | 1 | -0/+9 |
|\ |
|
| * | AV Digestor correctly passes format to LookupContext | Martin Westin | 2013-04-25 | 1 | -0/+9 |
* | | Add support for extra options to `force_ssl` | Andrew White | 2013-04-25 | 1 | -0/+5 |
* | | Use `request.fullpath` to build redirect url in `force_ssl` | Andrew White | 2013-04-25 | 1 | -0/+9 |
|/ |
|
* | Return a 405 response for unknown HTTP methods | Lewis Marshall | 2013-04-22 | 1 | -0/+5 |
* | Add CHANGELOG entries - closes #10180, #10185 | Andrew White | 2013-04-18 | 1 | -0/+10 |
* | Merge pull request #10173 from nashby/element-attributes | Rafael Mendonça França | 2013-04-16 | 1 | -0/+5 |
|\ |
|
| * | options_from_collection_for_select helper takes html attributes | Vasiliy Ermolovich | 2013-04-11 | 1 | -0/+5 |
* | | use unified and clean formatting in CHANGELOGS. [ci skip] | Yves Senn | 2013-04-12 | 1 | -1/+1 |
|/ |
|
* | Improve the changelog entry [ci skip] | Rafael Mendonça França | 2013-04-05 | 1 | -3/+4 |
* | Fix explicit names on multiple file fields | Ryan McGeary | 2013-04-05 | 1 | -0/+7 |
* | Add block support for the helper | Sam Pohlenz | 2013-04-03 | 1 | -0/+4 |
* | Merge pull request #9978 from trevorturk/cookie-store-auto-upgrade | Santiago Pastorino | 2013-04-01 | 1 | -0/+11 |
|\ |
|
| * | Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au... | Trevor Turk | 2013-03-28 | 1 | -0/+11 |
* | | Improve AP changelog entry about layout method with nil return | Carlos Antonio da Silva | 2013-03-30 | 1 | -4/+4 |
|/ |
|