Search Results

1
vote

Uniq by object attribute in Ruby

I like jmah's use of a Hash to enforce uniqueness. Here's a couple more ways to skin that cat: objs.inject({}) {|h,e| h[e.attr]=e; h}.values That's a nice 1-liner …
0
votes

Who are good web hosts for Ruby on Rails projects?

I did fairly extensive research recently. My requirements were to be able to handle multiple domains, some rails, some PHP and be able to give my friends their own space. Also, customer service i …