So, You Want to Play with Rails 3?
Posted on December 14, 2009
Yeah, me too :-)
Problem is, it’s not exactly “trivial” to get yourself started with Rails 3, the Edge version, if you’re not used to build stuff from source. When Rails 3 gets released it will be the good’ol:
1 |
sudo gem install rails |
But for now, you will have to struggle a little bit … or not. If you want the very first first look into Rails 3, check out Dr. Nic’s Preview. I based some of this article on his initial exploration.
More than that, I heavily relied on José Valim’s early work with the Third Rails project. It was an early demonstration of a Rails 3 project structure with custom generators support. It was a little bit outdated, so I decided to fork it and update it.
More than that, I’ve added some more details and documented it in the README, which kind of became a live blog post describing what you can do right now with this project. Start playing with it right now:
1 |
git clone git://github.com/akitaonrails/third_rails.git |
As it’s a github project, you’re welcome to explore Rails 3 and add your findings there! A blog post would become outdated too fast, but maybe this Third Rails project can keep on going until Rails 3 is officially released and serve as an example project to showcase some of Rails 3 new features.
Enjoy!
blog comments powered by Disqus
Archives
- February 12(2)
- December 11(1)
- November 11(4)
- October 11(6)
- September 11(5)
- August 11(1)
- July 11(5)
- May 11(4)
- April 11(11)
- March 11(4)
- February 11(3)
- January 11(4)
- December 10(9)
- November 10(2)
- October 10(10)
- September 10(4)
- August 10(6)
- July 10(14)
- June 10(16)
- May 10(8)
- April 10(14)
- March 10(9)
- February 10(6)
- January 10(14)
- December 09(10)
- November 09(10)
- October 09(7)
- September 09(19)
- August 09(4)
- July 09(12)
- June 09(7)
- May 09(12)
- April 09(11)
- March 09(9)
- February 09(9)
- January 09(12)
- December 08(14)
- November 08(20)
- October 08(15)
- September 08(18)
- August 08(25)
- July 08(13)
- June 08(21)
- May 08(29)
- April 08(27)
- March 08(12)
- February 08(32)
- January 08(31)
- December 07(27)
- November 07(30)
- October 07(25)
- September 07(28)
- August 07(16)
- July 07(15)
- June 07(16)
- May 07(7)
- April 07(13)
- March 07(8)
- February 07(9)
- January 07(24)
- December 06(17)
- November 06(17)
- October 06(15)
- September 06(38)




