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
If there's an earlier version of active record in system gems, it seems that this gets required by reportable, causing this error:
sudara@ramen:/data/app/current$ bundle exec rails c
No compatible versions could be found for required dependencies:
Conflict on: "activerecord":
* activerecord (2.3.4) activated by reportable (>= 0, runtime)
* activerecord (= 3.0.0.beta4, runtime) required by rails (>= 0, runtime)
All possible versions of origin requirements conflict.
My temporary solution is to require the libs explicitly for rails:
This is an issue with bundler 0.9.x and rails 3 beta4 - but strangely, only in production. Still need to test with bundler 1.0.x - perhaps it's a bundle issue that's been fixed.
Still, if rails is being required by reportable's Gemfile, is there a reason the other libs have to be required here too?
Thanks for the cool gem :) I built a barchart helper for raphaël, let me know if you guys would be interested in it.
The text was updated successfully, but these errors were encountered:
Interesting, what bundler version are you using? I'm on 0.9.26 and strangely, the issue is only in production (maybe related to how classes are loaded).
Hopefully bundler 1.x will make the problem go away. And in any case, it's not a big deal!
If there's an earlier version of active record in system gems, it seems that this gets required by reportable, causing this error:
My temporary solution is to require the libs explicitly for rails:
This is an issue with bundler 0.9.x and rails 3 beta4 - but strangely, only in production. Still need to test with bundler 1.0.x - perhaps it's a bundle issue that's been fixed.
Still, if rails is being required by reportable's Gemfile, is there a reason the other libs have to be required here too?
Thanks for the cool gem :) I built a barchart helper for raphaël, let me know if you guys would be interested in it.
The text was updated successfully, but these errors were encountered: