standardnotes / syncing-server

[Deprecated: Use our new Node server: https://github.com/standardnotes/syncing-server-js]
https://standardnotes.org
GNU Affero General Public License v3.0
209 stars 48 forks source link

feat: upgrade to Rails 5.2.4.4 #126

Closed karolsojko closed 4 years ago

karolsojko commented 4 years ago

Upgraded to latest Rails 5.x

Also removed no longer needed Capistrano setup.

Upgrade applied with the following sources: https://guides.rubyonrails.org/upgrading_ruby_on_rails.html https://makandracards.com/makandra/59328-how-to-upgrade-rails-workflow-advice

karolsojko commented 4 years ago

Also keep in mind the docker-compose file. It changes the MySQL version from 5.7 to 5.6 which we actually use in prod and dev environments. This may cause incosistency between your data/ folder so make sure to remove it contents before starting the containers again.