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