Mike Pack

Results 7 comments of Mike Pack

CanCan can't handle complex SQL very well, due to the nature of constructing queries. Specifically, joining through numerous tables. I'm not sure if @ryanb has plans to dig deep into...

@graywh `belongs_to` does not have a `:through` option. I believe you're looking for `has_one`. This is a good thought, but it doesn't ultimately eliminate the join which is the cause...

Thanks for the issue. Can you please provide the entirety of your `teaspoon_env.rb`?

The workaround for this is to call the generator explicitly. $ rails generate blog_assets

I'll take a stab at v3 support. Do we want to retain v2 support? Maybe as a separate file? The github.js API will obviously differ.

@pangratz After using the V2 library for a while, I found the lack of proper HTTP requests too limiting. Not being able to implement the full API is a big...

@pangratz Yup.