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 …
1
vote

Ruby on Rails running on a vps slice

I suggest Passenger for it's simplicity and smallish footprint. I have that on my VPS with several domains (256MB VPS on RailsPlayground) and no problems so far. Also, the Starling/Workling comb …
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 …