| Commit message (Expand) | Author | Age | Files | Lines |
* | Compare host scheme using case-insensitive regexp | Rafael Mendonça França | 2013-06-16 | 1 | -10/+30 |
* | So not make Fixnum#/ private on Ruby verions less than 1.9.3 | Rafael Mendonça França | 2013-05-10 | 1 | -4/+3 |
* | Merging in fix from #8222 | Ben Tucker | 2013-05-06 | 1 | -0/+5 |
* | Fix explicit names on multiple file fields | Ryan McGeary | 2013-04-05 | 1 | -0/+10 |
* | Fix typo in view name | Carlos Antonio da Silva | 2013-04-03 | 1 | -1/+1 |
* | Common behavior with adding formats to lookup_context for TemplateRenderer an... | Dmitry Vorotilin | 2013-04-02 | 1 | -0/+10 |
* | Fix test to Ruby 1.8 | Rafael Mendonça França | 2013-03-21 | 1 | -1/+1 |
* | Fixed assets loading performance in 3.2.13 | Fred Wu | 2013-03-20 | 1 | -0/+9 |
* | Backport #9347 to rails 3.2 | hoffm | 2013-03-19 | 1 | -0/+5 |
* | fix protocol checking in sanitization [CVE-2013-1857] | Aaron Patterson | 2013-03-15 | 1 | -0/+10 |
* | fix incorrect ^$ usage leading to XSS in sanitize_css [CVE-2013-1855] | Charlie Somerville | 2013-03-15 | 1 | -0/+5 |
* | Merge pull request #9616 from exviva/multiple_select_name_double_square_brackets | Carlos Antonio da Silva | 2013-03-12 | 1 | -0/+8 |
* | Ruby 2 compat. CGI.escapeHTML has changed the way it escapes apostrophes a fe... | Jeremy Kemper | 2013-02-24 | 1 | -1/+1 |
* | Ruby 2.0.0 defaults source encoding to utf-8 so we need to specifically tag t... | Aaron Patterson | 2013-02-24 | 1 | -0/+1 |
* | Merge pull request #8756 from causes/js_include_tag_fix | Guillermo Iguaran | 2013-01-10 | 1 | -0/+7 |
|\ |
|
| * | Fix javascript_include_tag when no js runtime is available | Noah Silas | 2013-01-07 | 1 | -0/+7 |
* | | Fixes issue where duplicate assets can be required with sprockets. | jejacks0n | 2013-01-10 | 1 | -0/+5 |
* | | Do not call fields_for from form_for, to avoid instantiating two builders | Carlos Antonio da Silva | 2013-01-06 | 1 | -1/+13 |
|/ |
|
* | fix block.arity raise nil error when not given a block to "content_tag_for" | jasl | 2013-01-02 | 1 | -0/+8 |
* | 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 |
* | Override <%== to always behave as literal text rather than toggling based on ... | Jeremy Kemper | 2012-12-03 | 1 | -2/+2 |
* | Merge pull request #8402 from senny/8376_descriptive_error_message_for_partia... | Rafael Mendonça França | 2012-12-02 | 1 | -1/+6 |
* | Add i18n scope to disance_of_time_in_words. | Steve Klabnik | 2012-11-26 | 1 | -3/+12 |
* | 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 #8108 from Casecommons/fix-multiple-and-index-in-instance-tag | Rafael Mendonça França | 2012-11-08 | 1 | -0/+13 |
* | Accept :remote as symbol in link_to options | Riley | 2012-10-06 | 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 |
* | Respect `config.digest = false` for `asset_path` | Peter Wagenet | 2012-09-17 | 1 | -0/+8 |
* | 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 |
* | 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 | 7 | -28/+28 |
* | | Do not include application.js if it doesn't exists | Prem Sichanugrist | 2012-08-06 | 1 | -0/+9 |
* | | html_escape should escape single quotes | Santiago Pastorino | 2012-08-02 | 7 | -28/+28 |
|/ |
|
* | 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 |
* | Fixed bug creating invalid HTML in select options | Rusty Geldmacher | 2012-07-10 | 1 | -0/+13 |
* | 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 | 1 | -3/+11 |
* | Duplicate tests removed. | Arun Agrawal | 2012-06-09 | 1 | -16/+0 |
* | Fix asset tags for files with more than one dot | Piotr Sarnacki | 2012-06-07 | 1 | -0/+6 |
* | Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` option | Carlos Galdino | 2012-06-05 | 2 | -19/+110 |
* | Allow to use mounted helpers in ActionView::TestCase | Piotr Sarnacki | 2012-06-01 | 1 | -0/+19 |
* | Assets: don't add extension if other given and file exists | Sergey Nartimov | 2012-05-21 | 1 | -0/+3 |