oneclickorgs / one-click-orgs

Create legal organisations with just one click
http://oneclickorgs.com/
GNU Affero General Public License v3.0
45 stars 12 forks source link

Upgrade to Rails 4 #454

Open chrismear opened 10 years ago

chrismear commented 10 years ago

http://guides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-3-2-to-rails-4-0

chrismear commented 10 years ago

Branch rails4 in my fork contains work-in-progress on this issue.

https://github.com/chrismear/one-click-orgs/tree/rails4

All tests now passing, but need to check through the list in the Rails guide linked above to make sure we haven't missed anything.

chrismear commented 10 years ago

Recently rebased my rails4 branch on top of the latest master which includes changes related to co-op functionality. This means there are some new outstanding fixes to do to get this code up to Rails 4. Also, we need to get our dependency, rticles, working on Rails 4: oneclickorgs/rticles#15 .