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
It seems that ActiveRecord 3.2.5 has introduced (again) major changes. Simple methods like Model.find(:all) that always worked perfectly with 3.0 now raise errors. Considering the instability AR has showed in the last couple of years we should consider leaving AR and moving towards a different ORM for BioNGS.
It seems that ActiveRecord 3.2.5 has introduced (again) major changes. Simple methods like Model.find(:all) that always worked perfectly with 3.0 now raise errors. Considering the instability AR has showed in the last couple of years we should consider leaving AR and moving towards a different ORM for BioNGS.
Sequel could be an option. http://sequel.rubyforge.org/
The text was updated successfully, but these errors were encountered: