aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* Add support for pendingYehuda Katz2009-02-021-7/+11
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-303-3/+3
|\
| * Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-223-3/+3
* | 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
* 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