Links
Twitter
Flickr
« Garageband has a built in tuner | Main | Badass pasta sauce »
Tuesday
Dec182007

Getting Edge Rails up and running on a fresh Leopard install

I just bought Leopard and performed a clean install on my MacBook, here are the steps to get an Edge Rails app up and running:

Install Leopard
Install Developer Tools

Was getting a 404 on the gem update to start with

sudo gem update --system
sudo gem update
sudo gem install rails

Now gem update works and we're at Rails 2.0.2

rails edgy

cd edgy

rake rails:freeze:edge

[you'll want to use piston or svn externals once you get this checked into an SVN repositor]

script/generate scaffold Food name:string description:text

rake db:migrate

script/server &

open http://localhost:3000

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>