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
Xavier Noria cba1460a2f url_for no longer escapes HTML, the :escape option is also gone
Rationale: url_for is just a path/URL generator, it is the responsability of the caller to escape conveniently HTML needs it, JavaScript needs different escaping, a text mail needs no escaping at all, etc.
2010-06-30 00:23:13 +02:00
..
helpers url_for no longer escapes HTML, the :escape option is also gone 2010-06-30 00:23:13 +02: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 Revert "Revert "Name compiled render methods". This caused several failures on AP test suite for 1.9.2." 2010-06-29 09:22:53 -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