You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Arel from Git (since my app needs patches that have been merged into master) with Rails 3.2.8 and I'm getting a NameError: uninitialized constant Arel::Relation error when running my functional tests. Here's my setup:
BTW @tenderlove is this incompatibilty with Rails 3.2.8 the reason why a new Arel gem release hasn't been made? Could we move the incompatible changes out of master (to a different branch) and then release the other (compatible) patches?
The master branch should be used with edge rails. Please only use the release gems. If there is something on master that needs to be backported to stable and released, please file a new ticket. Thanks.
Hello,
I'm using Arel from Git (since my app needs patches that have been merged into master) with Rails 3.2.8 and I'm getting a
NameError: uninitialized constant Arel::Relation
error when running my functional tests. Here's my setup:Currently, I'm using this hack in my test_helper to work around the issue:
Thanks for your consideration.
The text was updated successfully, but these errors were encountered: