Gem will_paginate does not load when deploying to Heroku

Asked

Viewed 106 times

1

Initializing repository, done.
Counting objects: 3605, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1035/1035), done.
Writing objects: 100% (3605/3605), 7.57 MiB | 71.00 KiB/s, done.
Total 3605 (delta 2463), reused 3605 (delta 2463)

-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.5.2
       New app detected loading default bundler cache
       Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
       Fetching gem metadata from http://rubygems.org/.......
       Fetching additional metadata from http://rubygems.org/..
       Fetching github.com/mislav/will_paginate.git
  • 6

    Please explain better what you are trying to do and add more details to your question. Remember that someone’s effort in answering will be directly proportional to their effort in asking.

  • it would be interesting to also add the contents of your Gemfile

1 answer

1

Solved, the problem was in the same Gemfile, Gem was calling a wrong version, by inserting the correct version worked perfectly.

  • Could you add more details as the problem was fixed in the gemfile? After that, you can accept your answer as the right one, here on the left side.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.