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
2010-06-28 14:46:23 -07:00
..
helpers Slice new buffer from beginning of old buffer to skip encoding special case 2010-06-28 14:46:23 -07:00
locale Use %{} syntax in I18n (faster) instead of {{}}. 2010-05-01 12:54:52 +02:00
render Merge remote branch 'rails/master' 2010-06-20 23:13:19 +02:00
template Avoid using Pathname on Resolver and AS::Dependencies. 2010-06-24 01:06:37 +02:00
testing add NullResolver 2010-05-02 22:45:54 +02:00
base.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
context.rb Adds title and description where needed. 2010-06-16 22:47:49 +04:30
helpers.rb Refactored url_for in AV to have its own instances of the helpers instead of proxying back to the controller. This potentially allows for more standalone usage of AV. It also kicked up a lot of dust in the tests, which were mocking out controllers to get this behavior. By moving it to the view, it made a lot of the tests more standalone (a win) 2010-04-03 02:44:02 -07:00
log_subscriber.rb AV::logger returns AC::logger if it's defined, workaround meanwhile AV doesn't have it's own logger 2010-06-28 01:26:17 +02:00
lookup_context.rb Added title to some other files in actionpack/lib/action_view 2010-06-16 22:57:50 +04:30
paths.rb Added title to some other files in actionpack/lib/action_view 2010-06-16 22:57:50 +04:30
railtie.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
template.rb Name compiled render methods 2010-06-28 14:46:23 -07:00
test_case.rb Convert instance_variables to symbols before excluding internal vars [#4965 state:resolved] 2010-06-28 13:27:06 +02:00