Posted by bordalix
Thu, 05 Apr 2007 11:01:00 GMT
Just watched the screencasts from the Hobo website, and must say I'm pretty amazed. So, what is Hobo?
Hobo is an Open Source extension to Ruby on Rails which helps you build full blown web applications incredibly quickly and easily. Available as a Gem or Rails plugin, Hobo provides a simple, clean and elegant development framework which allows for rapid prototyping or production of the most sophisticated web applications.
Watch the screencasts and try to keep your drooling levels low.
Tags rubyonrails | no comments
Posted by bordalix
Wed, 01 Mar 2006 13:58:00 GMT
Via
Maik, an excelent resource for
Ruby on Rails development on Mac OS X, signed by Apple itself.
Tags macosx, resource, rubyonrails | no comments
Posted by bordalix
Mon, 13 Feb 2006 18:07:00 GMT
Due to popular request, I decided to compile a very short list of Ruby on Rails resources:
Posted by bordalix
Tue, 17 Jan 2006 15:17:00 GMT
A
beautiful interactive ruby lesson by
why the lucky stiff, don't work well on Safari, use Firefox. More
resources on ruby at
squidoo lens, another bright idea for content organization.
Tags rubyonrails | no comments
Posted by bordalix
Thu, 29 Dec 2005 15:08:00 GMT
I've just finished my first Ruby on Rails web application, and these baby rocks! It's true that you can develop 10 times faster, and it's so simple that you can do it from day one. What follows is a summary of my RoR investigation, from curiosity to my first working RoR web application.
I decided to study more deeply about Ruby on Rails some time ago, and now I had the chance. First, a visit to the
official website, a jump to the
screencasts section, and watched the screencasts. Seeing is believing, so you have to watch
how to make a blog with RoR in 15 minutes (with installation), and
how to make a filter for Flickr in 5 minutes (with CSS).
Next, some documentation, which I recommend reading it in the following order:
After these, I was really excited, to I just had to try it for myself. I have a Mac, and I was not willing to compile anything, so I started looking for a no frills package. Found one,
Locomotive. Ok, free download, one application, double click and its on. Locomotive is integrated with
TextMate, so I decided to extend a little further my investigation and also try it. A trial download, one application, double click, no frills. By the way, TextMate looks promising (more in some days).
Opened a terminal window (
tip: open it from Locomotive, it will take care of all the environment variables for you), create a dummy database with
sqlite (comes with Locomotive), did some
script/generate scaffold xpto, edited some files, and voila, my first web application in RoR.
It's really easy to program in RoR, and still maintain a lot of power. It's a very well organized framework, clean and helpful. And if you are sick of doing always the same things, do yourself a favor and take a couple of hours to try it.
Tags rubyonrails | no comments