Friday, October 24, 2008
Sunday, October 19, 2008
Thursday, October 9, 2008
New way to access sourceforge project web spaces
I don't know when the changeover happened, but I couldn't get into my project webspaces for the past week or so. It turns out that the new way to access your project webspace via the secure ftp is to use the following log in:
sftp username,myproject@web.sourceforge.netThe password is the usual sourceforge password
Monday, October 6, 2008
Xcode and Ruby on Rails
Apple's developer site has a nice tutorial on how to setup an xcode project for rails here.
Labels:
mac,
ruby on rails
Sunday, October 5, 2008
Wednesday, October 1, 2008
Timezones in default rails project
comment out
config.time_zone = 'UTC'
in environment.rb
config.time_zone = 'UTC'
in environment.rb
Labels:
gotcha,
ruby on rails
Subscribe to:
Posts (Atom)