Skip to main content

ONLamp.com: Rolling with Ruby on Rails

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Related Lists

Bookmark History

Saved by 147 people (-44 private), first by anonymouse user on 2006-03-02


Public Comment

on 2006-07-26 by calebism

ruby

on 2006-08-08 by nerdjournal

a open source Ruby framework for developing database-backed web applications.

on 2006-08-18 by omalley

OnLamp - Window's ruby on rails and mySQL installation instructions.

on 2006-10-25 by stumax

Program a web app with ruby on rails

on 2006-11-03 by pistos

a open source Ruby framework for developing database-backed web applications.

Public Sticky notes

less software and convention over configuration.

Highlighted by denmerc

Ruby is a pure object-oriented programming language with a super clean syntax that makes programming elegant and fun. Ruby successfully combines Smalltalk's conceptual elegance, Python's ease of use and learning, and Perl's pragmatism

Highlighted by denmerc

Rails is an open source Ruby framework for developing database-backed web applications.

Highlighted by denmerc

a Rails application uses a few simple programming conventions that allow it to figure out everything through reflection and discovery.

Highlighted by denmerc

Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications,

Highlighted by galonso

open source Ruby framework for developing database-backed web applications

Highlighted by djshiow

rest of the answer is in two of Rail's guiding principles: less software and convention over configuration.

Highlighted by djshiow

Instead of configuration files, a Rails application uses a few simple programming conventions that allow it to figure out everything through reflection and discovery.

Highlighted by djshiow

Ruby is a pure object-oriented programming language with a super clean syntax

Highlighted by djshiow

Rails is an open source Ruby framework for developing database-backed web applications.

Highlighted by saltyveruca

What would you think if I told you that you could develop a web application at least ten times faster with Rails than you could with a typical Java framework? You can--without making any sacrifices in the quality of your application! How is this possible?

Part of the answer is in the Ruby programming language. Many things that are very simple to do in Ruby are not even possible in most other languages. Rails takes full advantage of this. The rest of the answer is in two of Rail's guiding principles: less software and convention over configuration.

Less software means you write fewer lines of code to implement your application. Keeping your code small means faster development and fewer bugs, which makes your code easier to understand, maintain, and enhance. Very shortly, you will see how Rails cuts your code burden.

Convention over configuration means an end to verbose XML configuration files--there aren't any in Rails! Instead of configuration files, a Rails application uses a few simple programming conventions that allow it to figure out everything through reflection and discovery. Your application code and your running database already contain everything that Rails needs to know!

Highlighted by saltyveruca

Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails

Highlighted by guenter

Rails is an open source Ruby framework for developing database-backed web applications. What's special about that? There are dozens of frameworks out there and most of them have been around much longer than Rails. Why should you care about yet another framework?

What would you think if I told you that you could develop a web application at least ten times faster with Rails than you could with a typical Java framework? You can--without making any sacrifices in the quality of your application! How is this possible?

Part of the answer is in the Ruby programming language. Many things that are very simple to do in Ruby are not even possible in most other languages. Rails takes full advantage of this. The rest of the answer is in two of Rail's guiding principles: less software and convention over configuration.

Less software means you write fewer lines of code to implement your application. Keeping your code small means faster development and fewer bugs, which makes your code easier to understand, maintain, and enhance. Very shortly, you will see how Rails cuts your code burden.

Convention over configuration means an end to verbose XML configuration files--there aren't any in Rails! Instead of configuration files, a Rails application uses a few simple programming conventions that allow it to figure out everything through reflection and discovery. Your application code and your running database already contain everything that Rails needs to know!

Highlighted by arpitjain11

What is Rails?

Rails is an open source Ruby framework for developing database-backed web > applications. What's special about that? There are dozens of frameworks out > there and most of them have been around much longer than Rails. Why should you > care about yet another framework? >

What would you think if I told you that you could develop a web application > at least > ten times faster with Rails than you could with a typical > Java framework? You can-- > without > making any sacrifices in the quality > of your application! How is this possible? >

Part of the answer is in the Ruby programming language. Many things that are > very simple to do in Ruby are not even possible in most other languages. Rails > takes full advantage of this. The rest of the answer is in two of Rail's > guiding principles: > less software > and > convention over > configuration > . >

