You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install the gem from the repository, and then generate a ratyrate on User. It gives me four database migrations. They are all formatted for Rails 4. I assumed this would work for Rails 5 as it is up to date supposedly. I've spent an hour trying to fix the migrations. I have concluded that to do so I would need to rename the column names that are longer than 62 characters, because Rails is throwing a fit over long table column names. I can't really do that though, because I have no idea what would break if I did. Please fix the migrations.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @darylboggs-2018. This is the updated and tested version for Rails 5, I have tried to submit a PR but no success. Then I have uploaded it to my own repository that can be found here: https://github.com/azizmashkour/rails-5-ratyrate
When I install the gem from the repository, and then generate a ratyrate on User. It gives me four database migrations. They are all formatted for Rails 4. I assumed this would work for Rails 5 as it is up to date supposedly. I've spent an hour trying to fix the migrations. I have concluded that to do so I would need to rename the column names that are longer than 62 characters, because Rails is throwing a fit over long table column names. I can't really do that though, because I have no idea what would break if I did. Please fix the migrations.
Thanks.
The text was updated successfully, but these errors were encountered: