.. |
asset_tag_helpers
|
No need to return anything
|
2010-11-24 08:00:40 +08:00 |
active_model_helper.rb
|
Start cleanup of deprecations in ActionView
|
2010-09-06 13:42:46 +02:00 |
asset_tag_helper.rb
|
reorganised the the common asset helpers module into a class and have it include the id caching module, this class is now shared from the view instance to the asset include tag helpers (js and css)
|
2010-11-16 00:04:37 +01: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
|
Call as ERB::Util.html_escape since is not the module is not included here
|
2010-11-02 20:02:13 -02: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
|
patching to ensure separator is printed with order [#5816 state:resolved]
|
2010-11-11 12:22:15 -02: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
|
class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.
|
2010-11-20 19:40:29 +01:00 |
form_options_helper.rb
|
Call html_escape in ERB::Util module and don't mix it in in the helpers
|
2010-10-18 13:59:56 -02:00 |
form_tag_helper.rb
|
Call html_escape in ERB::Util module and don't mix it in in the helpers
|
2010-10-18 13:59:56 -02:00 |
javascript_helper.rb
|
Tiny fixes to rdoc
|
2010-09-16 17:10:36 +04:00 |
number_helper.rb
|
made a pass to the docs of :negative_format
|
2010-11-03 06:20:26 +01:00 |
prototype_helper.rb
|
Call html_escape in ERB::Util module and don't mix it in in the helpers
|
2010-10-18 13:59:56 -02: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
|
rewords a little the RDoc of the tag helper
|
2010-10-19 22:59:03 +02:00 |
text_helper.rb
|
Add a note to TextHelpers making explicit their default behavior of not escaping but sanitizing.
|
2010-11-08 01:47:49 -08:00 |
translation_helper.rb
|
Clean up unused methods from AV::Base and pass in the template object on rendering.
|
2010-10-10 14:47:11 +02:00 |
url_helper.rb
|
Call html_escape in ERB::Util module and don't mix it in in the helpers
|
2010-10-18 13:59:56 -02:00 |