>> There is also a problem related to the way that execute() gets called
>> on anonymous classes on Ruby 1.8.7. I tried to wrap my mind around the
>> use_case gem so I could understand how to fix it, but it is beyond me.
>> I've filed the details at https://issues.gitorious.org/issues/177
>
> I'm leaving this one for Christian...

Fixed it. Rails wanted to inflect model names, and failed. Now there's
still test errors on 1.8.7, because in the controller tests, the app is
attempted to be initialized more than once. As far as I can tell,
running each controller test individually works fine, but running the
test suite (bundle exec rake test:functionals) causes it to crash the
second time it attempts to load the Rails app in config/environment.rb.
Any ideas?

Christian

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to