Ray Zane

Results 67 comments of Ray Zane

I'm going to add this to compatibility mode, but, I don't think there needs to be a DSL just for the sake of having a DSL.

Whoops! Forgot about that one! I'll add it.

I don't think there's anything wrong with encouraging people to use AR for includes. Using `baby_squeel` doesn't get you anything except a fancy syntax. I think the purpose of `baby_squeel`...

Yeah, this is definitely going to happen. Should be pretty trivial to implement if you'd be interested in taking a stab at it. The gist of it is: ```ruby SomeActiveRecordModel.arel_table[Arel.star]...

@angelacode, I didn't see this issue! Sorry! I'm not able to reproduce this issue. Could you fill out the issue template?

Yeah, I agree that it would be nice for baby squeel to provide this functionality, but I'm having trouble finding the time to add new features. I'd be thrilled to...

I just started working on a library similar to squeel. It doesn't have feature parity yet, but I'm working on that. It's fully compatible with Rails 5, but I haven't...

Just wanted to give an update. [Baby Squeel](https://github.com/rzane/baby_squeel) should have feature parity with Squeel, aside from a few minor features: - No hash-like syntax (ex. `Person.where{{name => 'Joe Blow'}}`). Instead,...

@ernie, I'm really, really sorry. I didn't mean to insult you or this incredible project in any way. The inclusion of Squeel in the name was an effort to pay...

Less than ideal, but: ``` ruby json = Rails.cache.fetch(your_cache_key) do render_to_string json: event.viewers, each_serializer: ViewerSerializer end render json: json ```