Søren Houen
Søren Houen
I had this as well, and only when dropping the database before running `db:setup`. To reproduce: ``` bundle exec rails db:drop && bundle exec rails db:setup ... ... rails aborted!...
This happens to me when I use squeel in the join of a scope. This doesn't work: scope :where_user_is_editor, lambda{|user| joins{charity_editors}.where{charity_editors.id == user.id}} But this does: scope :where_user_is_editor, lambda{|user| joins(:charity_editors).where{charity_editors.id...
@dmfrancisco You just saved my bacon! Thanks :-) Seeing as jquery-mobile has just been released to v. 1.0 and can be expected to grow a lot, I'm adding this to...