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
I'm currently trying upgrade to rails version 5.2.9 as mentioned in wiki contributions page
with currently dev setup is rbenv rails 3.1.2
As in rails 5 protected_attributes package getting error in bundle install , so I removed it and tried to refactor the controllers and models with Strong parameters instead of attr_accessible , but I was new to ruby and rails frameworks and unable to get the entity relationships in the ruby code .
how the approach this issue ?
which rails stable version need to use ?
since the mysql/mariadb used as SQL db , sqlite mentioned in the Gemfile , I made an version update to it .
The text was updated successfully, but these errors were encountered:
I started doing the swachalit repo from scratch chose rails v8 and ruby 3.3.6 , got this error above from gem state_machines , now replacing it with gem aasm
I'm currently trying upgrade to rails version 5.2.9 as mentioned in wiki contributions page
The text was updated successfully, but these errors were encountered: