self-note
-
Rails: url vs path
I was wondering why some people are using _path and why some use _url. For example,…
-
A typical workflow for a team using Git
Lets assume you are in a team, working on a Rails project and you have chosen…
-
Git log
When I am working with git, I find it useful to take a quick look at…
-
Installing RSpec and Cucumber
Open your shell and, For RSpec: [shell light=”1″]$ gem install rspec[/shell] For Cucumber: [shell light=”1″]$ gem…