It's been a long time since the last time I posted the tutorial here. There are many reasons, but in short : I'm very very busy with my works. Beside, I also create an intesting platform for buying/selling cars (cars marketplace / cars listing site) at BerjualanMobil.com. If you ever have chance to go there, you should notice the title of the site used a customized font-family. It's not an image, it's just a text with customized font-family. How do I create it ?
How to Create New Empty Git Branch
When you need to create a new empty branch, though you already have the existing branch, for example : master branch, you need to do those steps. Creating new branch as usual won't create an empty branch. It will be created with the same history of the existing branch. Therefore, if you want to create an absolutely empty git branch, without any history from your old branch, these are the steps you need to do :
How to Run Rake Task with Debugger
Even when building a rake task as a part of your Rails application, I bet you will need the debugger to be enabled, to debug the problem you found with the codes inside the task. Unfortunately, running it with --debugger option can not get it run. It returns an error about wrong option instead. But keep in mind that running rake task with debugger enabled is possible, you only have to use different way to make it happen :
Subscribe to:
Posts
(
Atom
)
