| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove private partial/template renderer methods | Carlos Antonio da Silva | 2012-11-21 | 3 | -14/+3 |
* | render every partial with a new `PartialRenderer`. | Yves Senn | 2012-11-19 | 1 | -2/+2 |
* | Introduce `ActionView::Template::Handlers::ERB.escape_whitelist`. | Joost Baaij | 2012-11-16 | 1 | -0/+5 |
* | Merge pull request #8222 from marcandre/avoid_slash | Rafael Mendonça França | 2012-11-14 | 1 | -1/+1 |
|\ |
|
| * | Avoid using Integer#/, as it is redefined by the 'mathn' stdlib | Marc-Andre Lafortune | 2012-11-14 | 1 | -1/+1 |
* | | Merge pull request #8218 from DawidJanczak/form-tag-doc | Carlos Antonio da Silva | 2012-11-14 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #8151 from nashby/forwardable | Carlos Antonio da Silva | 2012-11-09 | 1 | -20/+2 |
|\ |
|
| * | delegate PathSet's enumerator methods | Vasiliy Ermolovich | 2012-11-09 | 1 | -20/+2 |
* | | Fix message about include_blank option. | Steve Klabnik + Katrina Owen | 2012-11-09 | 1 | -1/+1 |
|/ |
|
* | Support :multiple option on input tags with :index | Daniel Fox, Grant Hutchins & Trace Wax | 2012-11-02 | 2 | -6/+4 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-11-03 | 20 | -361/+361 |
|\ |
|
| * | Hash Syntax to 1.9 related changes | AvnerCohen | 2012-10-29 | 20 | -346/+346 |
| * | fix error in AssertTagHelper documentation [ci skip] | Cesar Carruitero | 2012-10-21 | 1 | -5/+5 |
| * | update AssetTagHelper documentation [ci skip] | Cesar Carruitero | 2012-10-21 | 1 | -21/+21 |
* | | Make caller attribute in deprecation methods optional | Alexey Gaziev | 2012-10-30 | 9 | -16/+15 |
* | | Fix failing tests and use new hash style in deprecation messages | Carlos Antonio da Silva | 2012-10-29 | 4 | -16/+16 |
* | | Provide a call stack for deprecation warnings where needed. | Nikita Afanasenko | 2012-10-29 | 8 | -15/+38 |
* | | Improve the deprecation message of link_to_function and | Rafael Mendonça França | 2012-10-27 | 1 | -2/+4 |
* | | Fix gratuitous use of ternary operator | Caleb Thompson | 2012-10-25 | 1 | -2/+5 |
|/ |
|
* | check_box value can be not only an object of Array class | Vasiliy Ermolovich | 2012-10-20 | 1 | -3/+5 |
* | Add i18n scope to disance_of_time_in_words. | Steve Klabnik | 2012-10-19 | 1 | -1/+5 |
* | Merge pull request #7975 from butcher/extend_date_select_helper_functionality | Rafael Mendonça França | 2012-10-18 | 1 | -0/+3 |
|\ |
|
| * | Extend date_select helper functionality. | Pavel Nikitin | 2012-10-18 | 1 | -0/+3 |
* | | fix Digestor to be thread safe. | Aaron Patterson | 2012-10-17 | 1 | -8/+30 |
|/ |
|
* | Ignore asset url query string or anchor when appending extensions and computi... | Joshua Peek | 2012-10-15 | 1 | -1/+3 |
* | Extract compute_asset_extname and allow extname to be disabled | Joshua Peek | 2012-10-15 | 1 | -7/+15 |
* | Merge branch 'master' into asset-path-helper | Joshua Peek | 2012-10-15 | 1 | -4/+0 |
|\ |
|
| * | Removed useless "extend SanitizeHelper::ClassMethods" | Andrey Samsonov | 2012-10-15 | 1 | -4/+0 |
* | | :fire: Rails asset id support | Joshua Peek | 2012-10-15 | 4 | -164/+0 |
* | | merge! default asset tag options | Joshua Peek | 2012-10-15 | 1 | -12/+12 |
* | | Just check request instead of controller.request | Joshua Peek | 2012-10-15 | 1 | -13/+2 |
* | | Allow asset url config to be undefined | Joshua Peek | 2012-10-13 | 1 | -2/+4 |
* | | All asset url helpers should pass options | Joshua Peek | 2012-10-12 | 1 | -24/+24 |
* | | Ensure AssetUrlHelper can be mixed into AC::Base | Joshua Peek | 2012-10-12 | 1 | -6/+13 |
* | | Refactor AssetUrlHelper to make it friendly for plugins and extensions | Joshua Peek | 2012-10-12 | 7 | -344/+240 |
* | | Add asset_path and asset_url helpers | Joshua Peek | 2012-10-12 | 2 | -17/+54 |
|/ |
|
* | Split asset url helpers into seperate AssetUrlHelper | Joshua Peek | 2012-10-12 | 5 | -419/+416 |
* | Allow for deep directory path for view templates. | Andy Shipman | 2012-10-11 | 1 | -1/+1 |
* | refactor `ActionView::TestCase` internals to track rendered locals | Yves Senn | 2012-10-11 | 1 | -11/+29 |
* | recognizes when a partial was rendered twice. Closes #3675 | Yves Senn | 2012-10-11 | 1 | -5/+8 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-10-11 | 1 | -1/+1 |
|\ |
|
| * | Closed unclosed <tt>, working on a complete solution for docrails, but testin... | AvnerCohen | 2012-10-08 | 1 | -1/+1 |
* | | Remove expansion config | Joshua Peek | 2012-10-10 | 1 | -2/+0 |
* | | Remove old asset tag concatenation | Joshua Peek | 2012-10-10 | 4 | -378/+16 |
* | | Fix nodoc comment | Rafael Mendonça França | 2012-10-07 | 1 | -16/+15 |
* | | More Ruby 1.9 hash syntax. | Rafael Mendonça França | 2012-10-06 | 1 | -52/+47 |
* | | We don't need to check blank? here. | Rafael Mendonça França | 2012-10-06 | 1 | -1/+1 |
* | | Update some code styles. | Rafael Mendonça França | 2012-10-06 | 1 | -50/+48 |
* | | Accept :remote as symbol in link_to options | Riley Lynch | 2012-10-06 | 1 | -2/+5 |
* | | Add nodoc to now public fragment_name_with_digest | Ryan Garver | 2012-10-04 | 1 | -0/+1 |