Re: Using Root domain CNAME for Heroku app

2008-11-16 Thread Keenan
Hello All, For GoDaddy, I was able to point my domain using a cname record. Removed A record with name @. Added A record for * (catch all), so that points to my default host Added CNAME for full hostname -> heroku.com Added MX records full hostname -> google apps for your domain BUT when I di

Re: internal server error

2008-11-16 Thread Smudge
I just renamed my app "ootb-old," since I'd like to keep developing on ootb.heroku.com. If I can figure out how to fix ootb-old, I'll be able to copy code over, but as of now, I can't even access ootb-old to edit files. --~--~-~--~~~---~--~~ You received this messag

payment_gateway_extension?

2008-11-16 Thread [EMAIL PROTECTED]
Could not load extension from file: payment_gateway_extension. # Could not load extension from file: payment_gateway_extension. # no such file to load -- has_many_polymorphs /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/c

Re: 2.1.2 version

2008-11-16 Thread Chris James
Heroku apparently uses a custom version of rails. If your project specifically relies on 2.1.2, I'm pretty sure you're out of luck. Otherwise, edit environment.rb and set GEM_VERSION to 2.1.0. If you're developing on your own machine you'll also want to install rails 2.1.0 there. - Chris

Re: internal server error

2008-11-16 Thread Smudge
I should mention that my site is ootb.heroku.com I can no longer access edit.ootb.heroku.com as well. It just gives the rails "something went wrong" error page. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Herok

2.1.2 version

2008-11-16 Thread [EMAIL PROTECTED]
hi, I'm currently working on a school project but I encountered a problem. My project runs on 2.1.2 version. I tried freezing it but by the time I tried to deploy it, the rails folder didn't appeared in vendors folder. Hope anyone could help me with this problem. thank you! --~--~-~--~