View the original gist: https://gist.github.com/428105
visit "/projects"
visit post_comments_path(post)
View the original gist: https://gist.github.com/428105
visit "/projects"
visit post_comments_path(post)
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |