[Rails] Getting Started

2012-09-22 Thread rabinprithvi
I am new to rails. When I generate scaffold for products , in products/index.html i have this code Listing users Name <% @users.each do |user| %> <%=h user.name %> <%= link_to 'Show', user %> <%= link_to 'Edit', edit_user_path(user) %> <%= link_to 'Destroy', user,

[Rails] Rails Newbie Question

2012-03-14 Thread rabinprithvi
Hi, I am new to ROR. I have cloned a project from Github. I opened the terminal and exectued the following command rails server Server is not starting up. Following message comes up Usage: rails new APP_PATH [options] . . . . . See the README in the newly created application to get going.