Hey Rohit Your IDE probably ran "rails new" for you. This is the command to create a new Rails project. This generates the basic set of files and folders you would need for a new project.
On Sat, Apr 28, 2012 at 11:25 AM, Rubyist Rohit <[email protected]>wrote: > I used IDE to create my first Rails app. It created variety of folders > and little auto-generated code as well. One of such file is: > database.yaml. > > I don't want to start working with this auto-generated code. I want to > start with an empty Rails application and add folders and files > manually. > > To do this, which folders and files I need to create manually. Which > hierarchy Rails understands? > > -- > 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. > > -- - Aziz M. Bookwala -- 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.

