Ruby on Rails Wednesday, May 1, 2013

Hassan Schroeder wrote in post #1107485:
> On Wed, May 1, 2013 at 8:09 AM, Wins Lin <lists@ruby-forum.com> wrote:

> Not really. You can run MySQL locally and use PG on Heroku.

I prefer to use raw sql anywhere where it not possible to use
Model.find or Model.where. So it is quite a problem for me to separate
server
and local versions.

> Maybe it's a Windows thing?

Agree, maybe. They say all rake and rails tasks are so slow only on
Windows. So it can be the reason.

> Why would you start and stop it at all? If that's what you're using,
> start it at boot time and forget about it.

I have batch files that create a specific DB environments only when I
run them. It is more convenient to me.

It is not a big problem with PG. It was a little unexpected after MySQL.

--
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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment