aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Ensure Active Record error related view helpers escape the message [#1280 sta...Dan Barry2009-03-071-0/+34
| * Fix spelling in test name.Mike Gunderloy2009-02-281-1/+1
| * Pass a custom form builder on to nested fields_for calls. [#2023 status:commi...Eloy Duran2009-02-271-0/+41
| * Template without a known template handler should only be reachable through it...thedarkone2009-02-241-0/+10
| * Fix templates reloading in development when using custom view path [#2012 sta...Joshua Peek2009-02-191-25/+103
| * Enhanced form option helpers to add support for disabled option tags and use ...Tekin Suleyman2009-02-141-0/+84
| * DRY up form option helper testsTekin Suleyman2009-02-141-78/+19
| * Stops date select helpers from defaulting the selected date to today if :prom...Sam Oliver2009-02-131-14/+14
| * Changed API of NestedAttributes to take an array, or hash with index keys, of...Lance Ivy2009-02-131-8/+30
| * Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-122-19/+54
| * Move checkbox hidden field before the actual checkbox so the actual value doe...Joshua Peek2009-02-101-38/+34
| * Fix some edge cases when the same template is called with different local ass...Andrew White2009-02-101-32/+54
| * Added partial scoping to TranslationHelper#translate, so if you call translat...David Heinemeier Hansson2009-02-101-0/+6
| * Improve view rendering performance in development mode and reinstate template...Andrew White2009-02-092-33/+24
| * Render implicit html template when xhr request now supports localization [#18...José Valim2009-02-071-0/+19
| * Added support to dashed locales in templates localization [#1888 state:resolved]José Valim2009-02-061-0/+9
| * Ruby 1.9 compat: change encoding of action_view/renderable to utf-8, so erb t...Eugene Pimenov2009-02-061-0/+9
| * Allowing an object to be passed explicitly to a fields_for with nested_attrib...Pascal Ehlert2009-02-061-0/+9
| * Added tests from Andrew Whites fix [#1385 state:committed]David Heinemeier Hansson2009-02-051-0/+21
| * Fix a syntax error in current_page?() that was prevent matches against URL's ...chris finne2009-02-051-1/+13
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-039-919/+899
| * Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-5/+136
| * Fix unsorted array comparisonJeremy Kemper2009-01-311-1/+1
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-0813-0/+17
* | Add support for pendingYehuda Katz2009-02-021-7/+11