Code Monkey home page Code Monkey logo

Comments (7)

webmat avatar webmat commented on May 14, 2024

+1 for Rails 3.1 support :-)

from activeadmin.

amoslanka avatar amoslanka commented on May 14, 2024

Getting incompatible gem version messages when running bundler update on a rails 3.1 project, which I'm assuming you're aware of:

  Bundler could not find compatible versions for gem "arel":
In Gemfile:
activeadmin depends on
arel (~> 1.0.0.rc1)

rails (= 3.1.0.beta1) depends on
arel (2.1.0)

Bundler could not find compatible versions for gem "rails":
In Gemfile:
jquery-rails depends on
rails (~> 3.0.0.rc)

rails (3.1.0.beta1)

How soon before support for 3.1 might be available?

from activeadmin.

zapnap avatar zapnap commented on May 14, 2024

I'm not getting any gem incompatibility issues here. Instead, I find that bundler is just hanging on me...

My Gemfile:

source 'http://rubygems.org'

gem 'rails', '3.1.0.beta1'
gem 'sqlite3'
gem 'activeadmin'

$ bundle install

Fetching source index for http://rubygems.org/
(hangs forever)

Any ideas?

from activeadmin.

amoslanka avatar amoslanka commented on May 14, 2024

Its done that to me as well. I've often ctrl-c canceled it and retried, resulting in the messages I mentioned above.

from activeadmin.

jarinudom avatar jarinudom commented on May 14, 2024

I was having major issues connecting to rubygems.org and GitHub today… Were you having this problem yesterday?

Also, try updating rubygems.

from activeadmin.

jeffrafter avatar jeffrafter commented on May 14, 2024

The solution for the bundler issue (for this) is to specify that you want the git version of meta_search in your Gemfile

gem 'meta_search', :git => 'git://github.com/ernie/meta_search.git', :ref => '7bf339d'

Previous versions of meta_search were using pessimistic versions (~> 3.0.1) in a strange way (should only be ~> 3.0) and this sent bundler into an infinite loop. What should have happened was it should have FAILED with the current published version of meta_search and rails 3.1 beta. So use the latest meta search and everything gets resolved.

from activeadmin.

DougPuchalski avatar DougPuchalski commented on May 14, 2024

Thanks jeffrafter. How did you track that down?

from activeadmin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.