aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/record_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* test helpers in erb using erblest2011-11-301-2/+4
* Merge pull request #2872 from sikachu/content_tag_html_safeSantiago Pastorino2011-09-051-0/+12
|\
| * Make sure that result from content_tag_for with collection is html_safePrem Sichanugrist2011-09-051-0/+12
* | add blanks between methodsVijay Dev2011-09-051-0/+3
|/
* Remove empty testSantiago Pastorino2011-09-051-3/+0
* Tests shouldn't produce warningsRay Baxter2011-09-041-0/+5
* Make `content_tag_for` and `div_for` accepts the array of recordsPrem Sichanugrist2011-09-041-2/+22
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-2/+0
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-0/+1
* API change: content_tag_for outputs prefixed class nameJoshua Peek2009-10-081-1/+1
* Moved shared form helper models into fake_modelsJoshua Peek2009-10-031-0/+1
* AMo conversion helperJoshua Peek2009-07-211-1/+2
* Update some tests and add a to_model to form helpersYehuda Katz2009-07-201-1/+1
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-1/+1
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+1
* Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+1
* Ensure that calling content_tag_for in a helper doesn't cause duplicate output.Tom Lea2008-08-291-0/+8
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-13/+14
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-7/+2
* Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-7/+7
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-8/+3
* Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow]Pratik Naik2008-03-051-0/+59