Less software > means you write fewer lines of code to implement your > application. Keeping your code small means faster development and fewer bugs, > which makes your code easier to understand, maintain, and enhance. Very shortly, you > will see how Rails cuts your code burden. >

Convention over configuration > means an end to verbose XML > configuration files--there aren't any in Rails! Instead of configuration files, > a Rails application uses a few simple programming conventions that allow it to > figure out everything through reflection and discovery. Your application code > and your running database already contain everything that Rails needs to > know! >

Highlighted by arpitjain11

What is Rails? >

Rails is an open source Ruby framework for developing database-backed web > > a pplications. What's special about that? There are dozens of frameworks ou >t > t here and most of them have been around much longer than Rails. Why should yo >u > c are about yet another framework >? >

W hat would you think if I told you that you could develop a web applicatio >n > a t leas >t > t en times faster with Rails than you could with a typica >l > J ava framework? You can- >- > w ithou >t > m aking any sacrifices in the qualit >y > o f your application! How is this possible >? >

P art of the answer is in the Ruby programming language. Many things that ar >e > v ery simple to do in Ruby are not even possible in most other languages. Rail >s > t akes full advantage of this. The rest of the answer is in two of Rail' >s > g uiding principles >: > l ess softwar >e > > and > c onvention over > > c onfiguratio > > > > > >n > . >

Less software > m eans you write fewer lines of code to implement you >r > a pplication. Keeping your code small means faster development and fewer bugs >, > w hich makes your code easier to understand, maintain, and enhance. Very shortly, yo >u > w ill see how Rails cuts your code burden >. >

Convention over configuration > m eans an end to verbose XM >L > c onfiguration files--there aren't any in Rails! Instead of configuration files >, > a Rails application uses a few simple programming conventions that allow it t >o > f igure out everything through reflection and discovery. Your application cod >e > a nd your running database already contain everything that Rails needs t >o > know! >

Highlighted by arpitjain11

This article steps through the development of a web application using Rails.

Highlighted by khallenb

Rolling with Ruby on Rails

Highlighted by vivelafrance

Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails. This article steps through the development of a web application using Rails. It won't teach you how to program in Ruby, but if you already know another object-oriented programming language, you should have no problem following along (and at the end you can find links on learning Ruby).

Highlighted by akajut

Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails. This article steps through the development of a web application using Rails. It won't teach you how to program in Ruby, but if you already know another object-oriented programming language, you should have no problem following along (and at the end you can find links on learning Ruby).

Highlighted by millette

Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails. This article steps through the development of a web application using Rails. It won't teach you how to program in Ruby, but if you already know another object-oriented programming language, you should have no problem following along (and at the end you can find links on learning Ruby).

Highlighted by pklausner

Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails. This article steps through the development of a web application using Rails. It won't teach you how to program in Ruby, but if you already know another object-oriented programming language, you should have no problem following along (and at the end you can find links on learning Ruby). Let's answer a couple of burning questions before rolling up our sleeves to build a web application!

Highlighted by parkalewis

Rolling with Ruby on Rails by Curt Hibbs 01/20/2005 Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails. This article steps through the development of a web application using Rails. It won't teach you how to program in Ruby, but if you already know another object-oriented programming language, you should have no problem following along (and at the end you can find links on learning Ruby). Let's answer a couple of burning questions before rolling up our sleeves to build a web application!

Highlighted by tzon02

Rolling with Ruby on Rails by Curt Hibbs 01/20/2005 Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails. This article steps through the development of a web application using Rails. It won't teach you how to program in Ruby, but if you already know another object-oriented programming language, you should have no problem following along (and at the end you can find links on learning Ruby). Let's answer a couple of burning questions before rolling up our sleeves to build a web application!

Highlighted by tzon02

Rolling with Ruby on Rails by Curt Hibbs 01/20/2005 Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails. This article steps through the development of a web application using Rails. It won't teach you how to program in Ruby, but if you already know another object-oriented programming language, you should have no problem following along (and at the end you can find links on learning Ruby). Let's answer a couple of burning questions before rolling up our sleeves to build a web application!

Highlighted by tzon02

What would you think if I told you that you could develop a web application at least ten times faster with Rails than you could with a typical Java framework? You can--without making any sacrifices in the quality of your application! How is this possible?

Highlighted by yaateehshima