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-24 13:23:43 +02:00
..
helpers make text_field and hidden_field omit the value attribute if the developer explicitly passes in :value => nil [#4839 state:resolved] 2010-06-23 16:23:54 +12: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 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
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 Added title to some other files in actionpack/lib/action_view 2010-06-16 22:57:50 +04:30
test_case.rb Expose view via the view() method in AV::TestCase::Behavior 2010-06-23 17:45:48 +02:00