padrino / padrino-framework

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

padrino-gen: fix for ActiveRecord 6.1 #2263

Closed jkowens closed 1 year ago

jkowens commented 1 year ago

Picking up @terceiro's work in #2249. Modifications needed to be made to maintain compatibility with AR versions < 6.1.

Need to investigate how to test these changes.

Closes #2238, #2255

nesquena commented 1 year ago

Thanks!

terceiro commented 1 year ago

@jkowens thanks for picking it up :handshake: