hpi-swt2 / workshop-portal

A Ruby on Rails app to manage workshops
http://workshopportal.herokuapp.com/
MIT License
21 stars 13 forks source link

Update to Rails 5 #633

Closed bjrne closed 6 years ago

bjrne commented 7 years ago

This page gives a nice summary of new stuff: https://www.sitepoint.com/whats-new-rails-5/

I especially like some small things like a test folder that is actually named test and the merge of the rake and rails command among some small API changes which could potentially make the start more easy for beginners.

All important libraries that I checked already support Rails 5 so it could be a relatively simple upgrade. I could try to do this if there is no reason against it apart from time.