aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* Deprecation: remove deprecated update_element_function, start_form_tag, and e...Jeremy Kemper2007-03-132-65/+0
* Deprecation: remove deprecated human_size helper alias. Use number_to_human_s...Jeremy Kemper2007-03-131-6/+0
* Deprecation: remove deprecated link_to_image and link_image_to methods. Use l...Jeremy Kemper2007-03-131-33/+24
* Deprecation: remove deprecated instance variables.Jeremy Kemper2007-03-131-43/+0
* Give time_ago_in_words test some DST slop.Jeremy Kemper2007-03-111-2/+1
* Fixed that FormTagHelper#text_area_tag should disregard :size option if it's ...David Heinemeier Hansson2007-03-031-0/+6
* Set the original button value in an attribute of the button when using the :d...Jamis Buck2007-02-281-1/+1
* Added subdirectory testDavid Heinemeier Hansson2007-02-211-0/+16
* Make sure that the filesystem is not involved with asset hostingDavid Heinemeier Hansson2007-02-211-4/+7
* Added caching option to AssetTagHelper#stylesheet_link_tag and AssetTagHelper...David Heinemeier Hansson2007-02-181-10/+114
* Add request protocol to asset host if not given. Prefer setting asset host as...Jeremy Kemper2007-02-181-0/+11
* Work around the two connection per host browser limit: use asset%d.myapp.com ...Jeremy Kemper2007-02-181-0/+7
* Add Mime::Type convenience methods to check the current mime type. [Rick]Rick Olson2007-02-151-1/+1
* Fix that FormTagHelper#submit_tag using :disable_with should trigger the onsu...David Heinemeier Hansson2007-02-061-1/+1
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-042-3/+3
* fix form_for example in ActionController::Resources documentation. Closes #7...Rick Olson2007-02-041-1/+1
* Added FormBuilder#submit as a delegate for FormTagHelper#submit_tag [DHH]David Heinemeier Hansson2007-01-291-0/+2
* date_select and datetime_select take a :default option. Closes #7052.Jeremy Kemper2007-01-281-0/+74
* select :multiple => true suffixes the attribute name with [] unless already s...Jeremy Kemper2007-01-281-0/+19
* mail_to :encode => 'hex' also encodes the mailto: part of the href attribute ...Jeremy Kemper2007-01-281-4/+5
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-2818-37/+22
* Add error_messages and error_message_on to the default FormBuilder. Closes #6...Michael Koziarski2007-01-261-2/+26
* Autolinking recognizes trailing and embedded . , : ; Closes #7354.Jeremy Kemper2007-01-241-0/+16
* Make TextHelper::auto_link recognize URLs with colons in path correctly, fixe...Thomas Fuchs2007-01-211-1/+3
* Fix #distance_of_time_in_words to report accurately against the Duration clas...Rick Olson2007-01-171-5/+5
* Allow fields_for to be nested in form_forJamis Buck2007-01-171-3/+30
* Allow inGroupsOf and eachSlice to be called through rjs. Closes #7046 Tobias Lütke2007-01-151-0/+23
* link_to_unless_current works with full URLs as well as paths. Closes #6891.Jeremy Kemper2007-01-121-3/+66
* test javascript include with and without application.jsJeremy Kemper2007-01-081-20/+13
* Lookup the mime type for #auto_discovery_link_tag in the Mime::Type class. C...Rick Olson2007-01-081-0/+1
* Revert failing test from [5847].Jeremy Kemper2007-01-081-5/+0
* Fix no method error with error_messages_on. Closes #6935 [nik.wakelin Koz]Michael Koziarski2007-01-071-1/+5
* Add more extensive documentation to the AssetTagHelper. Closes #6452 [Bob Si...Rick Olson2007-01-051-105/+66
* Clean up multiple calls to #stringify_keys in TagHelper, add better documenta...Rick Olson2007-01-051-2/+3
* Fixed that webrick would strip leading newlines and hang connection (closes #...David Heinemeier Hansson2007-01-051-0/+5
* Fix date helper test when run on 31st day of the month! Closes #6907. [mutru]Jeremy Kemper2007-01-011-7/+7
* Make error_message_on handle nil objects. [dan]Michael Koziarski2006-12-271-0/+4
* Fix date helper :include_blank regression. Closes #3811. [mhw]Jeremy Kemper2006-12-201-0/+43
* Work around a cross-platform number_to_precision inconsistency in unit tests....Jeremy Kemper2006-12-171-3/+7
* Fix HTML::Node to output double quotes instead of single quotes. Closes #684...Rick Olson2006-12-141-5/+5
* Improved auto_link to match more valid urls correctlyTobias Lütke2006-12-071-0/+6
* Bob's raining patches: fixes date_helper bugs and usability issues. Reference...Jeremy Kemper2006-12-062-154/+765
* Premature commitDavid Heinemeier Hansson2006-11-301-6/+0
* Fixed that script/server running against Mongrel should tail the proper log r...David Heinemeier Hansson2006-11-301-0/+6
* strip_tags passes through blank args such as nil or "". Closes #6702, refere...Jeremy Kemper2006-11-261-1/+1
* Extract template_changed_since? from compile_template? so plugins may overrid...Jeremy Kemper2006-11-201-1/+36
* simple_format helper doesn't choke on nil. Closes #6644.Jeremy Kemper2006-11-191-5/+9
* Missed pluralize nil test in [5431].Jeremy Kemper2006-11-061-0/+1
* Deprecate JavaScriptHelper#update_element_function, which is superseeded by R...Thomas Fuchs2006-11-062-24/+36
* Set ActionView::Base.default_form_builder once rather than passing the :build...Jeremy Kemper2006-11-031-1/+25