aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* Make sure link_to generates the form with the specified :href if any [#2254 s...Max Lapshin2009-08-101-0/+8
* Fixed to_label_tag to accept id attribute without changing for attribute [#26...Matt Duncan2009-08-091-0/+16
* Fix that RedCloth shouldn't be required to run testsJeremy Kemper2009-08-091-12/+18
* Support passing Redcloth options via textilize helper [#2973 state:resolved]rizwanreza2009-08-091-0/+17
* Use response_body rather than performed?Yehuda Katz2009-08-091-1/+1
* Don't call additional methods on builders passed to the atom_feed helper.Michael Koziarski2009-08-091-0/+29
* Allow content_tag options to take an array [#1741 state:resolved] [rizwanreza...rizwanreza2009-08-081-0/+13
* Allow radio buttons to work with booleans.José Valim2009-08-081-0/+10
* Add :include_blank option for select_tag [#1987 status:resolved]rizwanreza2009-08-081-0/+12
* Fix number_to_precision rounding error [#2071 state:resolved]wmoxam2009-08-081-0/+1
* Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" or...Matthew Rudy Jacobs2009-08-051-2/+6
* Fix tag helpers so that all HTML element boolean attributes render according ...Marc Love2009-07-301-4/+4
* Add support for error_messages_for(@obj)Yehuda Katz2009-07-282-2/+15
* AMo conversion helperJoshua Peek2009-07-217-17/+33
* Rename ActiveRecordHelper to ActiveModelHelperYehuda Katz2009-07-202-2/+2
* Finish convert_to_object updatesYehuda Katz2009-07-201-0/+6
* Update some tests and add a to_model to form helpersYehuda Katz2009-07-203-6/+7
* Define ActiveModel API ComplianceYehuda Katz2009-07-206-18/+23
* Move default_form_builder to ActionView so it'll work in environments not usi...Yehuda Katz2009-07-191-3/+3
* Separate ActionView::Context so something else can easily be made into an AV ...Yehuda Katz2009-07-191-1/+1
* Adds a audio_tag helper for the HTML5 audio tag. Fixed video_path docs. HTML ...Emilio Tagua2009-07-071-4/+36
* My suggestion to fix ticket 2401 [#2401 state:resolved]Jarl Friis2009-07-021-0/+92
* Fixes a number of tests that inexplicably didn't fail when we committed the o...Yehuda Katz + Carl Lerche2009-07-024-12/+12
* Adds a video_tag helper for the HTML5 video tag (similar to how the image_tag...Tieg Zaharia2009-07-021-2/+41
* Make text_area_tag escape contents by default.Chris Mear2009-06-271-0/+12
* Handle missing javascript/stylesheets assets by raising an exceptionChristos Zisopoulos2009-06-261-30/+88
* Add content_for?(:name) helper to check if content_for(:name) is present [#13...Darragh Curran2009-06-211-0/+15
* Use errors[field] instead of errors.on(field)Jeremy Kemper2009-06-172-9/+9
* Cleaning up more tests and code that needed to work in both old and new baseYehuda Katz + Carl Lerche2009-06-171-8/+5
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-172-4/+4
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-23/+0
* Move model naming into ActiveModelJoshua Peek2009-06-175-0/+8
* Add :concat option to asset tag helpers to force concatenation.Joshua Peek2009-06-151-0/+30
* allow absolute paths for the asset cachesAndrew Kaspick2009-06-111-0/+16
* Sanitized the id generated by text_area_tag helper method. text_area_tag('ite...Stephen Anderson2009-06-091-0/+5
* Made label target radio button tags with values. Radio button now respects in...David Stevenson2009-06-091-0/+19
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-083-15/+31
* Ensure ERB source begins with the encoding commentJeremy Kemper2009-06-011-4/+21
* fix for IE incompatibility of :disable_with in submit_tagHan Kessels2009-06-011-3/+3
* Ruby 1.9: ERB template encoding using a magic comment at the top of the fileJeremy Kemper2009-05-281-1/+1
* Ruby 1.9: flushing the output buffer preserves its encodingJeremy Kemper2009-05-281-0/+11
* Reinstate pending output buffer testsJeremy Kemper2009-05-281-28/+36
* Get all template tests passing on new baseCarl Lerche2009-05-261-1/+4
* Added the :rjs render optionYehuda Katz + Carl Lerche2009-05-212-0/+8
* Truncate helper accepts a :separator for a more legible result [#1807 state:r...Andy Stewart2009-05-181-0/+3
* Ensure number_to_human_size does not strip zeros from the end [#1763 state:re...Travis Briggs2009-05-171-0/+4
* Ensure auto_link does not ignore multiple trailing punctuations [#2504 state:...Lance Ivy2009-05-171-0/+7
* Allow strings to be sent as collection to select.José Valim2009-05-151-0/+22
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-112-21/+31
|\
| * Functional test runner finalizes response just like the integration test runn...Joshua Peek2009-05-022-19/+29
|/