On Jun 7, 10:24 pm, renu mehta <[email protected]> wrote: > I haven't worked much with heroku before- basically learning. Do they > support mysql? Their logging was not good before as it allowed only last > 100 lines. Has it changed recently? What other limitations does it have > in the production enviornment? >
Heroku's logging doesn't have this sort of limit these days (https:// devcenter.heroku.com/articles/logging) The free database option is still a shared postgres database, but you can buy add ons to add a mysql database if that's what you need. I really wouldn't go near that go daddy hosting you mentioned: both the ruby and rails versions are antiquated and are no longer maintained - 2.3.2 isn't even the latest version of 2.3.x, so you're missing out on a lot of bug fixes and security issues. Fred -- 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.

