Skip to content

Which jquery-rails gem version is working with Rails 3.0? #286

@mariusbutuc

Description

@mariusbutuc

According to the docs, the jquery-ujs Installation is as easy as adding

gem 'jquery-rails', '~> 2.1'

to the Gemfile, and running:

$ bundle install

My app is running Rails 3.0.15, and jquery-rails seems to be compatible with it:

For Rails 3.0 , run [...]

but when bundling jquery-rails 2.1, I seem to need Rails 3.1+:

Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    jquery-rails (~> 2.1) x86-mingw32 depends on
      railties (< 5.0, >= 3.1.0) x86-mingw32

    rails (= 3.0.15) ruby depends on
      railties (3.0.15)

What jquery-rails gem version is compatible with Rails 3.0?

(also asked here)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions