Hi Abder, You need to install the nifty-generators gem.
gem install nifty-generators All the best, Fidel. On 7/18/10, Abder-Rahman Ali <[email protected]> wrote: > I watching this case from Railscasts regarding Authlogic: > http://railscasts.com/episodes/160-authlogic > > At 7:44 of the cast, it creates a user_session as follows: > > script/generate nifty_scaffold user_session --skip-model username:string > password:string > > But, when I use scaffold instead of "nifty_scaffold" which I think is > created by to the author, I get the following message: > > invalid option: --skip-model > > So, the author by this command was trying to skip creating the model. Is > this a command that Rails originally uses to skip a model, or has to do > with nifty_scaffold? > > How can I skip creating a model? > > Thamks. > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

