Migrate to Rails 4
Created by: dzaporozhets
This issue is for tracking migration to Rails 4. I created branch rails4. If you want to contribute - send PR there.
Goals:
-
bundle install
passes - Application starts in development
- Application starts in production
- Disable concurrency
- All the functionality works
- Spinach test passes
- Rspec test passes