1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view/helpers
Miklos Fazekas be0875f458 Fixed undefined method `i18n_key' for nil:NilClass for labels in non AR form_for
Refactoring at #18647 broke using non active record objects in form_for. This patch
restores the original behaviour where we only compute i18 key when object.respond_to?(:to_model)
2015-02-06 22:44:48 +01:00
..
tags Fixed undefined method `i18n_key' for nil:NilClass for labels in non AR form_for 2015-02-06 22:44:48 +01:00
active_model_helper.rb
asset_tag_helper.rb Uppercase HTML in docs. 2014-08-08 14:27:05 -07:00
asset_url_helper.rb Revert "Merge pull request #15312 from JuanitoFatas/action_view/asset_path" 2014-09-14 07:04:47 +09:30
atom_feed_helper.rb Use option url: false to allow entries without a link tag 2015-01-16 16:28:54 -02:00
cache_helper.rb Change links to 37signals and svn blog to point to new destinations. [ci skip] 2014-04-12 12:46:04 +05:30
capture_helper.rb [ci skip] Fix HTML format on comment 2014-12-18 13:07:32 +09:00
controller_helper.rb
csrf_helper.rb
date_helper.rb Add missing options to datetime_select [ci skip] 2015-01-25 14:30:03 +09:00
debug_helper.rb remove unnecessary substitution for space in ActionView::Helpers#debug 2014-06-14 15:22:09 +05:30
form_helper.rb Follow up to #17973 [ci skip] 2015-01-02 20:26:39 +01:00
form_options_helper.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
form_tag_helper.rb fix typo in number_field_tag documentation [ci skip] 2015-01-19 15:19:44 +09:00
javascript_helper.rb [ci skip] Fix doc for javascript_helper 2014-06-11 01:29:17 +05:30
number_helper.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
output_safety_helper.rb Uppercase HTML in docs. 2014-08-08 14:27:05 -07:00
record_tag_helper.rb
rendering_helper.rb Make possible to use blocks with short version of render partial 2014-12-19 13:52:12 +01:00
sanitize_helper.rb Single instead of double quotes 2015-01-20 14:21:22 -05:00
tag_helper.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
tags.rb Reduce duplication when generating translations 2015-01-22 23:02:48 +01:00
text_helper.rb Fixes simple missprint in docs for #cyle in text_helper 2014-12-30 12:09:47 -08:00
translation_helper.rb Merge pull request #17676 from tigrish/fix_custom_i18n_exception_handler_regression 2015-01-05 14:35:50 -03:00
url_helper.rb Indicate link_to creates an anchor element 2015-02-06 12:46:38 -05:00