Jonathan Hyman
Jonathan Hyman
A lot of my Eco templates in Rails have an image in them. Ideally, I'd love to name my file template.js.eco.erb and be able to use . However, due to...
I got bit by this.
Starting yesterday, MongoHQ put some physical servers in my replica set to replace my AWS-backed ones. I added the new servers to my mongoid.yml while they were secondaries, then we...
The statuses tab is broken in Resque 1.23.1 and higher because the next_more template added a variable, `per_page`. This pull request simply passes this value to the erb.
…since that is what HTTParty returns as of 0.13.x
...ce the session is stored on Fiber-local variables. Adds a note about how to reuse connections.