ruby-on-rails
-

Focusing
Reflecting on my struggle with writing consistency and the theme of focus over the past two…
-

Farewell GitHub, welcome HeavyMelon
Leaving GitHub has not been an easy decision. I want to create my own calm company,…
-
Rails: url vs path
I was wondering why some people are using _path and why some use _url. For example,…
-
Volunteering
Volunteering to non-profit organizations or to open source software projects is my second deed (2-deed). I…
-
A typical workflow for a team using Git
Lets assume you are in a team, working on a Rails project and you have chosen…
-
Installing RSpec and Cucumber
Open your shell and, For RSpec: [shell light=”1″]$ gem install rspec[/shell] For Cucumber: [shell light=”1″]$ gem…
-
Rails drop down lists
Sometimes you want to have a drop down list in your Rails application that contains both…
-
How to use Ruby on Rails in your day job
Disclaimer: I am biased. A lot of noise started about the use of RoR in the…
-
Android
Nowadays, I use C# to write code most of the time. I don’t have the time…