Archive for March, 2008

Ruby on Rails demo

Monday, March 31st, 2008

Popularity: 17% [?]

Heroku

Monday, March 31st, 2008

Write rails apps in your browser

Popularity: 17% [?]

Recommanded IDE for development Rails

Monday, March 31st, 2008
  • Aptana Studio - If you’re looking for RadRails, PHP, iPhone, or Adobe AIR extensions to Aptana Studio, get Aptana Studio installed first, then add those plugins through Aptana Studio > Help > Software Updates > Find and Install…
  • Netbeans
  • Komodo Edit
  • Textmate - For Mac OS

Popularity: 16% [?]

Ruby On Rails vs Java

Monday, March 31st, 2008

178961991_e78cf324f8.jpg

Popularity: 16% [?]

Rails tutorial site

Saturday, March 29th, 2008

Popularity: 17% [?]

How to install ruby, gems and rails on window

Saturday, March 29th, 2008

Ruby : is a language of careful balance. Its creator, Yukihiro “matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming.

Gems : is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries (in a self-contained format called “gems”), a tool designed to easily manage the installation of gems, and a server for distributing them.

Rails : is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern

  • When rubygem already install, run command gem install rails –include-dependencies on your command editor

Taaadaaaaa….you already install ruby, gems and rails on your machine :) or can refer to original site : http://www.rubyonrails.org/ or you can using instantrails

Popularity: 17% [?]

Ruby On Rails

Saturday, March 29th, 2008

Ruby on Rails is a free web application framework designed to make web development faster, simpler and more efficient. Often shortened to Rails, or RoR, Ruby on Rails is written in the Ruby programming language.

Popularity: 13% [?]