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
Jeff Kreeftmeijer b454bb0a98 Remove the :vew attr_reader from ActionView::AbstractRenderer [#5819 state:resolved]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-10-16 13:02:14 -02:00
..
helpers fixing an error in the rdoc 2010-10-15 10:43:53 -07:00
locale Use %{} syntax in I18n (faster) instead of {{}}. 2010-05-01 12:54:52 +02:00
renderer Remove the :vew attr_reader from ActionView::AbstractRenderer [#5819 state:resolved] 2010-10-16 13:02:14 -02:00
template Remove :cache => true on lookup templates initialization. 2010-10-14 09:47:49 +02:00
testing Resolvers now consider timestamps. 2010-10-10 09:26:53 +02:00
base.rb render :once should consider the current controller prefix. 2010-10-14 09:27:18 +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 Remove :cache => true on lookup templates initialization. 2010-10-14 09:47:49 +02:00
partials.rb SReorganize autoloads slightly and move two files to lib/action_view root. 2010-10-14 09:32:53 +02:00
path_set.rb SReorganize autoloads slightly and move two files to lib/action_view root. 2010-10-14 09:32:53 +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
rendering.rb SReorganize autoloads slightly and move two files to lib/action_view root. 2010-10-14 09:32:53 +02:00
template.rb Fix for ActionView::Template#refresh in rails 3.1.0.beta 2010-10-15 08:39:10 +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