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-16 22:47:49 +04:30
..
helpers Adds title and description where needed. 2010-06-16 22:47:49 +04:30
locale Use %{} syntax in I18n (faster) instead of {{}}. 2010-05-01 12:54:52 +02:00
railties
render Fix a bunch of minor spelling mistakes 2010-06-15 12:04:22 +04:00
template Optimize LookupContext 2010-06-04 20:11:06 -07:00
testing add NullResolver 2010-05-02 22:45:54 +02:00
base.rb Adds title and description where needed. 2010-06-16 22:47:49 +04:30
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
lookup_context.rb Fix case when rendering a partial inside RJS with inherited layout [#4786 state:resolved] 2010-06-07 22:22:54 +02:00
paths.rb Changes made while working on upgrading cells to Rails 3 2010-06-02 22:56:41 +02:00
railtie.rb
template.rb Update template to allow handlers to more cleanly handle encodings (ht: nex3) 2010-05-30 11:37:35 +02:00
test_case.rb Memoize the object returned by _view in ActionView::TestCase::Behavior 2010-06-08 21:25:31 +02:00