elight/acts_as_commentable_with_threading

dont work with Rails 4 Ruby 2.0.0 Win7

Closed this issue · 7 comments

Bundler could not find compatible version for gem "activesupport":
In Gemfile:
acts_as_commentable_with_threading <> = 0> x86-mingw32 depends on activesupport <~> 3.0> x86-mingw32

         rails <= 4.0.0> x86-mingw32  depends on 
            activesupport < 4.0.0>

@abdugaliyev What version of the acts_as_commentable_with_threading gem are you using? Are you using the master branch directly?

Hi, yep master, but now read Fix specs to be Rails 4 compatible, use Rails 4 compatible awesome_ne… and what need to do to install this nice gem?

@petergoldstein
gem 'acts_as_commentable_with_threading', :git => "git://github.com/elight/acts_as_commentable_with_threading.git", :branch => "rails4" this? )

and may be there is tutorial how to use, I'd be very grateful if you give me controller and view code for training

i tryind gem 'acts_as_commentable_with_threading', git: 'http://github.com/elight/acts_as_commentable_with_threading.git', branch: 'rails4'
but still Bundler could not find compatible version for gem "activesupport":
In Gemfile:
acts_as_commentable_with_threading <> = 0> x86-mingw32 depends on activesupport <~> 3.0> x86-mingw32

     rails <= 4.0.0> x86-mingw32  depends on 
        activesupport < 4.0.0>

@abdugaliyev If you are using the master branch

gem 'acts_as_commentable_with_threading', :github => 'elight/acts_as_commentable_with_threading', :branch => 'master'

this should all work automatically.

As for the controller and view code, please consult the documentation.

Thanks a lot... it is a pity that there is no tutorial)