-
Archives
- November 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- April 2009
- March 2009
- February 2009
- December 2008
- September 2008
- June 2008
- May 2008
- March 2008
- February 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
-
Meta
Monthly Archives: October 2009
Some useful git commands
gitHub is an amazing piece of functionality. The user interface is so amazing that BitBucket simply ripped it off. Yes, without any regrets. I mean people are bound to notice that sort of stuff but still these things happen. Anyways, … Continue reading
Quote of the day
“I am not a has-been. I am a will be.” – Lauren Bacall
Parallel or Crossover Ethernet cable
Yeah, I got asked this question when I had to buy some ethernet cable. It sounds very prehistoric to run a cable in this day and age. Perhaps, that is not the point of this post. So, I was saying … Continue reading
Clone bare git
Found an interesting option to clone a git repository. Honestly, speaking I have no idea how it could be usefult because it does not actually do a checkout of the HEAD. Anyways, if you run: git clone –bare git://github.com/andhapp/decoct.git then … Continue reading
*casts
I wonder did Ryan bates start a revolution by doing (RailsCasts) his short videos on various ruby concepts because there is a BDDCasts and today I saw GitCasts on Git’s main site. It is in the same fashion a collection … Continue reading
initialize method in ActiveRecord::Base
I spent quite a few hours trying to figure out why User.new (where user is a model) would not use the virtual attributes defined in the model class. Virtual attributes are the ones without a corresponding column in the table. … Continue reading