Re: European data center?

2010-08-30 Thread Ashley Moran
On 21 May 2010, at 00:43, opsb wrote: +1 - I'm only targeting UK +1 too, I'm also involved with a UK-only app. Any official updates on this and when/whether it's likely? Cheers Ash -- http://www.patchspace.co.uk/ http://www.linkedin.com/in/ashleymoran -- You received this message

ruby 1.9.2

2010-08-30 Thread Josh Coffman
Are there any plans to add a ruby 1.9.2 stack to heroku? It would be nice to build my shiny new rails 3.0 app on ruby 1.9.2 and host it on heroku. I'll be hosting it on heroku either way, but 1.9.2 would be nice. -j -- You received this message because you are subscribed to the Google Groups

Re: Ruby 1.9.2

2010-08-30 Thread Keenan Brock
Hi, I remember hearing: We will add support for 1.9.2 when the community releases the official release. But it looks like it will be out soon. http://twitter.com/heroku/status/21517412884 http://blog.heroku.com/archives/2010/6/15/rails_3_beta_4_on_heroku/ --Keenan On Aug 27, 2010, at 10:19

Re: Heroku Console and Gems

2010-08-30 Thread Scott LaBounty
OK, still not working. Here's my .gems file: ramaze sequel ruby-pg Here's my rakefile (stripped of everything except this) note the added require 'rubygems'. namespace :db do require 'rubygems' require 'sequel' Sequel.extension :migration task :migrate do m =

Re: free vs. paid heroku app performance

2010-08-30 Thread John McCaffrey
If you think that its dying when the slug is being compiled, or you just want to improve your slug loading time, you might want to tell it which parts of your repo are not needed during runtime. some common things to add to your .slugignore file *.psd *.pdf test spec doc you might also

[ANN] Bundler 1.0.0 Rollout

2010-08-30 Thread Terence Lee
We're planning on doing a rollout for Bundler 1.0.0 to support Rails 3. As always, please test things locally and on production. You can view the full changelog here: http://github.com/carlhuda/bundler/blob/d2b83f536291239d0ce2d2d27fa3821beb7e11f5/CHANGELOG.md In the near future we're going to

Can't push new code

2010-08-30 Thread brianp
I get this error every time but none of my gems source github. WARNING: RubyGems 1.2+ index not found for: http://github.com/ .gems file included - http://www.pastie.org/1127841 Cheers, bp -- You received this message because you are subscribed to the Google Groups Heroku

Re: free vs. paid heroku app performance

2010-08-30 Thread deepak
what is the reasoning behind this. Did you test this or is it given in the docs? Deepak On Aug 26, 11:32 pm, Eric Anderson e...@pixelwareinc.com wrote: On 08/26/2010 11:30 AM, marcel wrote: .. OTOH if you pay for at least 2 dynos then they NEVER spin down meaning your app is always nice

Re: Problems deploying an EventMachine + Sinatra application

2010-08-30 Thread David Dollar
There are a couple of issues with this code fragment on Heroku: * Your config.ru needs to set up and call run on a Rack-compatible application * All Heroku dynos are given one port, passed to thin, so you won't be able to have Websockets listening on an alternate port. Cheers, David On Aug 27,

memcached-northscale gem on windows

2010-08-30 Thread tmac22
I'm trying to install the memcached-northscale gem on Windows. Do I need the cyrus-sasl2 library? c:\gem install memcached-northscale Building native extensions. This could take a while... ERROR: Error installing memcached-northscale: ERROR: Failed to build gem native extension.

Best way to handle sitemaps

2010-08-30 Thread Mike
I have a large number of pages that are stored in my database on my app, that are only accessible via the search engine under normal circumstances. This is a perfect ordinary use case for making a sitemap, which is what I've done. I have a few million of these pages, so I dynamically generate a