Travis Pew

Results 13 issues of Travis Pew

In Rails 3.2, the default recommendation is now to through an exception on mass-assignment of protected attributes in development and test environments. In CanCan, even if one protects attributes, it...

2.0
feature

Using a short term redis cache with Geocoder, we found that geocoder cached the following response: `status: PROXY_OVER_QUERY_LIMIT` And would continue therefore, to raise a JSON parser error every time...

bug

If there is a temporary connection failure to elasticsearch, an insert, update, or delete will be lost permanently. Sometimes the only way to get back to correct data consistency is...

enhancement

I've been playing with rails_apps_composer, but one thing seemed different from my existing workflow. I tend to keep my global rvm gemset very bare (including without rails) and usually have...

discuss

This is my proposal for issue #728. Basically it gives us the ability to use an async or buffering doc manager (such as kafka) and ensure that writes are sent...

One of the features Iiked about the original gridster over other available choices was that it didn't swap the grid items left to right, but only moved existing ones down....

Sidekiq uses threads to handle multiple workers, and the without_proxy helper is not threadsafe because it modifies Sunspot.session. The Sunspot::Queue::Sidekiq job workers can be modified to work safely like this:...

The rspec_matchers need to be updated to not use failure_message_for_should_not and failure_message_for_should -- these are deprecated.

Not everyone uses the "embed" functionality of ActiveModel::Serializers, and it would be nice if postgres_ext-serializers could support associations in this case (and in the meantime, print a warning or include...

enhancement