.. |
active_model_helper.rb
|
Start cleanup of deprecations in ActionView
|
2010-09-06 13:42:46 +02:00 |
asset_tag_helper.rb
|
Assume compute_asset_host returns reasonable values.
|
2010-09-27 17:46:00 +02:00 |
atom_feed_helper.rb
|
Cleanup deprecations in Action Dispatch
|
2010-09-06 13:41:12 +02:00 |
cache_helper.rb
|
Adds title and description where needed.
|
2010-06-16 22:47:49 +04:30 |
capture_helper.rb
|
Remove NonConcattingString.
|
2010-08-29 21:15:00 -03:00 |
csrf_helper.rb
|
get csrf_meta_tag back to the generated layout in deference to existing printed material, chomp also the generated HTML to be faithful to the output before the refactor
|
2010-09-14 01:35:44 +02:00 |
date_helper.rb
|
Avoid uninitialized variable warning.
|
2010-09-27 11:19:23 -03:00 |
debug_helper.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
form_helper.rb
|
Fixing search_field to remove object attribute from options hash [#5730 state:resolved]
|
2010-10-02 17:48:11 +02:00 |
form_options_helper.rb
|
removing useless code
|
2010-09-29 16:17:56 -07:00 |
form_tag_helper.rb
|
Select tags with array options are deprecated, removing
|
2010-09-26 02:13:46 +08:00 |
javascript_helper.rb
|
Tiny fixes to rdoc
|
2010-09-16 17:10:36 +04:00 |
number_helper.rb
|
Make number_to_human and number_with_precision work with negatives
|
2010-09-05 10:21:55 -03:00 |
prototype_helper.rb
|
Tiny fixes to rdoc
|
2010-09-16 17:10:36 +04:00 |
raw_output_helper.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
record_tag_helper.rb
|
Speed up content_tag_for by simplifying needed logic
|
2010-08-31 19:52:26 +09:00 |
sanitize_helper.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
scriptaculous_helper.rb
|
removed 'unless const_defined?' code smell
|
2010-06-21 23:34:45 +02:00 |
tag_helper.rb
|
Prevent any warnings from being printed during RDoc generation
|
2010-08-26 21:31:32 +02:00 |
text_helper.rb
|
another case of extra nil? check
|
2010-09-30 08:11:35 +08:00 |
translation_helper.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
url_helper.rb
|
Performance: refactor convert_options_to_data_attributes.
|
2010-09-27 17:46:00 +02:00 |