This project is archived and is in readonly mode.

#3001 ✓wontfix
David Reese

BlankSlate is not Ruby 1.9 compatible

Reported by David Reese | August 6th, 2009 @ 07:06 PM | in 2.3.6

Ruby 1.9, Object#methods and Object#instance_methods returns a list of symbols. This code in BlankSlate expects the pre-1.9 behavior.


{mkd-extraction-9185223c51f360f4b08f075ac44c6cdd}

Without this change, no methods are ever actually hidden in Ruby 1.9, because the method names (as strings) are never found.

The attached patch is a small change to (Builder) BlankSlate.

Comments and changes to this ticket

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>

Tags

Pages