Sean Wenzel

Results 4 comments of Sean Wenzel

@displague, I was wondering about determining the min. image size that was just chosen arbitrarily by what my gut told me would be an absolutely minimal workable system. Feels much...

same here, workaround? `bin/rails db:rollback` Commented out line in the 2nd migration as so: `#remove_index ActsAsTaggableOn.taggings_table, :tag_id if index_exists?(ActsAsTaggableOn.taggings_table, :tag_id)` `bin/rails db:migration` This allowed the `db:migrate` to complete. Not sure...

This is also an issue with English. config.i18n.available_locales = %w(en en-CA en-AU en-GB zh-CN fr es) The gem seems to return en no matter what variety of English the end-user...

Also noticed this issue. Error logging is important.