Tagged 'ruby'
Adventures with Message Brokers: MQTT and AMQP
Posted on , 0 comments, Tagged: energy-usage, messaging, queue, ruby
Uncountable Nouns in Rails 3 Resource Routing
Posted on , 4 comments, Tagged: rails, ruby
Yesterday I was puzzling over how to deal with the situation in Rails 3 where a resource name is an uncountable noun. It turns out Rails actually deals with this quite elegantly, but it seems not to be widely known - certainly I had an hour of headaches until I stumbled upon the answer. Hopefully this post will stop anyone else having that same headache.