THE ZEPINT NETWORK

programmer assist

Ruby Ruby XML Feeds

Ruby Questions Ruby Solutions Ruby Articles

Ruby is a reflective, dynamic, object-oriented programming language. It combines syntax inspired by Perl with Smalltalk-like object-oriented features, and also shares some features with Python, Lisp, Dylan, and CLU. Ruby is a single-pass interpreted language. Its official implementation is free software written in C.

Basic Commands in Ruby On Rails

DiggBlinkRedditDeliciousTechnorati

article by Srirangan

Starting a Rails Application

rails {app_name}
rails {app_path}

Starting Webrick Server

..change cwd to the app_directory..
ruby script/server

Starting Mongrel Server

mongrel_start rails

Generating a Controller

ruby script/generate controller {controller_name} [method_name]
rails script/generate controller {controller_name} [method_name]

Generate a Model

rails script/generate model {model_name}

Generate a Scaffold

rails script/generate scaffold {model_name} {controller_name}

Got a Ruby Question?

Just Sign Up and ask the top Ruby experts!

Search via Google

User Login

Email Address

Password

Ruby Experts

Rank Expert Points
#1 Srirangan 1500
This a list of the Top Ruby experts, how many points do you have?

Leading Experts

Rank Expert Points
#1 frankzzsword 4650
#2 Bejaan 2950
#3 csfreak 1100
#4 Anurag 700
#5 keyvez 700
#6 nnarasimha 600
#7 Nakata 600
#8 martinig 600
#9 mastercomputers 550
#10 Abhishek Chatterjee 250
#11 Abels 250
#12 Huntress 150
#13 Adkron 150
#14 Yogesh 100
#15 lexxwern 100
This is a list of overall best performing experts, how many points do you have?