Tim Heighes

Results 13 comments of Tim Heighes

Demo app: https://github.com/sauy7/bullet_308 This is 1+1. You still get 2 queries when you could have one. In children_controller.rb: ``` def show @child = Child.includes(:parent).find(params[:id]) end ``` makes the warning go...

@mrkongo Not sure I understand what you mean. This issue was about N+1 in the ChildrenController#show action. Now you're talking about ParentsController#index?

@mrkongo It seems like a very reasonable discussion about the different options we have in Rails for dealing with N+1 queries. In short, like much in programming, what solution to...

It's 6 months since I created the JSFiddle test case when Chrome was at version 24, I'm now running 28.0.1500.95 and I still don't see the widget. The test case...

FYI I am using it on a Mac with the Suuntu Movestick. I installed libusb using Homebrew. Works fine.

I solved this by stripping cookies from all my API endpoints using this Rack middleware: https://github.com/icoretech/rack-strip-cookies

I've had a stab at getting the specs running under Rails 5.2 (most likely with breaking changes for earlier versions) and Devise 4.4.3. I have all but one spec passing....

@nbudin I'm a little worried about the failing spec as an infinite loop is nasty. That said, I don't use a Custom Warden Failure App, so I've no motivation to...

@nbudin I think I've come to the same conclusion (OAuth2) :)

@pjungwir maybe this helps: http://stackoverflow.com/questions/2689377/silencing-deprecation-warnings-in-rails-3