valium icon indicating copy to clipboard operation
valium copied to clipboard

Access attribute values directly, without instantiating ActiveRecord objects.

Results 2 valium issues
Sort by recently updated
recently updated
newest added

I was going to just write a patch myself but the code is a little more involved that I expected. This would be super-amazing if you could include fields from...

I don't know if this is feasible or in scope, but it would be pretty cool if one could use arbitrary select criteria. So like: `Shoe.value_of "DISTINCT category"` or `Shoe.select('DISTINCT...