[Rails] application error

2016-10-31 Thread Chirag Jain
Try to launch your app locally in production mode -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To post

[Rails] application error

2016-10-30 Thread kinoe -
how deploy to heroku,i was make app with db postgresql(3 tabels) on local. 1.push (succes) 2.heroku run rake db:migrate (succes) 3.i click 'open app' on dashboard

[Rails] Application Error while deploying in heroku, but in runs locally

2015-08-16 Thread Mohammad Anwar Shah
When I try to deploy the app in heroku, I get Application Error, but I can run that app with heroku locally, but running `heroku local` command. What to do? https://polar-lowlands-7146.herokuapp.com/ Here is the url of the deployed app. Thanks in advance. -- You received this message

Re: [Rails] Application Error while deploying in heroku, but in runs locally

2015-08-16 Thread Sadaf Noor
Don't panic, start reading heroku logs if you did not start already, I am sure that, its gonna helpful. 1. $ heroku logs -n 1500 2. $ heroku logs -t 3. $ heroku run rails c File.open('log/production.log', 'r').each_line { |line| puts line } 2015-08-16 12:55 GMT+06:00 Mohammad Anwar Shah

[Rails] Application Error

2012-08-10 Thread thil
Hi all, I am getting the Application Error in rails latest version 3.2.7. In local its works fine when using rails s -e production. but moved to heroku application is not working i could not able to view the log because heroku logs saying `initialize': Connection refused - connect(2)

[Rails] Re: Error after installing Ruby on Rails: Application error Application failed to start properly

2011-06-19 Thread gezope
Under log/ folder you can find your log files. Take a look at them because your error msg isn't really helpful. Also have you asked your hosting provider if it's possible to run Ruby apps on your host? Make sure you're using RVM and Rails3, not older version, and check the same about your

[Rails] Re: Error after installing Ruby on Rails: Application error Application failed to start properly

2011-06-19 Thread iris
Hi, yes, turns out my host provider does not support 3.0.7 :-( How do I access the log files? I am new at this (a new Ruby on Rails user) Tx! On Jun 19, 8:51 am, gezope gez...@gmail.com wrote: Under log/ folder you can find your log files. Take a look at them because your error msg isn't

Re: [Rails] Re: Error after installing Ruby on Rails: Application error Application failed to start properly

2011-06-19 Thread Hassan Schroeder
On Sun, Jun 19, 2011 at 10:53 AM, iris iris.t.shie...@gmail.com wrote: How do I access the log files? I am new at this (a new Ruby on Rails user) They're in the 'log' directory of your application. (There may also be pertinent information in the log files of your web server, but you'll have to

[Rails] Error after installing Ruby on Rails: Application error Application failed to start properly

2011-06-18 Thread iris
I have Ruby on Rails installed on my host but something went wrong because it does not want to run, it gives the following error when I'm going to my application: 'Application error Application failed to start properly' -- You received this message because you are subscribed to the Google

Re: [Rails] Error after installing Ruby on Rails: Application error Application failed to start properly

2011-06-18 Thread Hassan Schroeder
On Fri, Jun 17, 2011 at 5:16 PM, iris iris.t.shie...@gmail.com wrote: I have Ruby on Rails installed on my host but something went wrong because it does not want to run, it gives the following error when I'm going to my application: 'Application error Application failed to start properly'

[Rails] Application Error!!!!!!!!!!!!!!!!!!!!!!!

2011-06-02 Thread Pravin Mishra
Hi everybody, Please any one help me, Previous two day's I am googling, Still not find solution. this really frustrating. I had deploy my app on heroku http://radiationn.heroku.com/. it is working fine on localhost but i got APPLICATION ERROR. IN log wht i find that in photo.rb model not able

Re: [Rails] Application Error!!!!!!!!!!!!!!!!!!!!!!!

2011-06-02 Thread Hassan Schroeder
On Thu, Jun 2, 2011 at 3:43 AM, Pravin Mishra diatm.pravin.it.07...@gmail.com wrote: I had deploy my app on heroku http://radiationn.heroku.com/. it is working fine on localhost but  i got APPLICATION ERROR. IN log wht i find that in photo.rb model not able to find has_attached_file, I am

Re: [Rails] Application Error!!!!!!!!!!!!!!!!!!!!!!!

2011-06-02 Thread Jim Ruther Nill
On Thu, Jun 2, 2011 at 6:43 PM, Pravin Mishra diatm.pravin.it.07...@gmail.com wrote: Hi everybody, Please any one help me, Previous two day's I am googling, Still not find solution. this really frustrating. I had deploy my app on heroku http://radiationn.heroku.com/. it is working fine on

Re: [Rails] Application Error!!!!!!!!!!!!!!!!!!!!!!!

2011-06-02 Thread Pravin Mishra
thanks for write, I m not aware about Amazon S3. I m googling. Can You give some link, which helpful . On 02/06/2011, Hassan Schroeder hassan.schroe...@gmail.com wrote: On Thu, Jun 2, 2011 at 3:43 AM, Pravin Mishra diatm.pravin.it.07...@gmail.com wrote: I had deploy my app on heroku

Re: [Rails] Application Error!!!!!!!!!!!!!!!!!!!!!!!

2011-06-02 Thread Hassan Schroeder
On Thu, Jun 2, 2011 at 9:39 AM, Pravin Mishra diatm.pravin.it.07...@gmail.com wrote: I m not aware about Amazon S3. I m googling. Can You give some link, which helpful . If you're going to try to use Heroku, you might find it less painful if you read the Heroku documentation :-) e.g.

Re: [Rails] Application Error!!!!!!!!!!!!!!!!!!!!!!!

2011-06-02 Thread Pravin Mishra
thanks for giving time, what's in your gems manifest file? Again i have no gems manifest file. I am using vendor/lplugins where = action_mailer_tls, easy-fckeditor, paperclip ,paperclippolymorph,will_paginate PLUGIND USING. On 02/06/2011, Jim Ruther Nill jvn...@gmail.com wrote: On Thu, Jun 2,

Re: [Rails] Application Error!!!!!!!!!!!!!!!!!!!!!!!

2011-06-02 Thread Jim Ruther Nill
On Fri, Jun 3, 2011 at 12:31 AM, Pravin Mishra diatm.pravin.it.07...@gmail.com wrote: thanks for giving time, what's in your gems manifest file? Again i have no gems manifest file. I am using vendor/lplugins where = action_mailer_tls, easy-fckeditor, paperclip

[Rails] Application Error only in Detached Mode

2009-10-16 Thread scotdb
Very strange one ... If I start my Radiant CMS with simply - script/server -e production it works without problem. However if I start it in detached mode with - script/server -e production -d then I get - Application error Change this error message for exceptions thrown outside of an

[Rails] Application error on Host monster server

2009-08-29 Thread Ruby on Rails
Hello , I am using Host Monster for my application it gives application error. i can not understand what is going on ? -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups