aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* Ensure the state is clean after one failureRafael Mendonça França2013-10-161-5/+4
* Merge pull request #12540 from wyaeld/bug/fix-recursive-digestRafael Mendonça França2013-10-163-6/+37
|\
| * add a new local variable to track if digests are being stored, to ensure the ...Brad Murray2013-10-171-2/+2
| * update digestor code based on reviewBrad Murray2013-10-151-2/+2
| * update changelogBrad Murray2013-10-151-0/+5
| * Ensure ActionView::Digest.cache is correctly cleaned up whenBrad Murray2013-10-151-6/+6
| * Add 2 tests, 1 of which fails, to isolate the digest_caching behaviour causin...Brad Murray2013-10-151-0/+26
* | Fix typo in form_helper.rbAdam Jahnke2013-10-161-1/+1
|/
* Merge pull request #12491 from shamanime/patch-1Rafael Mendonça França2013-10-131-2/+2
|\
| * Fix wrong variable name used in the select_day method documentationJefferson Queiroz Venerando2013-10-101-2/+2
* | Change `map` to `map!` to save extra array creation on new arrayVipul A M2013-10-131-1/+1
|/
* Moved viewpathstest into actionview/test/actionpack/controllerArun Agrawal2013-10-091-0/+0
* FakeController is not required in AVArun Agrawal2013-10-091-35/+0
* Merge pull request #12437 from websiteswithclass/masterRafael Mendonça França2013-10-041-6/+6
|\
| * Fixed return strings in documentationJoseph Zidell2013-10-031-3/+3
| * Fixed typo in documentationJoseph Zidell2013-10-031-3/+3
* | Directory name in RUNNING_UNIT_TESTS.rdoc [ci skip]Arun Agrawal2013-10-041-1/+1
|/
* Running all isolated test for actionviewArun Agrawal2013-10-031-1/+1
* Adds template dependencies rake task from cache_digests gem.Thomas von Deyen2013-09-262-0/+21
* Add CHANGELOG entry for #12344Rafael Mendonça França2013-09-241-0/+5
* Use the given name in html_options for the hidden field in collection_check_b...Angel N. Sciortino2013-09-242-1/+9
* Merge pull request #10773 from wangjohn/link_and_routing_optionsRafael Mendonça França2013-09-231-2/+3
* Fix some edge cases for AV `select` helper with `:selected` optionBogdan Gusiev2013-09-233-1/+22
* Expand select documentation to tell about the blockRafael Mendonça França2013-09-231-0/+9
* Use ERB in the CHANGELOG [ci skip]Rafael Mendonça França2013-09-231-3/+5
* Ability to pass block to AV#select helperBogdan Gusiev2013-09-234-5/+29
* handle `:namespace` form option in collection labelsVasiliy Ermolovich2013-09-224-1/+43
* Merge pull request #12232 from claudiob/delete-unused-helper-fixturesSantiago Pastorino2013-09-204-16/+0
|\
| * Remove unused AV helper fixtures from e10a2531claudiob2013-09-144-16/+0
* | Bust the template digest cache key when details are changedDaniel Schierbeck2013-09-193-2/+39
* | There's no need to do thisSantiago Pastorino2013-09-171-4/+1
|/
* "generates" applies to "collection radio" so it should be singularWaynn Lue2013-09-121-2/+2
* Merge pull request #12112 from adamniedzielski/fix-form-for-namespace-and-asRafael Mendonça França2013-09-123-1/+21
|\
| * form_for - fix :namespace and :as options clashAdam Niedzielski2013-09-093-1/+21
* | Write the right CHANGELOG entry for #11603Rafael Mendonça França2013-09-121-1/+1
* | Merge pull request #11603 from jetthoughts/join_strings_instead_of_contactina...Rafael Mendonça França2013-09-123-2/+10
|\ \
| * | Cleanup of excerpt helperPaul Nikitochkin2013-09-063-2/+10
| |/
* | Merge pull request #12173 from arunagw/fixes_reverted_by_revert_commitGuillermo Iguaran2013-09-101-1/+1
|\ \
| * | Back AV description in gemspecArun Agrawal2013-09-091-1/+1
| |/
* | Remove helper fixtures not used in any testclaudiob2013-09-091-2/+0
* | Remove remaining coupling with AV in MimeRespondsJosé Valim2013-09-091-0/+7
* | Remove BasicRendering and remove template functionality from AbsC::RenderingJosé Valim2013-09-091-7/+5
|/
* Fix failure with minitest 5.0.7Carlos Antonio da Silva2013-09-061-0/+1
* Merge pull request #12143 from rajcybage/fixing_typosCarlos Antonio da Silva2013-09-051-1/+1
|\
| * fix actionview and activemodel test cases typosRajarshi Das2013-09-051-1/+1
* | Fix method name typosVipul A M2013-09-052-2/+2
* | Fix a few typos. [ci skip]namusyaka2013-09-041-2/+2
* | Move skeleton methods from AV to AbsCŁukasz Strzałkowski2013-09-031-22/+0
* | Return to using protected_instance_variables in AVŁukasz Strzałkowski2013-09-021-4/+0
* | fix the typo [ci skip]Rajarshi Das2013-09-021-1/+1
|/