aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor AssetTagHelper and fix remaining threadsafe issues.Joshua Peek2008-09-221-4/+10
* Fixed missing template paths on exception [#1082 state:resolved]Claudio Poli2008-09-201-1/+17
* Remove the country_select helper.Michael Koziarski2008-09-181-1549/+0
* Added image_submit_tag confirm option [status:committed #784]Alastair Brunton2008-09-101-0/+7
* The FormTagHelper#submit_tag helper will now pass along the original value of...Jose Fernandez2008-09-101-2/+2
* Allow prototype functions to receive position parameter as a symbol.miloops2008-08-301-0/+2
* Added button_to_remote helperTarmo Tänav2008-08-291-0/+13
* Ensure that calling content_tag_for in a helper doesn't cause duplicate output.Tom Lea2008-08-291-0/+8
* Added TextHelper#current_cycle to return the current cycle for better design ...Ken Collins2008-08-271-0/+34
* Cache JavaScriptGenerator's helper module set on the templateJoshua Peek2008-08-262-9/+0
* Performance: Cache modules that extend the view context for JavaScriptGeneratorJoshua Peek2008-08-252-0/+9
* Include all helpers into ActionView::HelperJoshua Peek2008-08-251-3/+3
* Ruby 1.9 compat: set source encodingJeremy Kemper2008-08-231-0/+1
* Merge branch 'master' into i18nJeremy Kemper2008-08-221-0/+4
|\
| * Ensure :partial => @collection and :collection => @collection behaves same. [...Ryan Bates2008-08-221-0/+4
* | Merge branch 'master' into i18nSven Fuchs2008-08-213-6/+60
|\|
| * Allow overriding id for feed and entry with atom_feed_builder. [#485 state:re...Darragh Curran2008-08-211-5/+32