ging / social_stream

A framework for building distributed social network websites
http://social-stream.dit.upm.es/
MIT License
1.13k stars 307 forks source link

Using Social Stream(base) with Rails 4 #465

Open sebastianwoinar opened 11 years ago

sebastianwoinar commented 11 years ago

I'm trying to install social stream - in particular social_stream-base in my rails 4 environment.

Contrary to the statement, that it should be compatible with "rails >= 3.1.0" upon "bundle update" I get

social_stream-base (~> 2.2.2) ruby depends on
  rails (~> 3.0) ruby

Besides that I tried once to install all components as well, but that leads to another dependency-conflict:

social_stream (~> 2.2.2) ruby depends on
  actionpack (~> 3.0) ruby

rails (= 4.0.0) ruby depends on
  actionpack (4.0.0)
atd commented 11 years ago

Hi Sebastian,

Unfortunatelly, Social Stream is not compatible with Rails 4 yet. I will change the gemspec to reflect this issue.

Any contribution to make Social Stream compatible with Rails 4 is very welcomed

Sigularusrex commented 10 years ago

Sorry to bring up this again, I've noticed a new version was released since this question was asked.

Is Social_Stream compatible with Rails 4 yet?

Thanks

mayulu commented 10 years ago

Hi,

I want social_stream in Rails 4.x too. Can't wait to try.Has this be done?

Thanks.

devilankur18 commented 10 years ago

+1

muhammadn commented 10 years ago

Changing the gemspec would on solve part of the problem. I think i will look at the master branch with my code and see how compatible it is with Rails 4. I am using Rails 4.1 which as more bigger features than Rails 4.

Ilya-Kuchaev commented 9 years ago

Rails 4.2 is Live. Is there any progress with the compatibility?