Re: [Rails] heroku deployment

2012-12-04 Thread Jason Fleetwood-Boldt
What you may miss off-the-bat is that Heroku's copy of your app is actually a git repository. It's like github's repository of your code, but it is used for the special purpose of deploying the app. When you do a deploy to heroku, you are pushing only your latest commits to the master branch

Re: [Rails] heroku deployment

2012-12-01 Thread Jordon Bedwell
On Sat, Dec 1, 2012 at 6:46 AM, Bhimasen Routray wrote: > i want to deploy two rails application in heroku..so how can i deploy two > application with one account in heroku and github..i am little confused that > i have to take two rsa public key or how..thanks in advance This list is for Rails,

[Rails] heroku deployment

2012-12-01 Thread Bhimasen Routray
i want to deploy two rails application in heroku..so how can i deploy two application with one account in heroku and github..i am little confused that i have to take two rsa public key or how..thanks in advance -- You received this message because you are subscribed to the Google Groups "Ruby

Re: [Rails] Heroku deployment issue

2011-08-02 Thread Conrad Taylor
On Tue, Aug 2, 2011 at 1:23 AM, SW Engineer wrote: > I'm following this tutorial, and have followed the steps to deploying to > 'Heroku'. > > When I open the application from 'Heroku', this is what I get: > > http://furious-sunrise-574.heroku.com/ > > Why isn't my application showing up? > > Hi,

[Rails] Heroku deployment issue

2011-08-02 Thread SW Engineer
I'm following this tutorial, and have followed the steps to deploying to 'Heroku'. When I open the application from 'Heroku', this is what I get: http://furious-sunrise-574.heroku.com/ Why isn't my application showing up? Thanks. -- Posted via http://www.ruby-forum.com/. -- You received thi

[Rails] heroku deployment error , remote origin is already exit.

2011-04-28 Thread Pravin Mishra
Hi everyone, I had deployed my one project on HEROKU and url is http://ankit.heroku.com. It’s working fine. But when I am trying to deployed second project , getting some fatal error. I am write my procedure here. I have some confusion please clear it. I had googled but not find satisfactory answe

Re: [Rails] Heroku deployment problem

2011-03-05 Thread David Kahn
On Sat, Mar 5, 2011 at 9:18 AM, Hassan Schroeder wrote: > On Sat, Mar 5, 2011 at 7:11 AM, Gaba Luschi wrote: > > after running git push heroku, I get successful deployment, but when I > > go to the relevant site on heroku, I get the following message: > > > > Application Error > > An error occur

Re: [Rails] Heroku deployment problem

2011-03-05 Thread Bruno S. Barros
Try to run the migrations and creating the database. heroku rake db:create heroku raake db:migrate Create the database and try to run the migrations. $ heroku rake db:create $ heroku rake db:migrate Bruno On 05/03/2011, at 12:11, Gaba Luschi wrote: > after running git push heroku, I get succ

Re: [Rails] Heroku deployment problem

2011-03-05 Thread Hassan Schroeder
On Sat, Mar 5, 2011 at 7:11 AM, Gaba Luschi wrote: > after running git push heroku, I get successful deployment, but when I > go to the relevant site on heroku, I get the following message: > > Application Error > An error occurred in the application and your page could not be served. > Please try

[Rails] Heroku deployment problem

2011-03-05 Thread Gaba Luschi
after running git push heroku, I get successful deployment, but when I go to the relevant site on heroku, I get the following message: Application Error An error occurred in the application and your page could not be served. Please try again in a few moments. If you are the application owner, ch

Re: [Rails] Heroku deployment...

2010-04-23 Thread anton effendi
please read http://stackoverflow.com/questions/1824759/git-push-heroku-master-permission-denied-on-vista and follow all step On Sat, Apr 24, 2010 at 1:28 AM, shyam mohan wrote: > Hi anton effend > thanks for reply... > i tried this > http://docs.heroku.com/keys > > please see this ...here I want

Re: [Rails] Heroku deployment...

2010-04-23 Thread shyam mohan
Hi anton effend thanks for reply... i tried this http://docs.heroku.com/keys please see this ...here I want to add public key ...heroku keys:add radiant.pub Uploading ssh public key radiant.pub [r...@fl2 heroku_radiant]# git push heroku master Permission denied (publickey). fatal:

Re: [Rails] Heroku deployment...

2010-04-20 Thread anton effendi
please run 'heroku help' and look add public into heroku run it please.. Thank you On Tue, Apr 20, 2010 at 7:57 PM, shyam mohan wrote: > Hi > please help me... > > >git push heroku master > Warning: Permanently added the RSA host key for IP address to the list of > known hosts. > Permission d

[Rails] Heroku deployment...

2010-04-20 Thread shyam mohan
Hi please help me... >git push heroku master Warning: Permanently added the RSA host key for IP address to the list of known hosts. Permission denied (publickey). fatal: The remote end hung up unexpectedly please tell why im getting this error... and how to correct it... I google about it but c