Ernie Miller

Results 32 comments of Ernie Miller

Incidentally, stumbled upon this while trying to track down some way to get named number lists to translate to their names. Given, for instance: ``` ltmPoolStatusAvailState OBJECT-TYPE SYNTAX INTEGER {...

I believe this is related to #1279 which is tracking something I observed in #1247 as well.

If so, you might notice that it will save if you quit by clicking the close button and not clicking quit or using command-q.

@iwarner I'm sorry, I've long since left the company where I was using Middleman, so this issue no longer affects me.

Can you supply the SQL that MetaSearch generates? Also, is this Rails 3.0 or 3.1? Sent from my iPhone On Sep 4, 2011, at 12:16 AM, regdog [email protected] wrote: >...

It looks like the id part of the join is being left off -- if you write the join manually: ``` ruby puts Post.joins(:categories).to_sql ``` What do you get back?...

If you are getting that from a join on your own, this isn't a MetaSearch bug. Sounds like either a bug in the association code or a bug in your...

It's a literal. It is as literal as possible to what you type. You probably shouldn't be using literals in this case.

You shouldn't be using a literal unless you have no choice. Squeel tries to make fewer assumptions about what you're up to when you have a literal. I'm just giving...

I have no plans to update the gem, but that's not news. I leave it in the hands of @bigxiang.