Jonathan Spooner

Results 5 issues of Jonathan Spooner

I came up with a quick little method to check a facebook users email address agains the existing users table to avoid duplicate user records. This change would need to...

Anyone tried to use this with rails 3.1? I think the ajax helpers have been removed so none of the javascript works. I'd be happy to fork and update if...

We're using the mysql2 gem and we noticed this error when we arel updated to 2.1.5. We went back to 2.1.4 and everything went back to normal. undefined method `visitor'...

In my nginx error log I'm seeing a "No such file or directory" error when trying to access the png. It happens less than 1% of the time. ``` [...

Expected behavior: `rake db:create` runs as normal Actual behavior: ``` rake db:drop rake aborted! ActiveRecord::NoDatabaseError: FATAL: database "foo_development" does not exist /usr/local/rvm/gems/ruby-2.4.4/gems/activerecord-5.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:688:in `rescue in connect' /usr/local/rvm/gems/ruby-2.4.4/gems/activerecord-5.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:683:in `connect' /usr/local/rvm/gems/ruby-2.4.4/gems/activerecord-5.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:215:in `initialize' /usr/local/rvm/gems/ruby-2.4.4/gems/activerecord-5.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:40:in...