bborn / communityengine

Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
http://www.communityengine.org
Other
1.14k stars 316 forks source link

Supporting Rails 4.2.x? #309

Closed gitexec closed 8 years ago

gitexec commented 8 years ago

Just wondering when will it be release. Support for Rails 4.2.x

t-bullock commented 8 years ago

Give the edge branch a try. I just made some updates for Rails 4.2.

gitexec commented 8 years ago

Thanks for the quick response and the fixes!! Truly appreciate it. I was able to get it to run with ruby 2.0.0 and rails 4.2 and a few tweaks\ . I'll keep playing with it. Will see how it goes with ruby 2.3.

**tweaks: Needed to include these two lines on config/initializers/assets.rb:

Rails.application.config.assets.precompile += %w( community_engine.css )
Rails.application.config.assets.precompile += %w( community_engine.js )
Ethan-Rivas commented 8 years ago

I was going to start to cry, thanks @wingtonbrito