aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-282-10/+10
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-272-42/+8
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-8/+8
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-12/+8
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-142-6/+6
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-1319-995/+1397
|\
| * Object names with underscore do the wrong lookup in I18n on error_messages_for.José Valim2009-04-051-3/+6
| * Additional template render test for backup files [#2367 state:resolved]Cezary Baginski2009-04-022-0/+8
| * Fix template extension parsing. [#2315 state:resolved] [#2284 state:resolved]thedarkone2009-03-241-0/+32
| * pluginize concurrent block body partJeremy Kemper2009-03-191-80/+0
| * Pare down unit testJeremy Kemper2009-03-161-36/+6
| * Less ceremonyJeremy Kemper2009-03-131-27/+34
| * Extract output buffer testJeremy Kemper2009-03-132-34/+35
| * Simplify parts and testsJeremy Kemper2009-03-131-9/+8
| * Fix testsJeremy Kemper2009-03-131-4/+4
| * Example using an edge side include body part to fetch queued rendering resultsJeremy Kemper2009-03-131-9/+27
| * Body parts: future rendering, threaded future, queued future, open-uri exampleJeremy Kemper2009-03-132-35/+142
| * Introduce flush_output_buffer to append the buffer to the response body then ...Jeremy Kemper2009-03-131-0/+35
| * Ensure auto_link doesnt linkify URLs in the middle of a tag [#1523 state:reso...Eugene Pimenov2009-03-101-0/+6
| * Fixed number_to_phone to work with 7 digit numbers [#2176 state:resolved]rpheath2009-03-091-0/+1
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
| * Remove duplicate test [#2136 state:resolved]Yury Kotlyarov2009-03-081-5/+0
| * Fixed simplified render with nested models [#2042 state:resolved]Joshua Peek2009-03-071-0/+4
| * submit_tag with confirmation and disable_with [#660 state:resolved]Lawrence Pit2009-03-071-2/+9