Ruby on Rails Saturday, April 28, 2012

On 28 April 2012 08:00, Rubyist Rohit <lists@ruby-forum.com> wrote:
> I intentionally install using this option. Which folders and files are
> needed if I need to manually create them?

What option? You have not quoted the previous messages so no-one
knows what you mean without searching back through previous email
messages. Remember this is a mailing list not a forum.

To see what folders and files you need then run
rails new testapp
That will generate the basic files/folders that you need for a rails
application.

Then for a new app if you do not want to use rails new then just
replicate the folders and files that rails new testapp created.
Though why you do not want to use rails new (if I understand what you
are saying correctly) I can not imagine.

Colin

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment