Re: [Rails] Re: Re: Not able to create ne app

2012-09-23 Thread Jim Ruther Nill
On Mon, Sep 24, 2012 at 7:08 AM, Subhransu M. wrote: > hi, > I use mysql . is it possible to exclude sqlite , then how to ? > you can use the -d option to pass the database you want to use. additionally, you can use rails new -h to show all options available to you. That lists all database tha

Re: [Rails] Re: Re: Not able to create ne app

2012-09-23 Thread Hassan Schroeder
On Sun, Sep 23, 2012 at 2:08 PM, Subhransu M. wrote: > I use mysql . is it possible to exclude sqlite , then how to ? Of course. Rails lets you use the database of your choice. Change your Gemfile (and your config/database.yml) appropriately. -- Hassan Schroeder hassa

[Rails] Re: Re: Not able to create ne app

2012-09-23 Thread Subhransu M.
hi, I use mysql . is it possible to exclude sqlite , then how to ? -- 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 unsu