install with rails 5.0
See original GitHub issueHello. I started using camaleon with rails 5.0 But at the installation I’ve already had a trouble. First, this part
require './lib/plugin_routes'
instance_eval(PluginRoutes.draw_gems)
is not working. I founded it when I realized that no gem of Gemfile_camaleon didn’t install.
Second. I added code from Gemfile_camaleon into Gemfile and tried bundle
As the result, had this error:
Bundler could not find compatible versions for gem "rack":
In snapshot (Gemfile.lock):
rack (= 2.0.1)
In Gemfile:
rails (~> 5.0.0) was resolved to 5.0.0, which depends on
railties (= 5.0.0) was resolved to 5.0.0, which depends on
actionpack (= 5.0.0) was resolved to 5.0.0, which depends on
rack (~> 2.0)
mobu was resolved to 0.0.2, which depends on
rack (~> 1.4)
rails (~> 5.0.0) was resolved to 5.0.0, which depends on
railties (= 5.0.0) was resolved to 5.0.0, which depends on
actionpack (= 5.0.0) was resolved to 5.0.0, which depends on
rack-test (~> 0.6.3) was resolved to 0.6.3, which depends on
rack (>= 1.0)
sass-rails (~> 5.0) was resolved to 5.0.5, which depends on
sprockets (< 4.0, >= 2.8) was resolved to 3.6.3, which depends on
rack (< 3, > 1)
Could you help me with right installation without any errors at the beginning?
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Getting Started with Rails - Ruby on Rails Guides
This guide covers getting up and running with Ruby on Rails. After reading this guide, you will know: How to install Rails, create...
Read more >How to install Rails 5 on Windows - Treehouse Blog
Allow the download to finish, then go to your Downloads folder, and open the “rubyinstaller” program. An installation wizard will open. Check “ ......
Read more >Rails 5.2 and Ruby 2.5 install How-To | by Stefan Wintermeyer
OS X, we install Ruby 2.5 and Rails 5.2 with RVM (Ruby Version Manager). Before you start installing Ruby on Rails, you must...
Read more >rails 5.0.1 - rails | RubyGems.org | your community gem host
RubyGems.org is the Ruby community's gem hosting service. Instantly publish your gems and then install them. Use the API to find out more...
Read more >How to create a Rails 5 application from zero - Help Center
1 - Define the app from the Hosting Panel · 2 - Install Rails and Bundler gems · 3 - Create the application...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Rails 5 support added, waiting for issues to fix and publish a new gem version.
Hey @ChrisFernandez could you please try this?
Note: the error is with “breadcrumbs_on_rails” gem to support rails 5 I tried to reproduce the error, but in my machine works well