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-03 13:34:34 -02:00
..
helpers Fixing search_field to remove object attribute from options hash [#5730 state:resolved] 2010-10-02 17:48:11 +02:00
locale Use %{} syntax in I18n (faster) instead of {{}}. 2010-05-01 12:54:52 +02:00
render reviews 02656ac 2010-09-13 23:10:43 +02:00
template Initialize @path. 2010-09-28 18:20:54 -03:00
testing Don't shadow outer local variables. 2010-09-27 11:19:22 -03: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 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 "removing crazy finalizer code until there is proof that we need it" 2010-09-30 11:41:53 +02:00
test_case.rb PERF: Hash[] + map is faster than this silly inject, and var[1..-1] is faster than var.sub('@', '') 2010-10-03 13:34:34 -02:00