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
yuuji.yaginuma bc90514228 Generate field ids in collection_check_boxes and collection_radio_buttons
This makes sure that the labels are linked up with the fields.
Fixes #29014
2017-06-11 16:30:26 +09:00
..
helpers Generate field ids in collection_check_boxes and collection_radio_buttons 2017-06-11 16:30:26 +09:00
locale Move actionpack/lib/action_view* into actionview/lib 2013-06-20 17:23:15 +02:00
renderer Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-partial-cache-logging 2017-06-08 21:42:46 +02:00
tasks modernizes hash syntax in actionview 2016-08-06 19:36:34 +02:00
template Use mattr_accessor default: option throughout the project 2017-06-03 13:52:48 +03:00
testing Remove unused argument formats 2017-01-20 06:45:24 +09:00
base.rb Use a hash to record every partial's cache hit status instead of sharing a boolean. 2017-06-08 21:42:46 +02:00
buffers.rb applies new string literal convention in actionview/lib 2016-08-06 18:48:35 +02:00
context.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
dependency_tracker.rb Add Style/EmptyLines in .rubocop.yml and remove extra empty lines 2016-08-07 17:50:59 +09:00
digestor.rb Fix rubocop violations 2017-04-12 07:41:59 +09:00
flows.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
gem_version.rb Start Rails 5.2 development 2017-03-22 10:11:39 +10:30
helpers.rb applies new string literal convention in actionview/lib 2016-08-06 18:48:35 +02:00
layouts.rb Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00
log_subscriber.rb Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-partial-cache-logging 2017-06-08 21:42:46 +02:00
lookup_context.rb Use mattr_accessor default: option throughout the project 2017-06-03 13:52:48 +03:00
model_naming.rb nodoc ActionView::ModelNaming module 2015-01-18 11:57:36 +05:30
path_set.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
railtie.rb Set to form_with_generates_remote_forms only when config is explicitly specified 2017-04-22 12:37:48 +09:00
record_identifier.rb Privatize unneededly protected methods in Action View 2016-12-24 22:16:47 +09:00
rendering.rb make render work with AC::Params 2017-01-15 14:37:39 +09:00
routing_url_for.rb Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00
template.rb Unfreeze interpolated string because it's useless. 2017-02-19 23:32:36 +08:00
test_case.rb Pass params __FILE__ and __LINE__ + 1 if class_eval with << 2017-05-29 21:37:45 +03:00
version.rb applies new string literal convention in actionview/lib 2016-08-06 18:48:35 +02:00
view_paths.rb Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00