.. |
javascripts
|
Update Prototype to 1.6.0.1
|
2007-12-05 03:08:29 +00:00 |
active_record_helper.rb
|
Revert spurious commit from [9126]
|
2008-03-29 00:26:15 +00:00 |
asset_tag_helper.rb
|
Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to make it easier for plugin developers to inject multiple assets. Closes #10350.
|
2008-03-20 16:26:04 +00:00 |
atom_feed_helper.rb
|
Improve documentation.
|
2008-03-26 12:27:52 +00:00 |
benchmark_helper.rb
|
Massive documentation update for all helpers (closes #8223, #8177, #8175, #8108, #7977, #7972, #7971, #7969) [jeremymcanally]
|
2007-06-23 17:49:18 +00:00 |
cache_helper.rb
|
Moved template handlers related code from ActionView::Base to ActionView::Template
|
2008-03-05 02:03:24 +00:00 |
capture_helper.rb
|
Update doc (closes #11402)
|
2008-03-28 20:03:28 +00:00 |
date_helper.rb
|
Docfix (closes #11263) [Irfy]
|
2008-03-15 20:00:41 +00:00 |
debug_helper.rb
|
Minor wording tweak to documentation for the debug helper. Closes #8037. [jeremymcanally]
|
2007-05-06 05:19:02 +00:00 |
form_helper.rb
|
Improve documentation.
|
2008-03-26 12:27:52 +00:00 |
form_options_helper.rb
|
Docfixes (closes #11356, #11172, #10523)
|
2008-03-20 02:15:29 +00:00 |
form_tag_helper.rb
|
Added :confirm option to submit_tag (closes #11415) [miloops]
|
2008-03-24 21:24:40 +00:00 |
javascript_helper.rb
|
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
|
2007-09-28 14:18:47 +00:00 |
number_helper.rb
|
Fixed NumberHelper#number_with_precision to properly round in a way that works equally on Mac, Windows, Linux (closes #11409, #8275, #10090, #8027) [zhangyuanyi]
|
2008-03-24 21:12:55 +00:00 |
prototype_helper.rb
|
Don't append the forgery token to an ajax request if it's serializing a form, prevents duplicate tokens. Closes #10684 [macournoyer]
|
2008-01-08 21:17:08 +00:00 |
record_identification_helper.rb
|
Added record identifications to FormHelper#form_for and PrototypeHelper#remote_form_for [DHH]
|
2007-05-14 17:30:35 +00:00 |
record_tag_helper.rb
|
Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow]
|
2008-03-05 01:26:24 +00:00 |
sanitize_helper.rb
|
Refactor sanitizer helpers into HTML classes and make it easy to swap them out with custom implementations. Closes #10129. [rick]
|
2007-11-26 03:45:54 +00:00 |
scriptaculous_helper.rb
|
Documentation for the drop_receiving_element helpers :onDrop callback. Closes #11158 [thechrisoshow]
|
2008-03-05 10:53:04 +00:00 |
tag_helper.rb
|
The tag helper may bypass escaping.
|
2007-09-24 08:13:55 +00:00 |
text_helper.rb
|
Allow the #simple_format text_helper to take an html_options hash for each paragraph. Closes #2448 [Francois Beausoleil, thechrisoshow]
|
2008-03-24 02:29:30 +00:00 |
url_helper.rb
|
Docfix (closes #11226) [mikong]
|
2008-03-15 20:08:05 +00:00 |