Exploring Ruby on Rails
Published on March 31, 2005
By Pete Freitag
By Pete Freitag
The Linux Journal has a good interview called: Exploring Ruby on Rails, it shows you how to create a simple blog application with the framework.
If you read blogs outside of the macromedia community you have probably noticed that ruby on rails is enjoying a lot of buzz in the java and php community. The reason for the buzz is that it is pretty easy to create web applications using the framework, assuming you know the Ruby.
The cool thing about ruby on rails is that it does all your dirty work, but you can still override any of it. It is also a very clean MVC implementation. CF on rails anyone?
Exploring Ruby on Rails was first published on March 31, 2005.