elight / acts_as_commentable_with_threading

Similar to acts_as_commentable; however, utilizes awesome_nested_set to provide threaded comments
MIT License
671 stars 168 forks source link

Add rails4 compability #44

Closed markevich closed 11 years ago

markevich commented 11 years ago

Adding of separate branch will be welcome.

42

elight commented 11 years ago

<3 thanks.

Yes, we need a Rails 4 branch. I'll add it to my todo list.

On Thu, Mar 28, 2013 at 7:26 PM, Slava Markevich notifications@github.com wrote:

Adding of separate branch will be welcome.

42

You can merge this Pull Request by running: git pull https://github.com/markevich/acts_as_commentable_with_threading rails4 Or you can view, comment on it, or merge it online at: https://github.com/elight/acts_as_commentable_with_threading/pull/44 -- Commit Summary --

elight commented 11 years ago

Manually merged into rails4 branch. Thanks!

elight commented 11 years ago

Default rake task doesn't work now. :-(

Though I can run "rspec" to get the specs to run.

jerome commented 11 years ago

Hello. Doesn't work for rails 4.0.0 rc1 :( - Best

elight commented 11 years ago

Can you elaborate? Backtrack?

On Sun, May 19, 2013 at 2:28 PM, Jérôme Lipowicz notifications@github.com wrote:

Hello. Doesn't work for rails 4.0.0 rc1 :( - Best

Reply to this email directly or view it on GitHub: https://github.com/elight/acts_as_commentable_with_threading/pull/44#issuecomment-18117631

jerome commented 11 years ago

Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    acts_as_commentable_with_threading (>= 0) ruby depends on
      activesupport (~> 3.0) ruby

    rails (~> 4.0.0rc1) ruby depends on
      activesupport (4.0.0.rc1)

Using

gem 'acts_as_commentable_with_threading', git: 'http://github.com/elight/acts_as_commentable_with_threading.git', branch: 'rails4'
ccfiel commented 11 years ago

same here

D1plo1d commented 11 years ago

Patched this, see https://github.com/elight/acts_as_commentable_with_threading/pull/48

ghost commented 11 years ago

@ jerome same here ,can't work on rails4

1dolinski commented 11 years ago

same here.. any update on this?

Bundler could not find compatible versions for gem "activesupport": In Gemfile:

acts_as_commentable_with_threading (>= 0) ruby depends on
      activesupport (~> 3.0) ruby

rails (= 4.0.0.beta1) ruby depends on
  activesupport (4.0.0.beta1)