1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view
Vasiliy Ermolovich 130fe2b172 correct handling of date selects when using both disabled and discard options
we should take disabled option not only from `html_options` hash but from
`options` hash too like `build_select` method does it. So

datetime_select("post", "updated_at", { :discard_minute => true }, { :disabled => true })
datetime_select("post", "updated_at", :discard_minute => true , :disabled => true)

both these variants work now

closes #7431
2012-08-25 19:02:41 +03:00
..
helpers correct handling of date selects when using both disabled and discard options 2012-08-25 19:02:41 +03:00
locale Moving NumberHelpers from ActionView to ActiveSupport 2012-05-27 18:14:21 -07:00
renderer load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
template Indentation should consider line number character count. 2012-08-13 18:49:47 -03:00
testing
asset_paths.rb Respect absolute paths in compute_source_path. 2012-06-16 18:06:15 +02:00
base.rb load active_support/core_ext/module/delegation in active_support/rails 2012-08-02 21:59:23 +02:00
buffers.rb deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
context.rb add second t to overwritten 2012-07-12 11:21:09 -05:00
flows.rb alias_method added 2012-01-23 21:16:24 +05:30
helpers.rb Move collection radio buttons / check boxes back to FormOptionsHelper 2012-02-02 09:40:25 -02:00
log_subscriber.rb ActionView now has its own logger 2012-01-18 14:30:33 -03:00
lookup_context.rb load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
path_set.rb
railtie.rb Get rid of config.preload_frameworks in favor of config.eager_load_namespaces 2012-08-21 14:47:19 -03:00
template.rb load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
test_case.rb load active_support/core_ext/module/delegation in active_support/rails 2012-08-02 21:59:23 +02:00