This project is archived and is in readonly mode.

Changeset [2b69840e5efba885c8ec6281d5b8a56fcabff283] by Pratik Naik

April 21st, 2008 @ 03:45 AM

Remove ActionController::Base#view_controller_internals

Get rid of ActionController::Base#view_controller_internals flag and

use @@protected_view_variables for storing the list of controller

specific instance variables which should be inaccessible inside views.

http://github.com/rails/rails/co...

Committed by Repository

  • M actionpack/CHANGELOG
  • M actionpack/lib/action_controller/base.rb
  • M actionpack/lib/action_controller/caching/actions.rb
  • M actionpack/test/controller/new_render_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>