I can do that, but i don't have any REE 1.8.7 app which i can test it against, so if you could test it, i'll branch it.
IMHO Rails 3.2 and REE it's a weird combination... if you're in REE because of passenger, you can still use ruby1.9 with passenger. On Thu, Jan 10, 2013 at 10:09 PM, Tim Uckun <[email protected]> wrote: > Mmmmm. > > I guess I'll do that in a fork or something. > > > > > On Fri, Jan 11, 2013 at 11:43 AM, Hernan Astudillo <[email protected]> > wrote: > > Ok, the problem is that Enumerator is a ruby 1.9 class. In REE there's a > > Enumerable:Enumerator. > > In 1.9 there's also binded as a module, so it could work by changing > > Enumerator.each to Enumerable::Enumerator.each > > > > > > On Thu, Jan 10, 2013 at 6:35 PM, Tim Uckun <[email protected]> wrote: > >> > >> The error message is > >> > >> uninitialized constant ActiveScaffold::Actions::Export::Enumerator > >> > >> Gist for the stack trace https://gist.github.com/4505964 > >> > >> REE 1.8.7 Rails 3.2.11 > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "ActiveScaffold : Ruby on Rails plugin" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]. > >> For more options, visit this group at > >> http://groups.google.com/group/activescaffold?hl=en. > >> > > > > -- > > You received this message because you are subscribed to the Google Groups > > "ActiveScaffold : Ruby on Rails plugin" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/activescaffold?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "ActiveScaffold : Ruby on Rails plugin" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/activescaffold?hl=en. > > -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
