aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* form.text_area handles the :size option just like the original text_area (:si...Jeremy Kemper2006-05-111-0/+5
* Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.Jeremy Kemper2006-05-091-2/+0
* Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros]Marcel Molina2006-04-271-20/+20
* Fixes bad rendering of JavaScriptMacrosHelper rdoc (closes #4910) [Frederick ...Rick Olson2006-04-271-4/+5
* Allow error_messages_for to report errors for multiple objects, as well as su...Marcel Molina2006-04-261-16/+30
* Fix documentation indentationMarcel Molina2006-04-261-3/+3
* Refactor various InstanceTag instance method to class methods. Closes #4800. ...Marcel Molina2006-04-253-29/+59
* Remove all remaining references to @params in the documentation.Marcel Molina2006-04-251-1/+1
* Update layout and content_for documentation to use yield rather than magic @c...Marcel Molina2006-04-251-15/+17
* only require redcloth/bluecloth if they are not already loaded [Rick]Rick Olson2006-04-231-2/+2
* Change link_to_function and button_to_function to (optionally) take an update...Sam Stephenson2006-04-191-5/+25
* Fixed that remote_form_for can leave out the object parameter and default to ...David Heinemeier Hansson2006-04-161-2/+3
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-04-061-44/+32
* fix ruby syntax in comments for the JavascriptGenerator (closes #4577) [Rick]Rick Olson2006-04-041-1/+1
* Add additional autocompleter options [aballai, Thomas Fuchs]Thomas Fuchs2006-04-021-1/+10
* Applied Prototype $() performance patches (#4465, #4477) and updated script.a...Thomas Fuchs2006-04-013-75/+302
* Make asset timestamping safe to use on assets that don't existJamis Buck2006-03-301-1/+1
* Skip complete URLsDavid Heinemeier Hansson2006-03-291-1/+1
* Added automated timestamping to AssetTagHelper methods for stylesheets, javas...David Heinemeier Hansson2006-03-291-5/+16
* Fixed require of bluecloth and redcloth when gems haven't been loaded (closes...David Heinemeier Hansson2006-03-271-2/+2
* Speedup for sortable with handles initialization in rails trunk tooThomas Fuchs2006-03-272-4/+5
* Update to Prototype 1.5.0_pre1Sam Stephenson2006-03-271-5/+31
* effects.js and controls.js fixesThomas Fuchs2006-03-262-4/+5
* finish form_for change, allow hash as the second param: form_for :post, :url ...Rick Olson2006-03-261-3/+6
* Change #form_for and #fields_for so that the second argument is not required ...Rick Olson2006-03-261-2/+2
* Update to script.aculo.us 1.6Thomas Fuchs2006-03-262-180/+248
* Fix double url escaping of remote_function. Add :escape => false option to Ac...Nicholas Seckar2006-03-222-3/+15
* Turn RJS debugging on by default and show the source code when an exception i...David Heinemeier Hansson2006-03-201-2/+3
* Added option to String#camelize to generate lower-cased camel case by passing...David Heinemeier Hansson2006-03-201-2/+2
* Add :script option to in_place_editor to support evalScripts (closes #4194) [...Rick Olson2006-03-191-0/+2
* Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...Rick Olson2006-03-191-2/+2
* Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...Nicholas Seckar2006-03-191-1/+0
* Change url_for to escape the resulting URLs when called from a view. Closes #...Nicholas Seckar2006-03-181-8/+8
* Fixed UrlHelper#current_page? to behave even when url-escaped entities are pr...David Heinemeier Hansson2006-03-181-1/+1
* Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ...David Heinemeier Hansson2006-03-181-1/+1
* Added :function option to PrototypeHelper#observe_field/observe_form that all...David Heinemeier Hansson2006-03-181-2/+4
* trivial documentation patch for #pagination_links [Francois Beausoleil] close...Rick Olson2006-03-161-1/+1
* The mere existance of a rjs file shouldnt cause the layout to disappear. Made...David Heinemeier Hansson2006-03-131-2/+11
* Added simple alert() notifications for RJS exceptions when config.action_view...Sam Stephenson2006-03-131-8/+13
* Prefer application/xml over text/xml for charset reasonsDavid Heinemeier Hansson2006-03-131-1/+1
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-131-19/+23
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-121-1/+1
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-111-1/+2
* Update to latest script.aculo.us trunk, fixes possible issue with Effect.Appe...Thomas Fuchs2006-03-091-3/+6
* Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...Rick Olson2006-03-081-260/+294
* Allow method chaining in RJS elements [Rick Olson]David Heinemeier Hansson2006-03-062-1/+11
* Update Prototype for beta gemsSam Stephenson2006-03-061-48/+55
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-052-9/+11
* Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524...David Heinemeier Hansson2006-03-041-0/+10
* RJS now does enumerations, baby! (closes #3876) [Rick Olson]David Heinemeier Hansson2006-03-031-9/+99