June 2008
9 posts
life freezes without github
Awesome Git cheatsheet →
$ open -a MyFavouriteApp # opens mac application from Terminal
“We cannot direct the wind, but we can adjust the sails.”
My attempt at ActiveRecord models code guidelines: http://tinyurl.com/6yqwel
1 tag
Setting cookies in RSpec
def cookie(name, value)
@request.cookies[name.to_s] = CGI::Cookie.new(name.to_s, value.to_s)
end
Found on google.
MagLev could be our chance to do some Smalltalk without learning Squeak. YAY!