Installing Facebooker for Rails
WARNING: These instructions are for Facebook version 1 (not Facebooker2). Since last year, I have moved toward using a different gem for this due to Facebooker’s lack of documentation. Working…
Succeed with Automated Testing and TDD
WARNING: These instructions are for Facebook version 1 (not Facebooker2). Since last year, I have moved toward using a different gem for this due to Facebooker’s lack of documentation. Working…
This is a work in progress. Rails Version Release month 2.0.0 Dec 2007 2.0.1 Dec 2007 2.0.2 Dec 2007 2.1.0 May 2008 2.1.1 Sept 2008 2.1.2 Oct 2008 2.2.2 Nov…
strftime() turns a Date or DateTime into nicely formatted output. The following table shows the code you can use to create a nicely formatted date >> x = DateTime.new(2009,9,5,15,45,50) =>…
The is the very bare-bones basics of git. First, I am staring by assuming that someone else has already setup a git repository on github. If it is a private…
If you are getting this error after a Rails 2.3.3 update undefined method `rewind’ for #<TCPSocket:0x3631e58> Try updating your version of passenger: sudo gem update passenger If you see this…
Getting RSS feeds to work right; Firefox error message “This XML file does not appear to have any style information associated with it. The document tree is shown below.” I…