aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added grouped_options_for_select helper method for wrapping option tags in op...Jon Crawford2009-01-291-0/+26
* Using the highlight helper on text with html shouldn't highlight text inside ...Dan Weinand2009-01-281-0/+23
* Ensure selected option is not ignored for collection_select. [#1037 state:res...Daniel Rodríguez Troitiño2009-01-281-0/+16
* Improve i18n support for number_to_human_size helper:Yaroslav Markin2009-01-271-5/+19
* Add localized templatesJoshua Peek2009-01-251-0/+15
* Fix date_select within fields_for with an index [#1666 state:resolved] [Josh,...Josh2009-01-161-15/+80
* Revert to the good old days when AssetTag didn't cause anyone problemsJoshua Peek2009-01-021-2/+0
* Added :silence option to BenchmarkHelper#benchmark and turned log_level into ...David Heinemeier Hansson2009-01-011-24/+50
* Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2009-01-012-7/+9
|\
| * Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-292-7/+9
* | Fixed the AssetTagHelper cache to use the computed asset host as part of the ...David Heinemeier Hansson2009-01-011-0/+20
|/
* Use I18n for date/time select helpers prompt text [#561 state:resolved]Sam Oliver2008-12-221-0/+11
* Added prompt options to date helpers [#561 state:resolved]Sam Oliver2008-12-211-0/+321
* Fix duplicate test name [#1058 state:resolved] [Dave Rothlisberger, Pratik Naik]Pratik Naik2008-12-201-1/+1
* Set template_format to html inside rjs templates so renders within it default...Joshua Peek2008-12-041-6/+0
* allow options to be passed to email address auto generationAndrew Kaspick2008-12-011-1/+6
* fixed template recompile issue with previous commit and add some better tests...Joshua Peek2008-11-282-9/+67
* Reinstate "Super lazy load view paths in development mode (no indexing or cac...Joshua Peek2008-11-282-11/+15
* Revert "Super lazy load view paths in development mode (no indexing or cachin...David Heinemeier Hansson2008-11-272-15/+11
* Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-11-272-11/+15
|\
| * Super lazy load view paths in development mode (no indexing or caching at all...Joshua Peek2008-11-262-11/+15
* | Added the option to declare an asset_host as an object that responds to call ...David Heinemeier Hansson2008-11-271-0/+40
|/
* Fix dangling tzinfo dependencyJeremy Kemper2008-11-231-1/+2
* Add i18n for number_to_human_size() helper storage units. Translation key is ...Yaroslav Markin2008-11-231-0/+3
* A back support for legacy TemplateHandler#render APIJoshua Peek2008-11-231-0/+11