| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix shorthand routes where controller and action are in the scope | Andrew White | 2013-06-25 | 1 | -0/+8 |
* | Merge pull request #10971 from dtaniwaki/escape_link_to_unless | Rafael Mendonça França | 2013-06-24 | 1 | -1/+1 |
* | Compare host scheme using case-insensitive regexp | Rafael Mendonça França | 2013-06-16 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | just clear the caches on clear! rather than replacing. fixes #10251 | Aaron Patterson | 2013-04-17 | 1 | -8/+4 |
* | Fix explicit names on multiple file fields | Ryan McGeary | 2013-04-05 | 1 | -8/+7 |
* | Common behavior with adding formats to lookup_context for TemplateRenderer an... | Dmitry Vorotilin | 2013-04-02 | 4 | -4/+16 |
* | 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 | 1 | -6/+21 |
* | Merge branch '3-2-stable' into fredwu-slow_view_loading_fix | Aaron Patterson | 2013-03-20 | 1 | -1/+1 |
|\ |
|
| * | Merge pull request #9802 from newsline/fix-broken-action-missing | Rafael Mendonça França | 2013-03-20 | 1 | -1/+1 |
* | | Fixed assets loading performance in 3.2.13 | Fred Wu | 2013-03-20 | 1 | -1/+1 |
|/ |
|
* | Backport #9347 to rails 3.2 | hoffm | 2013-03-19 | 1 | -1/+1 |
* | Merge branch '3-2-13' into 3-2-stable | Aaron Patterson | 2013-03-18 | 2 | -6/+6 |
|\ |
|
| * | 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 | 1 | -2/+2 |
| * | fix incorrect ^$ usage leading to XSS in sanitize_css [CVE-2013-1855] | Charlie Somerville | 2013-03-15 | 1 | -3/+3 |
| * | Merge pull request #9616 from exviva/multiple_select_name_double_square_brackets | Carlos Antonio da Silva | 2013-03-12 | 1 | -1/+1 |
| * | 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 |
* | | do not freeze NumberHelper defaults. | Yves Senn | 2013-03-18 | 1 | -2/+2 |
* | | Extract hardcoded lists to Redo::RestaurantsList | Juan Barreneche | 2013-03-14 | 1 | -1/+7 |
* | | Merge pull request #9616 from exviva/multiple_select_name_double_square_brackets | Carlos Antonio da Silva | 2013-03-09 | 1 | -1/+1 |
* | | Backport fixes about #7774 to 3-2-stable | maximerety | 2013-03-05 | 1 | -2/+2 |
* | | remove unused path_without_format variable | Kornelius Kalnbach | 2013-03-03 | 1 | -2/+0 |
|/ |
|
* | Check for `method_missing` in public and protected | Prem Sichanugrist | 2013-02-24 | 1 | -1/+2 |
* | There is already a Set of non-hidden action_names lying around. | thedarkone | 2013-02-24 | 1 | -8/+2 |
* | determine the match shorthand target early. | Yves Senn | 2013-02-22 | 1 | -9/+12 |
* | Change tabs to spaces in form options helper [ci skip] | Carlos Antonio da Silva | 2013-02-21 | 1 | -2/+2 |
* | Merge branch '3-2-sec' into 3-2-stable | Aaron Patterson | 2013-02-11 | 1 | -1/+1 |
|\ |
|
| * | bumping version | Aaron Patterson | 2013-02-10 | 1 | -1/+1 |
* | | Add another NumberHelper missing dependency | Rodrigo Rosenfeld Rosas | 2013-01-29 | 1 | -0/+1 |
* | | Add NumberHelper missing dependency | Rodrigo Rosenfeld Rosas | 2013-01-29 | 1 | -0/+1 |
* | | Duplicate possible frozen string from route | Andrew White | 2013-01-21 | 1 | -2/+3 |
* | | Remove warning of not used variable | Carlos Antonio da Silva | 2013-01-17 | 1 | -1/+1 |
* | | Merge pull request #5288 from lest/patch-2 | José Valim | 2013-01-17 | 1 | -0/+2 |
* | | fixes #8631 local inflections from interfereing with HTTP_METHOD_LOOKUP dispa... | Aditya Sanghi | 2013-01-16 | 1 | -1/+6 |
* | | Merge pull request #8914 from nilbus/fix-header-bloat | Rafael Mendonça França | 2013-01-15 | 1 | -1/+3 |
* | | Merge pull request #8907 from rubys/master | Rafael Mendonça França | 2013-01-12 | 1 | -1/+2 |
* | | Remove unnecessary caching of ParameterFilter | Andrew White | 2013-01-12 | 1 | -3/+1 |
* | | Fix JSON params parsing regression for non-object JSON content. | Dylan Smith | 2013-01-11 | 1 | -2/+2 |
* | | Merge pull request #8756 from causes/js_include_tag_fix | Guillermo Iguaran | 2013-01-10 | 1 | -9/+16 |
|\ \ |
|
| * | | Fix javascript_include_tag when no js runtime is available | Noah Silas | 2013-01-07 | 1 | -9/+16 |
* | | | Fixes issue where duplicate assets can be required with sprockets. | jejacks0n | 2013-01-10 | 1 | -2/+2 |
* | | | Merge branch '3-2-sec' into 3-2-secmerge | Aaron Patterson | 2013-01-08 | 3 | -9/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | bumping version | Aaron Patterson | 2013-01-08 | 1 | -1/+1 |
| * | | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin... | Aaron Patterson | 2013-01-08 | 2 | -8/+6 |
| * | | Avoid Rack security warning no secret provided | Santiago Pastorino | 2013-01-08 | 1 | -0/+2 |
* | | | Merge pull request #8812 from rubys/master | Carlos Antonio da Silva | 2013-01-08 | 1 | -1/+1 |