`$ rails g scaffold Post title:string description:text`
what is permissible or is there a list of words that can be used in
place of `Post`?
I know you can use Article, Store, etc but what other options are there?
I'm looking for a static page a bit like <http://getbootstrap.com> as
I'm attempting a company web site/personal page.
Thanks, that's a great help. I'm new to Rails & am spending most of my
time searching for basic stuff. I guess reading the guides at Ruby on
Rails is the first place to start.
I also suggest sticking round here, make sure that for any posts that
you understand the question, that you also understand the answer. It
is a great way of learning, and in particular learning about aspects
that you did not even know existed.