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 3ee6bcfc3d check_box value can be not only an object of Array class
there is a chance that `value` is a Set or an object that reponses to `include?` method so let's handle this case
2012-10-20 22:35:31 +03:00
..
helpers check_box value can be not only an object of Array class 2012-10-20 22:35:31 +03:00
locale Moving NumberHelpers from ActionView to ActiveSupport 2012-05-27 18:14:21 -07:00
renderer Use ActionView::Base.logger instead of AC::Base.logger 2012-08-28 10:51:05 +02:00
template Merge pull request #7669 from guilleiguaran/rename-rb-handler 2012-09-17 08:13:08 -07:00
testing Remove trailing white-spaces 2011-06-05 10:34:40 -05:00
vendor Closed unclosed <tt>, working on a complete solution for docrails, but testing push process first 2012-10-08 19:53:42 +02:00
base.rb Add ActionView::Base.default_formats 2012-08-28 10:51:04 +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
digestor.rb fix Digestor to be thread safe. 2012-10-17 15:20:51 -07:00
flows.rb alias_method added 2012-01-23 21:16:24 +05:30
helpers.rb 🔥 Rails asset id support 2012-10-15 09:47:16 -05:00
log_subscriber.rb Optimize log subscribers to check if the log level is sufficient before performing an operations. 2012-09-30 09:47:24 -07:00
lookup_context.rb use presence method instead of checking for blank 2012-09-14 11:47:22 +06:00
model_naming.rb Add ActionView::ModelNaming 2012-08-28 10:51:03 +02:00
path_set.rb We need [] method here. previously it's an array. 2011-08-13 13:13:05 +05:30
railtie.rb 🔥 Rails asset id support 2012-10-15 09:47:16 -05:00
record_identifier.rb Fix ActionView::RecordIdentifier to work as a singleton 2012-08-28 11:19:37 +02:00
routing_url_for.rb fix tests on Ruby 2.0.0 2012-09-06 16:39:13 -07:00
template.rb Deprecate Template#mime_type 2012-08-28 11:19:36 +02:00
test_case.rb refactor ActionView::TestCase internals to track rendered locals 2012-10-11 08:47:10 +02:00