.. |
active_record_helper.rb
|
Active Support dependencies
|
2009-05-14 17:42:20 -07:00 |
asset_tag_helper.rb
|
Eliminate unnecessary File.exist? when correct file extension given [#1879 state:resolved]
|
2009-02-05 15:38:29 -06:00 |
atom_feed_helper.rb
|
Remove double parenthesis in docs
|
2009-02-05 20:27:34 +01:00 |
benchmark_helper.rb
|
Added :silence option to BenchmarkHelper#benchmark and turned log_level into a hash parameter and deprecated the old use [DHH]
|
2009-01-01 18:53:16 +01:00 |
cache_helper.rb
|
Get buffer for fragment cache from template's @output_buffer
|
2008-07-15 14:43:52 -05:00 |
capture_helper.rb
|
Ruby 1.9: flushing the output buffer preserves its encoding
|
2009-05-28 17:12:48 -05:00 |
date_helper.rb
|
Merge docrails
|
2009-04-17 14:28:46 +01:00 |
debug_helper.rb
|
Merge with docrails.
|
2008-07-16 13:01:23 +01:00 |
form_helper.rb
|
Cherry-pick core extensions
|
2009-05-13 12:00:15 -07:00 |
form_options_helper.rb
|
Allow strings to be sent as collection to select.
|
2009-05-15 15:30:17 +12:00 |
form_tag_helper.rb
|
Merge docrails
|
2009-04-17 14:28:46 +01:00 |
javascript_helper.rb
|
Remove mention of long-dead define_javascript_functions
|
2008-11-18 20:11:55 +01:00 |
number_helper.rb
|
Ensure number_to_human_size does not strip zeros from the end [#1763 state:resolved]
|
2009-05-17 19:02:50 +02:00 |
prototype_helper.rb
|
Added the :rjs render option
|
2009-05-21 16:35:40 -07: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
|
Ensure that calling content_tag_for in a helper doesn't cause duplicate output.
|
2008-08-29 20:52:01 +02:00 |
sanitize_helper.rb
|
prefer autoloaded html scanner
|
2008-11-24 10:20:41 -06:00 |
scriptaculous_helper.rb
|
* Add pluggable JSON backends with support for the JSON gem. [rick]
|
2009-04-23 00:08:40 -07:00 |
tag_helper.rb
|
Cleaning up more render tests
|
2009-05-14 15:30:35 -07:00 |
text_helper.rb
|
Truncate helper accepts a :separator for a more legible result [#1807 state:resolved]
|
2009-05-18 20:46:19 +02:00 |
translation_helper.rb
|
Added partial scoping to TranslationHelper#translate, so if you call translate('.foo') from the people/index.html.erb template, you'll actually be calling I18n.translate(people.index.foo) [DHH]
|
2009-02-10 12:57:12 +01:00 |
url_helper.rb
|
Fix a syntax error in current_page?() that was prevent matches against URL's with multiple query parameters [#1868 state:committed]
|
2009-02-05 20:31:04 +01:00 |