Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails-4-2 dependant on inherited_resources gem #38

Closed
kaibakker opened this issue Feb 6, 2015 · 2 comments
Closed

Rails-4-2 dependant on inherited_resources gem #38

kaibakker opened this issue Feb 6, 2015 · 2 comments

Comments

@kaibakker
Copy link

When using the rails-4-2 branch, I get this error:

bundler/gems/brightcontent-b4f73a5772e4/core/lib/brightcontent/core.rb:9:in `require': cannot load such file -- inherited_resources (LoadError)

adding gem 'inherited_resources' fixes this, so this dependancy should be added

@stefanroex
Copy link
Member

I noticed that inherited_resources does support Rails 4.2 right now. So you're totally right!

At the time the rails-4-2 branch was created, the stable version of inherted_resoures didn't have 4.2 support. We were forced to use a git branch as dependency, which cannot be used as a dependency in the gemspec.

Expect a new gem-release with 4.2 support next week.

@jvdp
Copy link
Contributor

jvdp commented Mar 9, 2015

So it took a bit longer but BrightContent 2.2.0 supports Rails 4.2: https://rubygems.org/gems/brightcontent

@jvdp jvdp closed this as completed Mar 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants