padrino / padrino-framework

Padrino is a full-stack ruby framework built upon Sinatra.
http://www.padrinorb.com
MIT License
3.37k stars 509 forks source link

Update ORM generator for ActiveRecord changes #2269

Closed jkowens closed 1 year ago

jkowens commented 1 year ago

Fixes #2266. Already generated admin code for ActiveRecord will need to replace update_attributes with update when upgrading to version 6.1 or greater.

nesquena commented 1 year ago

Nice, glad we already had a mechanism for this setup to be dependent on component selected making this a relatively easy fix!