noidedmedia / Fiction-Dock

A place for ships and other fan fiction.
http://www.fictiondock.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Move from ActiveRecord to Sequel #38

Closed AnthonySuper closed 9 years ago

AnthonySuper commented 9 years ago

After reading up a bit on the Sequel gem, as well as sequel-rails, I've decided that using Sequel is going to be much easier to maintain. Currently, we drop into Arel for searching, which is not only freaking disgusting, but requires us to perform all sorts of weird hacks to ensure that stories are properly filtered. If I add more powerful searching, I suspect the feature is only going to get much, much worse.

As such, a migration is necessary. It will take some time, but I think it will be worth it in the end.

connorshea commented 9 years ago

Sequel Devise

AnthonySuper commented 9 years ago

This is going to take too long.