[Rails] uprgrade to 0.10: uninitialized constant Class::Object
Nicholas Seckar
nseckar at gmail.com
Thu Mar 3 07:12:35 GMT 2005
On Wednesday 02 March 2005 11:27, Duane Johnson wrote:
> Raphael:
>
> I had a similar problem (couldn't find String or Array) when
> upgrading. I discovered in my case that it had to do with some custom
> modifications I had made to the Ruby classes. In Rails 0.10 the
> workaround seems to be to put any such modifications in the helper
> classes (such as ApplicationHelper.rb) or else to open built-in
> classes with "class Object::Array" instead of "class Array" as I had
> been used to doing.
By the way, this quirky behavior is fixed in 0.10.1.
--
Nicholas Seckar aka. Ulysses
More information about the Rails
mailing list