Recent Posts
The Hitchhiker’s Guide to Ruby On Rails Galaxy
Return To Blog Listing
My tech blog Web Development using Ruby On Rails
Recent Posts Tagged With 'newbie'
Model name in RubyOnRails should ALWAYS be singular!!!
Model names in RubyOnRails should be Singular. This will create Table name as corresponding Plural names. You have got to remember that about model naming conventions in rails. . I know this is a very basic concept in RubyOnRails but sometimes ...
Starting multiple instances of WEBrick server from the command line
As i mentioned in my previous log on starting WEBrick server manually from cmd line, here i look into the often asked question about starting Multiple instances of WEBrick server at the same time so that multiple Railsapp can be run at the same time....
Starting WEBrick Server manualy from the command line
1. First open the command line window. For windows get there by clicking on start->run 2. Then type “cmd”. This will open the DOS command windows 3. Go to the folder which contains the your RoR project using the command “c:\...
