| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the given name in html_options for the hidden field in collection_check_b... | Angel N. Sciortino | 2013-09-24 | 1 | -0/+7 |
* | Fix some edge cases for AV `select` helper with `:selected` option | Bogdan Gusiev | 2013-09-23 | 1 | -0/+16 |
* | Ability to pass block to AV#select helper | Bogdan Gusiev | 2013-09-23 | 1 | -0/+15 |
* | handle `:namespace` form option in collection labels | Vasiliy Ermolovich | 2013-09-22 | 1 | -0/+36 |
* | Bust the template digest cache key when details are changed | Daniel Schierbeck | 2013-09-19 | 1 | -1/+29 |
* | There's no need to do this | Santiago Pastorino | 2013-09-17 | 1 | -4/+1 |
* | "generates" applies to "collection radio" so it should be singular | Waynn Lue | 2013-09-12 | 1 | -2/+2 |
* | Merge pull request #12112 from adamniedzielski/fix-form-for-namespace-and-as | Rafael Mendonça França | 2013-09-12 | 1 | -0/+12 |
|\ |
|
| * | form_for - fix :namespace and :as options clash | Adam Niedzielski | 2013-09-09 | 1 | -0/+12 |
* | | Cleanup of excerpt helper | Paul Nikitochkin | 2013-09-06 | 1 | -0/+3 |
|/ |
|
* | Fix failure with minitest 5.0.7 | Carlos Antonio da Silva | 2013-09-06 | 1 | -0/+1 |
* | Merge pull request #12143 from rajcybage/fixing_typos | Carlos Antonio da Silva | 2013-09-05 | 1 | -1/+1 |
|\ |
|
| * | fix actionview and activemodel test cases typos | Rajarshi Das | 2013-09-05 | 1 | -1/+1 |
* | | Fix method name typos | Vipul A M | 2013-09-05 | 2 | -2/+2 |
|/ |
|
* | Merge pull request #11768 from cloudspace/cache_template_loading | Rafael Mendonça França | 2013-08-27 | 1 | -2/+11 |
|\ |
|
| * | Only cache template digests if config.cache_template_loading | Josh Lauer | 2013-08-06 | 1 | -2/+11 |
* | | Fix AV tests, I18nProxy was moved to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
* | | Remove privatizing of Fixnum#/ from assert_distance_of_time_in_words | Alex Tambellini | 2013-08-05 | 1 | -5/+7 |
|/ |
|
* | Add "extname" option to javascript_include_tag | Nathan Stitt | 2013-08-03 | 1 | -0/+7 |
* | Make current_page? compare binary strings | Rafael Mendonça França | 2013-08-01 | 1 | -0/+8 |
* | Fix `current_page?` when the URL contains escaped characters | Rafael Mendonça França | 2013-08-01 | 1 | -0/+13 |
* | text_area should handle nil value option like text_field | Joel Cogen | 2013-07-24 | 1 | -0/+7 |
* | add support for html attributes to grouped_options_for_select | Vasiliy Ermolovich | 2013-07-20 | 1 | -0/+10 |
* | Fix test name typos | Vipul A M | 2013-07-19 | 1 | -2/+2 |
* | Fix default rendered format problem when calling render method without :conte... | kennyj | 2013-07-15 | 1 | -0/+5 |
* | Merge pull request #11348 from sanemat/fix/link-to-block | Rafael Mendonça França | 2013-07-07 | 1 | -0/+7 |
|\ |
|
| * | Fix link_to with block and url_hash | sanemat | 2013-07-07 | 1 | -0/+7 |
* | | Fix "Stack Level Too Deep" error when rendering recursive partials | Rafael Mendonça França | 2013-07-07 | 1 | -0/+25 |
* | | Added an `enforce_utf8` hash option for `form_tag` method | Takayuki Matsubara | 2013-07-07 | 1 | -1/+16 |
|/ |
|
* | Remove action view test duplication | sanemat | 2013-07-07 | 1 | -3/+0 |
* | Remove `FormBuilder` deprecation warning about block argument and associated ... | Vipul A M | 2013-07-02 | 1 | -12/+0 |
* | fetch value(s) from stringified options | Jon Rowe | 2013-06-29 | 1 | -0/+17 |
* | Remove passing the prompt to grouped_options_for_select as an argument, becau... | kennyj | 2013-06-28 | 1 | -17/+0 |
* | Check if malformed fixture exists first | Łukasz Strzałkowski | 2013-06-20 | 1 | -0/+1 |
* | Remove unneeded files | Piotr Sarnacki | 2013-06-20 | 4 | -4/+0 |
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 48 | -0/+15266 |