bioruby-ngs
bioruby-ngs copied to clipboard
ActiveRecord 3.2.5 problems
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/