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
Guillermo Iguaran ab7ae689e9 Add .rb template handler
This handler simply allows arbitrary Ruby code as a template
2012-09-11 01:17:43 -05:00
..
helpers Tidy up excerpt separator logic a bit 2012-09-08 09:22:40 -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 Add .rb template handler 2012-09-11 01:17:43 -05:00
testing Remove trailing white-spaces 2011-06-05 10:34:40 -05:00
vendor Move action_controller/vendor/html-scanner to action_view 2012-08-28 10:51:03 +02:00
asset_paths.rb Remove unneeded require 2012-09-01 19:25:41 +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 Define just the cattr_reader. 2012-09-05 14:38:16 -03: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 Add ActionView::Base.default_formats 2012-08-28 10:51:04 +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 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 Don't require action_dispatch in ActionView::UrlHelpers 2012-08-28 11:19:29 +02:00