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 8ca17926dc Add ActionView::ModelNaming
It's just a duplicate of ActionController::ModelNaming. These are just a
simple helpers for decoupling Active Model, so it does not make sense to
extract it to Active Support, but the point is to decouple also Action
View and Action Pack
2012-08-28 10:51:03 +02:00
..
helpers Add ActionView::ModelNaming 2012-08-28 10:51:03 +02: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
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 Get rid of config.preload_frameworks in favor of config.eager_load_namespaces 2012-08-21 14:47:19 -03:00
record_identifier.rb Add ActionView::ModelNaming 2012-08-28 10:51:03 +02: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 Move ActionController::RecordIdentifier to ActionView 2012-08-28 10:51:03 +02:00