question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

install with rails 5.0

See original GitHub issue

Hello. 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:closed
  • Created 7 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

11reactions
owen2345commented, Jul 25, 2016

Rails 5 support added, waiting for issues to fix and publish a new gem version.

1reaction
owen2345commented, Aug 2, 2016

Hey @ChrisFernandez could you please try this?

  • locate the gem ‘breadcrumbs_on_rails’ directory
bundle show breadcrumbs_on_rails
  • within the gem dir, search a file
lib/breadcrumbs_on_rails/railtie.rb

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found