aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* Update to Prototype -r8232Sam Stephenson2007-11-291-71/+87
* Asset timestamps are appended, not prepended. Closes #10276 [mnaberez]Marcel Molina2007-11-271-2/+2
* Add #prepend_view_path and #append_view_path instance methods on ActionContro...Rick Olson2007-11-261-1/+21
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-261-155/+53
* Add deprecation for old subtemplate syntax for ActionMailer templates, use re...Rick Olson2007-11-261-0/+13
* Fix TemplateError so it doesn't bomb on exceptions while running tests [rick]Rick Olson2007-11-261-3/+3
* Add documentation about asset timestamps (just for koz)David Heinemeier Hansson2007-11-251-0/+21
* Docfix (closes #10256)David Heinemeier Hansson2007-11-251-2/+2
* Tests and fix for extension extraction. References #10130 [tarmo]Michael Koziarski2007-11-221-2/+1
* Fixed that partial rendering should look at the type of the first render to d...David Heinemeier Hansson2007-11-181-2/+10
* Only Benchmark and log if we're going to output the information.Michael Koziarski2007-11-141-1/+1
* Actually cache the template names.Michael Koziarski2007-11-141-1/+1
* Fixed that has_many :through associations should render as collections too (c...David Heinemeier Hansson2007-11-121-1/+1
* Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...David Heinemeier Hansson2007-11-071-4/+15
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-061-1/+1
* Fix syntax error in documentation example for cycle method. Closes #8735 [foca]Marcel Molina2007-11-061-1/+1
* Document :with option for link_to_remote. Closes #8765 [ryanb]Marcel Molina2007-11-061-0/+8
* Document :minute_step option for time_select. Closes #8814 [brupm]Marcel Molina2007-11-061-0/+3
* Explain how to use the :href option for link_to_remote to degrade gracefully ...Marcel Molina2007-11-061-0/+11
* Disambiguate :size option for text area tag. Closes #8955 [redbeard]Marcel Molina2007-11-061-1/+1
* Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N]Marcel Molina2007-11-061-1/+1
* Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.Sam Stephenson2007-11-062-29/+61
* Grammatical and whitespace fixes for form helper docs. Closes #10062 [chuyeow]Michael Koziarski2007-11-061-43/+42
* compute_public_path behaves well with mailers also. Closes #10014.Jeremy Kemper2007-10-291-6/+16
* FormHelper's auto_index should use #to_param instead of #id_before_type_cast....Rick Olson2007-10-261-3/+3
* Doc typo fixes for ActiveRecordHelper. Closes #9973 [mikong]Marcel Molina2007-10-261-2/+2
* Partials also set 'object' to the default partial variable. Closes #8823.Jeremy Kemper2007-10-251-6/+8
* Disabled checkboxes don't submit a form value. Closes #9301.Jeremy Kemper2007-10-231-1/+1
* Remove more potential clashes with asset methods and resource routes. Closes...Michael Koziarski2007-10-191-4/+6
* Rename image_path path_to_image to avoid conflicting with named routes. Clos...Michael Koziarski2007-10-192-2/+3
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.Sam Stephenson2007-10-164-1643/+2646
* Fix silent failure of rxml templates. Closes #9879.Jeremy Kemper2007-10-151-1/+2
* Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r...Michael Koziarski2007-10-151-52/+45
* Enhance documentation for observe_field. Closes #9808 [RubyRedRick, danger]Michael Koziarski2007-10-151-1/+10
* error_messages_for also takes :message and :header_message options which defa...Jeremy Kemper2007-10-141-12/+14
* JavaScriptVariableProxy#to_json ignores the options argJeremy Kemper2007-10-111-1/+1
* Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...David Heinemeier Hansson2007-10-102-308/+326
* form_for example for namespaced routes. Closes #9769 [sjgman9]Michael Koziarski2007-10-081-0/+6
* 1 years -> 1 yearJeremy Kemper2007-10-081-1/+1
* Add link_to :back which uses your referrer with a fallback to a javascript li...Michael Koziarski2007-10-081-3/+11
* error_messages_for and friends also work with local variables. Closes #9699.Jeremy Kemper2007-10-072-5/+21
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-0/+1
* BlankSlate -> BasicObjectJeremy Kemper2007-10-071-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-022-6/+6
* Fixed that strip_tags blows up with invalid html (closes #9730) [lifo]David Heinemeier Hansson2007-09-291-4/+6
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-283-5/+5
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-285-5/+5
* Protect button_to behind protect_from_forgery (closes #9675) [lifo]David Heinemeier Hansson2007-09-251-2/+7
* Stop rdoc from whiningDavid Heinemeier Hansson2007-09-242-8/+8
* Include asset host in public path cache key. Clear cache between asset tag te...Jeremy Kemper2007-09-242-9/+17