For those that never used Ruby on Rails, basically you run:
rails <projectname>
and you have a complete runnable Rails project with lot’s of placeholders so that you don’t have to worry about where to put stuff and making sure things work well together. Just after doing
rails sano
I went and run the testing server and here I am:
That’s my development browser. Normally I use Safari or Chrome, but for development I use Firefox equipped with two important plug ins. The most important one is Firebug. The other one is Web Developer. If you are into web programming at all, you should check them out.
Leave a Reply