On Apr 17, 7:27 am, Chris Kottom <ch...@chriskottom.com> wrote:
> Are you planning to continue using sqlite in the production environment?
>  Most people don't, but it's not a problem to do so.
>
> If not or if the default sqlite settings aren't right for you, then you'll
> need to make some changes, but those will depend on the environment you're
> deploying into.  But what those should be isn't a question the mailing list
> can answer for you without more information.

       The production environment setting with sqllite are by
default .I want to use mysql for production too.So i changed the
production enviornment settings to
   production:
  adapter: mysql
  database: blog
  username: root
  password: 12345
  pool: 5
  timeout: 5000

                                   Is it enough??

Thanks

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

Reply via email to