[Parsetree] ruby_parser w/ rails?

Marcin Raczkowski mailing.mr at gmail.com
Thu Feb 7 10:03:38 PST 2008


Hello.

It's probably name conflict between mongrel, Rails and parse_tree. I had 
similar problem with some other library that used metaprograming magick 
and rails with do metaprogramming A LOT, simply adding mongrel plugin is 
creating for example class Status - which ovverwrites model Status (if 
you have one like that) and you start getting strange "no such method" 
exceptions.


anyway please try greping for class decalrations in each library and try 
to find conflicts


More information about the Parsetree mailing list