Welcome
My personal space on the interweb. Here you'll find code snippets I've gathered during my day to day work. Hopefully it will come in handy for others, as well as providing me with a place to store things.
Public Keys accessing github gives Agent admitted failure to sign using the key.
Got this error recently when trying to connect to github, having not connected for awhile:
BDD - Rails 3, AutoTest, RSpec and Growl
RSpec and AutoTest with Growl notifications set up for Ubuntu 10.10. Here's what worked for me. This is a rapid post to help me when I need to do this in the future.
Get value from checkbox in rails (2.0.4)
With below checkbox, access the value in controller with something like :params[checkbox_name], e.g. if (:params[checkbox_name] == 'selected') # do somethingRun Play Application With bat File
I recently had to develop a tool to be deployed on local windows servers, that could be run using a bat file.Add Multiple Database Support to Play! Framework
I've just started using play and really like it. On my first project I needed multiple database support, I was using 1.2 which didn't have multiple database support.






