To HAML or not to HAML
There seems to be a split amongst Rails enthusiasts when it comes to using HAML in projects. Honestly, I am not sure what the big deal is about.
There seems to be a split amongst Rails enthusiasts when it comes to using HAML in projects. Honestly, I am not sure what the big deal is about.
I am pretty comfortable with using git for my project repositories, but sometimes I slip up when executing commands. Hey, we all can be lazy at points.
Forms are the bread and butter of a website. From collecting information for accounts or posting comments on your friend's Facebook profile. Too bad many web developers only worry about the pretty aspect and not the underlying semantics of forms.
When a branch of your code base needs to be shared to other team members, but currently resides only on your local repository, making it remote is a breeze.