| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix actionpack CHANGELOG entry | Rafael Mendonça França | 2013-07-22 | 1 | -1/+4 |
* | Merge branch '3-2-14' into 3-2-stable | Rafael Mendonça França | 2013-07-22 | 2 | -2/+2 |
|\ |
|
| * | Preparing for 3.2.14 release | Rafael Mendonça França | 2013-07-22 | 1 | -1/+1 |
| * | Update CHANGELOG entry | Rafael Mendonça França | 2013-07-22 | 1 | -6/+1 |
| * | Preparing for 3.2.14.rc2 release | Rafael Mendonça França | 2013-07-16 | 2 | -2/+7 |
| * | Preparing for 3.2.14.rc1 release | Rafael Mendonça França | 2013-07-12 | 2 | -3/+3 |
* | | Fix `assert_redirected_to` does not show user-supplied message. | Alexey Chernenkov | 2013-07-18 | 3 | -2/+11 |
* | | Removed unused test file | Arun Agrawal | 2013-07-17 | 1 | -32/+0 |
|/ |
|
* | Add license to the gemspec | Rafael Mendonça França | 2013-07-08 | 1 | -0/+3 |
* | Add missing require | Santiago Pastorino | 2013-07-02 | 1 | -0/+1 |
* | Use old style hash syntax for 3-2-stable | Andrew White | 2013-06-25 | 1 | -2/+2 |
* | Fix shorthand routes where controller and action are in the scope | Andrew White | 2013-06-25 | 3 | -0/+30 |
* | Add CHANGELOG entry for #10971 | Rafael Mendonça França | 2013-06-24 | 1 | -0/+14 |
* | Merge pull request #10971 from dtaniwaki/escape_link_to_unless | Rafael Mendonça França | 2013-06-24 | 2 | -1/+6 |
* | Compare host scheme using case-insensitive regexp | Rafael Mendonça França | 2013-06-16 | 3 | -11/+52 |
* | So not make Fixnum#/ private on Ruby verions less than 1.9.3 | Rafael Mendonça França | 2013-05-10 | 1 | -4/+3 |
* | Merge pull request #10478 from cainlevy/patch-1 | Rafael Mendonça França | 2013-05-06 | 1 | -1/+1 |
* | Merging in fix from #8222 | Ben Tucker | 2013-05-06 | 2 | -1/+6 |
* | just clear the caches on clear! rather than replacing. fixes #10251 | Aaron Patterson | 2013-04-17 | 1 | -8/+4 |
* | 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 | 3 | -8/+24 |
* | Fix typo in view name | Carlos Antonio da Silva | 2013-04-03 | 2 | -1/+1 |
* | Use 1.8 hash style in test views | Carlos Antonio da Silva | 2013-04-03 | 2 | -2/+2 |
* | Common behavior with adding formats to lookup_context for TemplateRenderer an... | Dmitry Vorotilin | 2013-04-02 | 12 | -4/+33 |
* | Fix formatting and minor review in AP changelog | Carlos Antonio da Silva | 2013-03-30 | 1 | -9/+8 |
* | Fixed test failures on 1.8.7 caused by 74e59ea | Fred Wu | 2013-03-27 | 1 | -1/+1 |
* | Backport #5808 | Mack Earnhardt | 2013-03-24 | 3 | -6/+60 |
* | Fix test to Ruby 1.8 | Rafael Mendonça França | 2013-03-21 | 1 | -1/+1 |
* | Improve CHANGELOG entry [ci skip] | Rafael Mendonça França | 2013-03-21 | 1 | -1/+5 |
* | Merge branch '3-2-stable' into fredwu-slow_view_loading_fix | Aaron Patterson | 2013-03-20 | 3 | -1/+18 |
|\ |
|
| * | Merge pull request #9802 from newsline/fix-broken-action-missing | Rafael Mendonça França | 2013-03-20 | 3 | -1/+18 |
* | | Added changelog for 687e68d | Fred Wu | 2013-03-21 | 1 | -0/+6 |
* | | Fixed assets loading performance in 3.2.13 | Fred Wu | 2013-03-20 | 2 | -1/+10 |
|/ |
|
* | Backport #9347 to rails 3.2 | hoffm | 2013-03-19 | 3 | -1/+20 |
* | Add release dates to documentation [ci skip] | claudiob | 2013-03-18 | 1 | -1/+1 |
* | Fix changelog conflicts and remove release dates [ci skip] | Carlos Antonio da Silva | 2013-03-18 | 1 | -11/+5 |
* | Merge branch '3-2-13' into 3-2-stable | Aaron Patterson | 2013-03-18 | 4 | -6/+28 |
|\ |
|
| * | bumping to 3.2.13 | Aaron Patterson | 2013-03-18 | 1 | -1/+1 |
| * | fix protocol checking in sanitization [CVE-2013-1857] | Aaron Patterson | 2013-03-15 | 2 | -2/+12 |
| * | fix incorrect ^$ usage leading to XSS in sanitize_css [CVE-2013-1855] | Charlie Somerville | 2013-03-15 | 2 | -3/+8 |
| * | Merge pull request #9616 from exviva/multiple_select_name_double_square_brackets | Carlos Antonio da Silva | 2013-03-12 | 3 | -1/+26 |
| * | bumping to rc2 | Aaron Patterson | 2013-03-06 | 1 | -1/+1 |
| * | Preparing for 3.2.13.rc1 release | Steve Klabnik | 2013-02-27 | 1 | -2/+2 |
| * | Update CHANGELOGs for 3.2.13 release. | Steve Klabnik | 2013-02-27 | 1 | -0/+5 |
* | | do not freeze NumberHelper defaults. | Yves Senn | 2013-03-18 | 1 | -2/+2 |
* | | Extract hardcoded lists to Redo::RestaurantsList | Juan Barreneche | 2013-03-14 | 3 | -1/+21 |
* | | Merge pull request #9616 from exviva/multiple_select_name_double_square_brackets | Carlos Antonio da Silva | 2013-03-09 | 3 | -2/+27 |
* | | Update CHANGELOGs for 3.2.13.rc1 | Steve Klabnik | 2013-03-05 | 1 | -0/+2 |
* | | Backport fixes about #7774 to 3-2-stable | maximerety | 2013-03-05 | 3 | -2/+16 |
* | | Merge pull request #9531 from erik-escobedo/patch-1 | Guillermo Iguaran | 2013-03-03 | 1 | -1/+1 |
|\ \ |
|