aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* 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
* need to make sure the asset type is cached with it in Cache.. name is suffici...Aaron Batalion2008-11-191-0/+6
* Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-192-14/+22
* Register 'checked' as an HTML boolean attribute.Hongli Lai (Phusion)2008-11-181-0/+1
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-184-41/+41
* Merge branch 'master' into testingJeremy Kemper2008-11-153-51/+100
|\
| * auto_link helper: add intelligent ending closing bracket handling. add new te...Mislav Marohnić2008-11-151-47/+81
| * refactor autolink helper. change tests to expect HTML-escaped URLsMislav Marohnić2008-11-151-13/+24
| * Tag helper should output an attribute with the value 'false' instead of omitt...Hongli Lai (Phusion)2008-11-132-1/+5
| * Don't worry about attribute orderingJeremy Kemper2008-11-071-1/+2
| * Use delete if the rhs is nilJeremy Kemper2008-11-071-1/+5
* | Merge branch 'master' into testingJeremy Kemper2008-11-071-0/+1
|\|
| * auto_link view helper was failing on URLs with colons after a query paramRich Manalang2008-11-071-0/+1
* | Don't worry about attribute orderingJeremy Kemper2008-11-071-1/+2
* | Use delete if the rhs is nilJeremy Kemper2008-11-071-1/+5
* | Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-5/+3
|/
* Fixed that FormTagHelper generates illegal html if name contains e.g. square ...Vladimir Dobriakov2008-11-041-1/+34
* Fix regression bug that made date_select and datetime_select raise a Null Poi...Bernardo de Pádua2008-11-041-0/+40
* Cleaned up route optimisation guard condition generation code as it was getti...Tom Lea2008-11-011-0/+13
* Dup local assigns for partial collections so nil values doesn't get overwritt...Joshua Peek2008-10-301-0/+4
* Proper API for reloading translationsDavid Heinemeier Hansson2008-10-291-2/+2
* Ensure @content_for_* is checked before yielding to block in render :layout [...Ryan Bates2008-10-281-0/+10
* Track rendered templates in stack so the current template can always be acces...Joshua Peek2008-10-281-0/+4
* modified current_page? to ignore extra parameters unless specified in optionsErik Andrejko2008-10-261-0/+10
* Fixed bug with asset timestamping when using relative_url_root (Joe Goldwasse...David Heinemeier Hansson2008-10-261-0/+8
* Added inline builder yield to atom_feed_helper tags where appropriate (Sam Ru...David Heinemeier Hansson2008-10-131-0/+30
* Add support for xml processing instructions in atom_feed_helper [#926 state:r...Matthew M. Boedicker2008-10-131-0/+51
* Ensure select_tag#name attribute uses [] when :multiple is true. [#1146 state...Andrew Kaspick2008-10-071-1/+2
* Implement submit_to_remote as a wrapper around a more generic button_to_remoteTarmo Tänav2008-10-071-3/+3
* Fix image_tag behavior on windows. [#1085 state:resolved]madlep2008-10-061-0/+13
* Add options to field_set_tagAndrew Kaspick2008-09-291-0/+6
* Fixed AssetTag cache with with relative_url_root [#1022 state:resolved]Martin Rehfeld2008-09-221-0/+50