Help getting started with Rails 3

Got started with Rails 3 today, with help from the brilliant Ben Wiseley. He referred me to the following script to help generate a test app and make sure it runs.

If you’re getting started with Rails 3, check out this script by Kierian P: http://gist.github.com/293298 (link is to wiseleyb’s fork that worked for me on Mac)

After installing the following gems, it was up and running for me:

  • sudo gem uninstall bundler
  • sudo gem install bundler –pre
  • sudo gem install i18n
  • sudo gem install tzinfo
  • sudo gem install memcache-client

YMMV. Rails 3, here we come!

PS – Hint. It’s “script/rails server”.

Trackbacks

One Trackback
  1. June 26, 2010 NEIL

Add Your Comments

Required
Required
Tips

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <ol> <ul> <li> <strong>

Your email is never published nor shared.

Ready?