| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2647 from dmathieu/no_rescue | Santiago Pastorino | 2011-08-24 | 1 | -1/+5 |
|\ |
|
| * | remove useless rescue | Damien Mathieu | 2011-08-24 | 1 | -1/+5 |
* | | Add failing test case for #2654 | Andrew White | 2011-08-23 | 1 | -0/+17 |
* | | Ensure regexp and hash key are UTF-8 | Andrew White | 2011-08-23 | 1 | -1/+6 |
* | | Don't modify params in place - fixes #2624 | Andrew White | 2011-08-23 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #2411 from ai/debug_assets_by_config | Santiago Pastorino | 2011-08-22 | 1 | -14/+6 |
|\ |
|
| * | Allow to debug assets by config.assets.debug | Andrey A.I. Sitnik | 2011-08-22 | 1 | -14/+6 |
* | | fix escape_javascript for unicode character \u2028. | Teng Siong Ong | 2011-08-21 | 1 | -0/+1 |
|/ |
|
* | Debug assets by default in development and test environments | Guillermo Iguaran | 2011-08-18 | 1 | -6/+22 |
* | Properly escape glob characters. | Aaron Patterson | 2011-08-16 | 2 | -0/+15 |
* | Tags with invalid names should also be stripped in order to prevent | Aaron Patterson | 2011-08-16 | 1 | -0/+7 |
* | Use lazy load hooks to set parameter wrapping configuration. This means that ... | Jon Leighton | 2011-08-16 | 1 | -7/+0 |
* | Don't refer to ActionController::Base in the wrap_parameters initializer - us... | Jon Leighton | 2011-08-16 | 1 | -0/+7 |
* | Unused variable removed. | Arun Agrawal | 2011-08-15 | 1 | -4/+4 |
* | Methods like status and location are interfering with redirect_to [Closes #2511] | Franck Verrot | 2011-08-14 | 1 | -0/+5 |
* | moving test_generate to an integration test with one assert per test | Aaron Patterson | 2011-08-12 | 2 | -108/+183 |
* | when calling url_for with a hash, additional (likely unwanted) values (such a... | Andrew Kaspick | 2011-08-11 | 1 | -0/+12 |
* | deprecating process_view_paths | Aaron Patterson | 2011-08-09 | 2 | -2/+2 |
* | generate environment dependent asset digests | Ilya Grigorik | 2011-08-04 | 1 | -0/+13 |
* | Merge pull request #2421 from pivotal-casebook/master | Santiago Pastorino | 2011-08-04 | 1 | -2/+2 |
|\ |
|
| * | ActionView::Helpers::TextHelper#simple_format should not change the text in p... | Casebook Developer | 2011-08-04 | 1 | -2/+2 |
* | | Merge pull request #2356 from waynn/fix_symbol | Santiago Pastorino | 2011-08-04 | 1 | -0/+24 |
|\ \
| |/
|/| |
|
| * | fix stringify_keys destructive behavior for most FormTagHelper functions | Waynn Lue | 2011-08-03 | 1 | -0/+24 |
* | | Fix the issue where default_url_options is being cached on test cases. Closes... | thoefer | 2011-08-01 | 1 | -0/+29 |
* | | Rename new method to_path to to_partial_path to avoid conflicts with File#to_... | José Valim | 2011-08-01 | 2 | -3/+3 |
* | | Merge pull request #2379 from arunagw/extra_require_removal | Santiago Pastorino | 2011-07-31 | 1 | -1/+0 |
|\ \ |
|
| * | | Removing extra requires from the test. Already loaded in abstract_unit. | Arun Agrawal | 2011-07-31 | 1 | -1/+0 |
| |/ |
|
* / | remove extra require for 'active_support/dependencies' as it is required in a... | Vishnu Atrai | 2011-07-31 | 1 | -1/+0 |
|/ |
|
* | Instead of removing the instance variable just set it to nil, resolves the wa... | Brian Cardarella | 2011-07-29 | 1 | -2/+2 |
* | Merge pull request #2330 from thedarkone/resources-router-fix | José Valim | 2011-07-28 | 1 | -0/+9 |
|\ |
|
| * | There is no need to be destructive with the passed-in options. | thedarkone | 2011-07-28 | 1 | -0/+9 |
* | | Merge pull request #2034 from Casecommons/to_path | José Valim | 2011-07-28 | 2 | -0/+41 |
|\ \ |
|
| * | | Let ActiveModel instances define partial paths. | Grant Hutchins & Peter Jaros | 2011-07-25 | 2 | -0/+41 |
* | | | fixing wildcard path matching when wildcard is inside parenthesis | Aaron Patterson | 2011-07-26 | 1 | -0/+7 |
* | | | Merge pull request #2095 from dgeb/issue-2094 | Aaron Patterson | 2011-07-26 | 1 | -0/+17 |
|\ \ \ |
|
| * | | | added test case for fix to issue #2094 | Dan Gebhardt | 2011-07-16 | 1 | -0/+17 |
* | | | | use sprocket's append_path and assert_match | Damien Mathieu | 2011-07-26 | 1 | -26/+26 |
* | | | | Allow a route to have :format => true | Erik Michaels-Ober | 2011-07-25 | 1 | -0/+7 |
| |/ /
|/| | |
|
* | | | Merge pull request #2245 from davidtrogers/constraints_block_passed_to_follow... | Santiago Pastorino | 2011-07-25 | 1 | -0/+20 |
|\ \ \ |
|
| * | | | Ensure the constraints block is only applied to the correct route | Dave Rogers | 2011-07-25 | 1 | -0/+20 |
| | |/
| |/| |
|
* | | | no need for an anonymous class on every setup call | Aaron Patterson | 2011-07-25 | 1 | -10/+9 |
* | | | Merge pull request #2258 from thedarkone/no-file-stat | José Valim | 2011-07-25 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Use shorter class-level File methods instead of going through File.stat. | thedarkone | 2011-07-25 | 1 | -2/+2 |
| |/ / |
|
* / / | Make polymorphic_url calls go through application helpers again. | thedarkone | 2011-07-25 | 2 | -1/+13 |
|/ / |
|
* | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-07-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Changed a few instances of of words in the API docs written in British Englis... | Oemuer Oezkir | 2011-07-24 | 1 | -1/+1 |
* | | | Merge pull request #2233 from gramos/fix-issue-1951-master | Aaron Patterson | 2011-07-23 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | - added ActionView::PartialRenderer#merge_path_into_partial(path, partial) | Gaston Ramos | 2011-07-24 | 1 | -1/+1 |
| * | | | - added test case for issue: | Gaston Ramos | 2011-07-24 | 1 | -0/+14 |
* | | | | just use normal ruby for stubbing | Aaron Patterson | 2011-07-23 | 1 | -5/+3 |
|/ / / |
|