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
Piotr Sarnacki 7185e35971 Remove dependency on actionpack in ActionView::AssetPaths
Since Action View should not depend on actionpack, it's best to delegate
invalid_asset_host! to controller and just rely on such simple contract
instead of raising ActionController::RoutingError directly.
2012-08-28 10:51:03 +02: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 Remove dependency on actionpack in ActionView::AssetPaths 2012-08-28 10:51:03 +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 We need [] method here. previously it's an array. 2011-08-13 13:13:05 +05:30
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