Ruby on Rails Friday, April 27, 2012

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 <lists@ruby-forum.com> 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 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.




--
- 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 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