| Commit message (Expand) | Author | Age | Files | Lines |
* | Loosen sprockets version restriction | Joshua Peek | 2012-08-07 | 1 | -1/+1 |
* | Rearrange example output of javascript_include_tag | Prem Sichanugrist | 2012-08-06 | 1 | -2/+2 |
* | Do not include application.js if it doesn't exists | Prem Sichanugrist | 2012-08-06 | 3 | -5/+17 |
* | Revert "Merge pull request #6084 from brainopia/support_for_magic_domain_on_a... | Rafael Mendonça França | 2012-08-05 | 2 | -14/+0 |
* | Merge pull request #6084 from brainopia/support_for_magic_domain_on_all_stores | José Valim | 2012-08-02 | 2 | -0/+14 |
* | html_escape should escape single quotes | Santiago Pastorino | 2012-08-02 | 9 | -31/+31 |
* | Bump to 3.2.8.rc1 | Santiago Pastorino | 2012-08-01 | 1 | -2/+2 |
* | Revert "Deprecate link_to_function and button_to_function helpers" | Rafael Mendonça França | 2012-08-01 | 3 | -28/+16 |
* | Revert "Deprecate `:mouseover` options for `image_tag` helper." | Rafael Mendonça França | 2012-08-01 | 3 | -42/+10 |
* | Fix CHANGELOGS | Rafael Mendonça França | 2012-08-01 | 1 | -11/+22 |
* | Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op... | Rafael Mendonça França | 2012-08-01 | 7 | -187/+62 |
* | Add missing CHANGELOG entries | Santiago Pastorino | 2012-08-01 | 1 | -0/+5 |
* | adds a missing require from Active Support | Xavier Noria | 2012-07-28 | 1 | -0/+1 |
* | updating release date | Aaron Patterson | 2012-07-26 | 1 | -1/+1 |
* | bumping to 3.2.7 | Aaron Patterson | 2012-07-26 | 1 | -1/+1 |
* | updating the changelog | Aaron Patterson | 2012-07-26 | 1 | -0/+2 |
* | * Do not convert digest auth strings to symbols. CVE-2012-3424 | Aaron Patterson | 2012-07-26 | 1 | -2/+2 |
* | updating the version | Aaron Patterson | 2012-07-23 | 1 | -2/+2 |
* | updating changelogs | Aaron Patterson | 2012-07-23 | 1 | -0/+16 |
* | Bump Journey requirements to 1.0.4 | Andrew White | 2012-07-23 | 1 | -1/+1 |
* | Add support for optional root segments containing slashes | Andrew White | 2012-07-17 | 2 | -1/+27 |
* | Fixed bug creating invalid HTML in select options | Rusty Geldmacher | 2012-07-10 | 2 | -5/+18 |
* | Show in log correct wrapped keys | Dmitry Vorotilin | 2012-07-05 | 2 | -1/+10 |
* | Fix NumberHelper options wrapping to prevent verbatim blocks being rendered i... | Mark J. Titorenko | 2012-07-02 | 1 | -90/+159 |
* | Merge pull request #6649 from route/logger_in_metal_3_2 | Carlos Antonio da Silva | 2012-06-18 | 2 | -2/+21 |
|\ |
|
| * | Added test for case when view doesn't have logger method when using ActionCon... | Dmitry Vorotilin | 2012-06-16 | 1 | -0/+17 |
| * | ActionController::Metal doesn't have logger method, check it and then delegate | Dmitry Vorotilin | 2012-06-16 | 1 | -2/+4 |
* | | It should also include text/css => Build Fix | Arun Agrawal | 2012-06-16 | 1 | -1/+1 |
* | | Merge pull request #6752 from steveklabnik/fix_5680 | Rafael Mendonça França | 2012-06-16 | 3 | -4/+21 |
|/ |
|
* | adding a test for #6459 | Aaron Patterson | 2012-06-14 | 1 | -0/+10 |
* | ActionController::Caching depends on RackDelegation and AbstractController::C... | Santiago Pastorino | 2012-06-13 | 2 | -0/+35 |
* | updating changelogs | Aaron Patterson | 2012-06-12 | 1 | -1/+3 |
* | bumping version numbers | Aaron Patterson | 2012-06-11 | 1 | -1/+1 |
* | updating changelogs with security fixes | Aaron Patterson | 2012-06-11 | 1 | -0/+2 |
* | Array parameters should not contain nil values. | Aaron Patterson | 2012-06-11 | 2 | -2/+8 |
* | Duplicate tests removed. | Arun Agrawal | 2012-06-09 | 1 | -16/+0 |
* | Fix railties test suite | Piotr Sarnacki | 2012-06-08 | 1 | -2/+1 |
* | Fix asset tags for files with more than one dot | Piotr Sarnacki | 2012-06-07 | 4 | -1/+9 |
* | Revert "fix the Flash middleware loading the session on every request (very d... | Rafael Mendonça França | 2012-06-05 | 2 | -3/+7 |
* | Add test to flash sweep after two redirects | Rafael Mendonça França | 2012-06-05 | 1 | -0/+20 |
* | Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` option | Carlos Galdino | 2012-06-05 | 5 | -21/+127 |
* | Allow to use mounted helpers in ActionView::TestCase | Piotr Sarnacki | 2012-06-01 | 4 | -1/+24 |
* | Merge pull request #6588 from nbibler/polymorphic_to_model | José Valim | 2012-06-01 | 2 | -2/+34 |
|\ |
|
| * | Use to_model delegates for polymorphic route generation | Nathaniel Bibler | 2012-06-01 | 2 | -2/+34 |
* | | Add release date of 3.2.5 on the CHANGELOG | Rafael Mendonça França | 2012-06-01 | 1 | -0/+7 |
* | | Include routes.mounted_helpers into integration tests | Piotr Sarnacki | 2012-06-01 | 3 | -2/+28 |
|/ |
|
* | bumping to 3.2.5 | Aaron Patterson | 2012-05-31 | 1 | -1/+1 |
* | bumping to 3.2.4 | Aaron Patterson | 2012-05-31 | 1 | -1/+1 |
* | adding security notifications to CHANGELOGs | Aaron Patterson | 2012-05-31 | 1 | -0/+3 |
* | Merge branch '3-2-stable-sec' into 3-2-rel | Aaron Patterson | 2012-05-31 | 2 | -1/+28 |
|\ |
|