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-10-10 01:14:50 +02:00
..
helpers Fix example that became outdated after a code change. 2010-10-09 12:57:57 -02:00
locale Use %{} syntax in I18n (faster) instead of {{}}. 2010-05-01 12:54:52 +02:00
render fix rendering a partial with an array as its :object [#5746 state:resolved] 2010-10-08 11:12:11 +13:00
template Deprecate old template handler API. Remove old handlers. 2010-10-10 01:14:50 +02:00
testing Allow cache to be temporarily disabled through lookup_context. 2010-10-07 21:31:31 +02:00
base.rb Compile ActionController::Base.config's methods to avoid method_missing overhead. 2010-09-27 17:45:58 +02:00
context.rb Adds title and description where needed. 2010-06-16 22:47:49 +04:30
helpers.rb There is no DeprecatedBlockHelpers in AV, so remove it 2010-09-26 02:13:44 +08:00
log_subscriber.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
lookup_context.rb Allow cache to be temporarily disabled through lookup_context. 2010-10-07 21:31:31 +02:00
paths.rb Remove locals dependency from template. 2010-10-07 21:31:31 +02:00
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 Add more docs and tests to templates. 2010-10-09 23:56:08 +02:00
test_case.rb two argument String#slice is faster than single argument, also avoid creating a Range object 2010-10-03 15:38:17 -07:00