Re: Does heroku support the use of a remote sql server?

2011-04-11 Thread Ken Collins
I would suggest using TinyTDS for the connection. https://github.com/rails-sqlserver/tiny_tds http://www.engineyard.com/blog/2011/modern-sql-server-rails/ As of the latest version, we support :host/:port options alleviating the need for the freetds.conf file. If you are using the latest 0.91 (so

Re: Does heroku support the use of a remote sql server?

2011-04-11 Thread Ken Collins
I would suggest using TinyTDS for the connection. https://github.com/rails-sqlserver/tiny_tds http://www.engineyard.com/blog/2011/modern-sql-server-rails/ As of the latest version, we support :host/:port options alleviating the need for the freetds.conf file. If you are using the latest 0.91 (so

Re: Querying Across Apps on Heroku

2010-01-26 Thread Ken Collins
I've seen live DB to DB solutions fail many times before. But I'm willing to admit I could have been doing it wrong :) My advice is to go with on DB and partition the app. Others may have better advice. - Ken On Jan 26, 2010, at 2:51 AM, Splashlin wrote: > I have multiple apps on Heroku tha

Re: Tracking Statistics

2010-01-25 Thread Ken Collins
purposes. I'd > personally do it as middleware. > > On Jan 24, 6:41 pm, Ken Collins wrote: >> I plan on launching a rails site on Heroku sometime soon that is the backend >> datastore to a native iPhone application. I was thinking about the ability >> to track A

Tracking Statistics

2010-01-24 Thread Ken Collins
I plan on launching a rails site on Heroku sometime soon that is the backend datastore to a native iPhone application. I was thinking about the ability to track API calls to my application on the platform and remembered that I really do not get access to the logs or am I incorrect? The iPhone i