I am really beginer of ROR and looking around Getting Started.
In 7.1 Generating a Model, I cannot see any command code to generate
comment model. There is only div box without code. I am using IE7 and
Windows XP.
Here is the link:
Getting Started with RailsThis guide covers getting up and running with Ruby on Rails.After reading this guide, you will know: How to install Rails, create a new Rails application, and connect your application to a database. The general layout of a...
Thansk in advance.
On 27 November 2010 00:03, SungHun P. [email protected] wrote:
I am really beginer of ROR and looking around Getting Started.
In 7.1 Generating a Model, I cannot see any command code to generate
comment model. There is only div box without code. I am using IE7 and
Windows XP.
Here is the link:
Getting Started with Rails — Ruby on Rails Guides
That link points to section 6.4
Do you mean in section 7.1 in the box after
To create the new model, run this command in your terminal:
You do not see
$ rails generate model Comment commenter:string body:text
post:references
Have you tried Firefox or another browser?
Colin
On Sat, Nov 27, 2010 at 1:03 AM, SungHun P. [email protected]
wrote:
I am really beginer of ROR and looking around Getting Started.
In 7.1 Generating a Model, I cannot see any command code to generate
comment model. There is only div box without code. I am using IE7 and
Windows XP.
Here is the link:
Getting Started with Rails — Ruby on Rails Guides
Hi SungHun, could you please send me off-list a screenshot of that?