On Mon, Aug 22, 2011 at 5:50 PM, soldier.coder <
geekprogrammer.ed-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To unsubscribe from this group, send email to
>
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.