Public Gists by railsmonk

Gravatar
Tue May 12 08:53:33 -0700 2009
1
2
3
# Mocks a request to OpenID server with given response status.
# If you give it a hash of args as a third argument, it will act
# like information about user transmitted from OpenID server.
gist: 13320 Usage example of https://gi...
Gravatar
Sat Sep 27 05:19:08 -0700 2008
1
2
3
"<p>blah".tidy # => "<p>blah</p>"
 
"blah".tidy # => "blah"
gist: 9402 Save this file as .git/hook...
Gravatar
Mon Sep 08 01:51:08 -0700 2008
1
2
3
#!/bin/sh
# Save this file as .git/hooks/pre-commit
rake spec
Gravatar
Mon Sep 08 01:49:55 -0700 2008
1
2
#!/bin/sh
rake spec
gist: 4439 Usage sample for http://git...
Gravatar
Thu Aug 07 09:18:46 -0700 2008
1
2
3
root: "/Users/railsmonk/xfiles"
server_ip: "*"
apache2_configs_directory: "/sw/etc/apache2/alpha.d"