Life in a Startup

Monthly Archives: March 2008

To busy to complete…

So I’ve been getting a little busy at work lately, and while I’d like to really take you guys through a ToDo list tutorial, I just don’t have the time right now to work on that, while learning Rails 2.0, and then working on getting a ToDo list app working as well.?? Rather than leave [...]

Todo list application with Rails 2.0!

I’ve recently taken a new position doing Rails applications full time (which I’m definitely excited about) however, between myself and the other developer, we’ve decided to go right up to Rails 2.0.2. This of course did not fit with me very well because I haven’t done rails development full time yet, and what rails apps [...]

New Ruby on Rails Host Makes Awesome Entrance!

Heroku is a new Y Combinator startup that joins the growing number of Ruby on Rails hosts, however this host adds a special step of using your browser to build your apps. You can now create Rails applications inside of your browser. Or if you prefer to use your development environment you can do that [...]

Ruby on Rails Instructions Released for Leopard

Dan over at Hivelogic released an updated guide for installing Ruby, Rails Gems, Rails, and MySQL. Check out the article here. If there’s anything else that you need to install (like RSpec, Capistrano, SVN) you can do that with the following commands. To install RSpec just type: $ gem install rspec To install Capistrano, type: [...]