rails/actionpack/lib/action_view
2010-07-21 17:34:02 -07:00
..
helpers options could be of any kind of Hash (Hash, HashWithIndifferentAccess or OrderedHash) this way we keep the properties of the options passed as an argument 2010-07-21 17:34:02 -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 Unify routes naming by renaming router to routes 2010-07-02 01:51:03 +02:00
context.rb Adds title and description where needed. 2010-06-16 22:47:49 +04:30
helpers.rb No need to delegate. Simply include the whole RecordIdentifier module. 2010-07-21 11:46:38 +02: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 Moved PolymorphicRoutes to ActionDispatch::Routing 2010-07-20 23:12:46 +02:00