On Mon, Aug 22, 2011 at 5:50 PM, soldier.coder < geekprogrammer...@googlemail.com> wrote:
> what is rails 3 equivalent to script/generate? I am trying to use > Twitter-OAuth and it has a generator and I am not sure how to use it. > > The documentation is all for rails 2.3. Any ideas are appreciated! > > First, you can find the Rails 3 documentation here: http://guides.rubyonrails.org Second, the equivalent to `script/generate` is the following: rails generate or rails g Finally, I would recommend reading the following first: http://guides.rubyonrails.org/getting_started.html Good luck, -Conrad > -- > 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 rubyonrails-talk@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscr...@googlegroups.com. > 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 rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.