| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use 1.9 hash syntax on 3-2-stable | Andrew White | 2012-12-14 | 1 | -8/+8 |
* | Clear url helper methods when routes are reloaded | Andrew White | 2012-12-14 | 1 | -0/+86 |
* | Merge pull request #8490 from mattv/fix_request_raw_post | Rafael Mendonça França | 2012-12-11 | 1 | -0/+7 |
* | Make distance_of_time_in_words work with DateTime offsets | Andrew White | 2012-12-04 | 1 | -0/+10 |
* | Make output of distance_of_time_in_words consistent | Andrew White | 2012-12-04 | 1 | -2/+19 |
* | Use 1.8 hash style | Carlos Antonio da Silva | 2012-12-03 | 1 | -1/+1 |
* | Override <%== to always behave as literal text rather than toggling based on ... | Jeremy Kemper | 2012-12-03 | 2 | -4/+10 |
* | Merge pull request #8402 from senny/8376_descriptive_error_message_for_partia... | Rafael Mendonça França | 2012-12-02 | 1 | -1/+6 |
* | Accept symbols as #send_data :disposition value | Elia Schito | 2012-11-27 | 1 | -1/+13 |
* | Add i18n scope to disance_of_time_in_words. | Steve Klabnik | 2012-11-26 | 1 | -3/+12 |
* | Refactor Generator class to not rely on in-place editing the controller | Andrew White | 2012-11-16 | 1 | -6/+6 |
* | Fix bug when url_for changes controller. | Nikita Beloglazov | 2012-11-16 | 1 | -0/+9 |
* | Merge pull request #8235 from tilsammans/dont_escape_actionmailer_when_plaintext | José Valim | 2012-11-16 | 1 | -1/+15 |
* | Update mocha version to 0.13.0 and change requires | Carlos Antonio da Silva | 2012-11-13 | 2 | -3/+3 |
* | Merge pull request #8093 from nikitug/keep_app_x_ua_compatible | Carlos Antonio da Silva | 2012-11-08 | 1 | -0/+34 |
* | backport, handle trailing slash with engines | Yves Senn | 2012-11-08 | 1 | -0/+5 |
* | Merge pull request #8108 from Casecommons/fix-multiple-and-index-in-instance-tag | Rafael Mendonça França | 2012-11-08 | 1 | -0/+13 |
* | Add test to avoid regression of 4a86362 | Rafael Mendonça França | 2012-11-02 | 1 | -0/+10 |
* | Revert "Merge pull request #7668 from Draiken/fix_issue_6497" | Rafael Mendonça França | 2012-11-02 | 1 | -7/+0 |
* | Revert "Merge pull request #7659 from HugoLnx/template_error_no_matches_rebased" | Rafael Mendonça França | 2012-10-31 | 2 | -23/+0 |
* | Merge pull request #7865 from teleological/link_to_remote_3_2 | Rafael Mendonça França | 2012-10-06 | 1 | -0/+7 |
|\ |
|
| * | Accept :remote as symbol in link_to options | Riley | 2012-10-06 | 1 | -0/+7 |
* | | Use the Ruby 1.8 hash syntax | Rafael Mendonça França | 2012-10-06 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #7848 from senny/3415_assert_template_has_nil_variable | Rafael Mendonça França | 2012-10-06 | 1 | -0/+11 |
* | Merge pull request #7789 from senny/7777_resource_functions_modify_options | Rafael Mendonça França | 2012-10-01 | 1 | -0/+20 |
* | Since File instance doesn't respond to #open use a double to test the | Rafael Mendonça França | 2012-09-30 | 2 | -4/+3 |
* | Merge pull request #7659 from HugoLnx/template_error_no_matches_rebased | Rafael Mendonça França | 2012-09-30 | 2 | -0/+23 |
* | Don't paramify ActionDispatch::Http::UploadedFile in tests | Tim Vandecasteele | 2012-09-29 | 1 | -0/+7 |
* | Revert "Revert "Respect `config.digest = false` for `asset_path`"" | Rafael Mendonça França | 2012-09-20 | 1 | -0/+8 |
* | Revert "Respect `config.digest = false` for `asset_path`" | Rafael Mendonça França | 2012-09-20 | 1 | -8/+0 |
* | Merge pull request #7668 from Draiken/fix_issue_6497 | Rafael Mendonça França | 2012-09-19 | 1 | -0/+7 |
* | Respect `config.digest = false` for `asset_path` | Peter Wagenet | 2012-09-17 | 1 | -0/+8 |
* | log 404 status when ActiveRecord::RecordNotFound was raised (#7646) | Yves Senn | 2012-09-17 | 1 | -0/+15 |
* | Fix bug when Rails.application is defined but is nil. See #881 | Marc-Andre Lafortune | 2012-08-28 | 1 | -0/+7 |
* | correct handling of date selects when using both disabled and discard options | Vasiliy Ermolovich | 2012-08-25 | 1 | -0/+24 |
* | Merge pull request #7410 from sandeepravi/default_options_helper_value | Rafael Mendonça França | 2012-08-21 | 1 | -0/+12 |
* | Test actual content of permanent cookie | brainopia | 2012-08-10 | 1 | -1/+1 |
* | Dont stream back cookie value if it was set to the same value | brainopia | 2012-08-10 | 1 | -1/+13 |
* | Revert "Revert "Merge pull request #6084 from brainopia/support_for_magic_dom... | brainopia | 2012-08-10 | 1 | -0/+7 |
* | Merge branch '3-2-8' into 3-2-stable | Santiago Pastorino | 2012-08-09 | 2 | -2/+8 |
|\ |
|
| * | Do not mark strip_tags result as html_safe | Santiago Pastorino | 2012-08-09 | 1 | -2/+2 |
| * | escape select_tag :prompt values | Santiago Pastorino | 2012-08-09 | 1 | -0/+6 |
| * | html_escape should escape single quotes | Santiago Pastorino | 2012-08-02 | 9 | -31/+31 |
* | | Do not include application.js if it doesn't exists | Prem Sichanugrist | 2012-08-06 | 1 | -0/+9 |
* | | Revert "Merge pull request #6084 from brainopia/support_for_magic_domain_on_a... | Rafael Mendonça França | 2012-08-05 | 1 | -7/+0 |
* | | Merge pull request #6084 from brainopia/support_for_magic_domain_on_all_stores | José Valim | 2012-08-02 | 1 | -0/+7 |
* | | html_escape should escape single quotes | Santiago Pastorino | 2012-08-02 | 9 | -31/+31 |
|/ |
|
* | Revert "Deprecate link_to_function and button_to_function helpers" | Rafael Mendonça França | 2012-08-01 | 1 | -24/+12 |
* | Revert "Deprecate `:mouseover` options for `image_tag` helper." | Rafael Mendonça França | 2012-08-01 | 1 | -40/+8 |
* | Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op... | Rafael Mendonça França | 2012-08-01 | 3 | -149/+52 |