-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unable to install to Rails 5.0.0 #44
Comments
nobody encountered such issue? |
Yes, me too, same problems. |
i tried maually edit Gemfile.lock with all the compatible versions, it went through but when i called simple_form:install, got several other errors saying no activemodel/type etc. |
Same compatibility issues with rails 5 |
Same compatibility issues with rails 5/ruby 2.3.1 |
@kurenn @thelastinuit @infused @hiimtaylorjones |
My fork (https://github.com/jvrsgsty/sabisu-rails/) naively updates the gem 'sabisu_rails', github: "jvrsgsty/sabisu-rails" |
cool, will try out ur updates on this~ thanks @jvrsgsty |
thanks @jvrsgsty , that helps me a lot! |
Glad it worked out for you, @dtonal ! Let me know if you run into any issues, still haven't had the chance to thoroughly try this out myself... |
Still got these error like this
Any one have new solution for that? |
@quangrau What version of |
Things have been epic around here will clients, products and open source. i'll get back to you guys, soon. My apologies. |
I used your version of the sabisu_rails gem. 'bundle install' works with my current GemFile, seen here: https://gist.github.com/anonymous/c9301663a16b13aefa45c36d20d2232b But I'm getting the following error outputted on the webpage when I try to load http://marketplaceapi:3000/sabisu_rails/explorer : https://gist.github.com/anonymous/97ed75813c30d23ed7a82b6d7a971315 Any suggestions?
|
@amincd I will have to get back to you on that, since I am a bit swamped at the moment. Glad you found a workaround, though. |
I got the same issue as @amincd , any solution? |
@hiendinhngoc I think for now and your mental health, to skip the |
Still not working with rails 5? |
Not yet... :( |
Hi there,
trying to add to Gemfile following the tut, but no luck, keep erroring like
Bundler could not find compatible versions for gem "activemodel": In snapshot (Gemfile.lock): activemodel (= 5.0.0) In Gemfile: active_model_serializers was resolved to 0.10.2, which depends on activemodel (< 6, >= 4.1) sabisu_rails was resolved to 0.0.2.beta, which depends on activemodel (~> 4.0)
or
Bundler could not find compatible versions for gem "actionpack": In snapshot (Gemfile.lock): actionpack (= 5.0.0) In Gemfile: active_model_serializers was resolved to 0.10.2, which depends on actionpack (< 6, >= 4.1) active_model_serializers was resolved to 0.10.2, which depends on railties (< 6, >= 4.1) was resolved to 5.0.0, which depends on actionpack (= 5.0.0) rspec-rails was resolved to 3.5.1, which depends on actionpack (>= 3.0) sabisu_rails was resolved to 0.0.2.beta, which depends on actionpack (~> 4.0)
using rbenv 0.4.0 & ruby 2.3.1
The text was updated successfully, but these errors were encountered: