.. |
asset_tag_helpers
|
Merge pull request #3724 from marcandre/media_default
|
2011-11-22 12:38:05 -08:00 |
active_model_helper.rb
|
Start cleanup of deprecations in ActionView
|
2010-09-06 13:42:46 +02:00 |
asset_paths.rb
|
Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess.
|
2011-06-21 11:24:05 -03:00 |
asset_tag_helper.rb
|
* A / is required if you want to explicitly skip the assets directory. This is important because public/assets is typically git-ignored.
|
2011-11-28 11:55:14 +02:00 |
atom_feed_helper.rb
|
Revert "use any? to check for size"
|
2011-11-28 16:29:55 +05:30 |
cache_helper.rb
|
Merge pull request #2219 from kommen/fix_fragment_caching_squashed
|
2011-10-13 13:36:20 -07:00 |
capture_helper.rb
|
Merge pull request #2799 from tomstuart/3-1-stable
|
2011-09-05 10:11:43 -03:00 |
controller_helper.rb
|
Make utf8 enforcer param customizeable
|
2011-06-11 01:58:26 -07:00 |
csrf_helper.rb
|
Make csrf_meta_tags use the tag helper
|
2011-04-08 02:21:08 +02:00 |
date_helper.rb
|
fix separator insertion in date_select helper
|
2011-12-14 23:20:23 +03:00 |
debug_helper.rb
|
remove warning: assigned but unused variable
|
2011-06-08 00:26:09 -03:00 |
form_helper.rb
|
Add button_tag support to ActionView::Helpers::FormBuilder.
|
2011-12-11 08:56:26 -05:00 |
form_options_helper.rb
|
scumbag 1.8: strings are enumerable :'(
|
2011-10-26 10:30:52 -07:00 |
form_tag_helper.rb
|
Add missing type to number_field_tag documentation
|
2011-10-28 15:37:45 +09:00 |
javascript_helper.rb
|
Fix small typo in link_to_function doc
|
2011-11-08 18:01:19 +04:00 |
number_helper.rb
|
put back the removed eg
|
2011-11-18 23:09:30 +05:30 |
output_safety_helper.rb
|
Removed Array#safe_join in AS core_ext and moved it to a view helper with the same same. This also changes how safe_join works, if items or the separator are not html_safe they are html_escape'd, a html_safe string is always returned.
|
2011-02-10 16:51:30 +01:00 |
record_tag_helper.rb
|
Merge branch 'master' of github.com:lifo/docrails
|
2011-09-08 18:06:43 +05:30 |
rendering_helper.rb
|
closes #3241 - partial doc fix
|
2011-10-07 23:53:12 +05:30 |
sanitize_helper.rb
|
Include TagHelper but don't explicitly require it
|
2011-12-12 14:05:25 -08:00 |
tag_helper.rb
|
Remove extra white spaces on ActionPack docs.
|
2011-05-23 20:22:33 -03:00 |
text_helper.rb
|
Include TagHelper but don't explicitly require it
|
2011-12-12 14:05:25 -08:00 |
translation_helper.rb
|
Don't html-escape the :count option to translate if it's a Numeric. Fixes #3685.
|
2011-11-19 13:28:07 +00:00 |
url_helper.rb
|
Make button_to helper support "form" option which is the form attributes.
|
2011-09-29 01:40:15 +08:00 |