Is the server running on host 127.0.0.1

2014-03-05 Thread Ed Jones
Hi, this seems to be a perennial issue that Heroku should just 'fix' by now. New, very simple app, first time pushing it to Heroku. Running: rake assets:precompile rake aborted! could not connect to server: Connection refused Is the server running on host 127.0.0.1 and accepting TCP/IP

Re: Is the server running on host 127.0.0.1

2014-03-05 Thread Ed Jones
On Wed, Mar 5, 2014 at 12:47 PM, Ed Jones ed.jo...@gmail.com wrote: Hi, this seems to be a perennial issue that Heroku should just 'fix' by now. New, very

Re: Application Error

2014-02-21 Thread Ed Jones
Kiy, what is "Tilt"? On 2/21/2014 6:35 AM, Kiy wrote: Hi all, I have been strugling to deploy my sinatra app onto Heroku. The app works well in local environment but I just unable to

Re: Application Error

2014-02-21 Thread Ed Jones
On 2/21/2014 12:04 PM, Kiy wrote: cannot load such file -- sass Does this or any similar questions give you a clue? http://stackoverflow.com/questions/19643533/rails3-cannot-load-such-file-sass -- -- You received this message because you are subscribed to the Google Groups Heroku group. To

Re: Latest heroku gem

2012-08-24 Thread Ed Jones
Did you just try $ heroku run console That's how it works on Cedar 3.2.x On Friday, August 24, 2012 7:53:00 AM UTC-4, iamtheschmitzer wrote: heroku update caused be netrc issues, so I got the toolbelt last night. A problem: This is installed as a package, so when I cd to my project dir,

Re: Latest heroku gem

2012-08-24 Thread Ed Jones
: command not found On Fri, Aug 24, 2012 at 7:17 AM, Ed Jones ed.j...@gmail.com javascript: wrote: Did you just try $ heroku run console That's how it works on Cedar 3.2.x On Friday, August 24, 2012 7:53:00 AM UTC-4, iamtheschmitzer wrote: heroku update caused be netrc issues, so I got

Re: Custom domain: Heroku | No such app

2012-07-19 Thread Ed Jones
I think I was able to do multiple custom domains with just Cloudfare and taking Zerigo out of the loop. On Thursday, July 19, 2012 7:16:26 AM UTC-4, Łukasz Budnik wrote: Hi Neil, Of course. I already had 1 app with custom domains running on Heroku. Any other ideas? thanks, Łukasz

Re: Custom domain: Heroku | No such app

2012-07-19 Thread Ed Jones
actually did you do? On your Cloudfare account you just manually created CNAME and pointed it out at proxy.heroku.com? thanks, Łukasz On 19 July 2012 13:54, Ed Jones ed.jo...@gmail.com wrote: I think I was able to do multiple custom domains with just Cloudfare and taking Zerigo out

Re: Deploying to Cedar

2012-04-11 Thread Ed Jones
Yes, I just pushed a 3.2.2 app. However, it just said Using rake (0.9.2.2), so if your issue is installing rake, this may not prove anything. On Apr 11, 9:19 am, Keenan Brock kee...@thebrocks.net wrote: Hi all, Is anyone able to deploy to cedar? I'm on a mac Lion, 1.9.2, rails 3.2.3 Last

Re: Deploying to Cedar

2012-04-11 Thread Ed Jones
And no gems in my gem directory On Apr 11, 9:44 am, Ed Jones ed.jo...@gmail.com wrote: Yes, I just pushed a 3.2.2 app. However, it just said Using rake (0.9.2.2), so if your issue is installing rake, this may not prove anything. On Apr 11, 9:19 am, Keenan Brock kee...@thebrocks.net wrote

Re: Deploying to Cedar

2012-04-11 Thread Ed Jones
Sorry: No gems in my vendor directory. On Apr 11, 9:48 am, Ed Jones ed.jo...@gmail.com wrote: And no gems in my gem directory On Apr 11, 9:44 am, Ed Jones ed.jo...@gmail.com wrote: Yes, I just pushed a 3.2.2 app. However, it just said Using rake (0.9.2.2), so if your issue

Re: I need the dumbed down version of how to do this

2012-03-15 Thread Ed Jones
Where is your app now? On your personal computer? If so, which operating system? Windows? And what type of App? Clojure Play! DjangoPython Facebook Ruby or Rails Java or SpringScala Node.js Sounds like Facebook. Not sure how Heroku gets connected to FB graph api, if that is what you

Re: Thoughts about this Forum

2012-03-15 Thread Ed Jones
Not sure I understand all your post here. I use Cedar stack because I have a new-this-year rails app, which means RAILS 3.2, which means you need cedar (asset pipeline and all). Or so the docs led me to believe. I actually had not even noticed the other language posts; but now that I look back

Re: Keeping your Heroku app awake

2012-02-20 Thread Ed Jones
Neil said: I host loads of apps on 1 web dyno and just make sure that the spin up time is short enough that it's not a problem. Neil and others, thanks. I just launched a new (beta) app, and the response time is just horrible. Could you pass a few tips on how to make sure that the spin up

Plugins working?

2010-02-25 Thread Ed Jones
Trying to insall acts_as_list. Following the instructions, I get $ heroku plugins:install git://github.com/rails/acts_as_list.git The system cannot find the path specified. The system cannot find the path specified. Could not install acts_as_list. Please check the URL and try again Going to the

Re: Import (push?) tables to heroku?

2010-01-28 Thread Ed Jones
described in this post:http://derekdevries.com/2009/04/13/rails-seed-data/ It's relatively straightforward, and you can extract your development seed data into a yaml file if necessary in order to do the initial import on heroku. -Doug On Mon, Jan 25, 2010 at 3:31 PM, Ed Jones ed.jo

Import (push?) tables to heroku?

2010-01-22 Thread Ed Jones
How do I move some new tables up to the server? That is, leave the db tables which exist on Heroku as is, but copy my local data for three newly created tables? ( I already did db:migrate). Thanks -- You received this message because you are subscribed to the Google Groups Heroku group. To

Re: Debugging Email

2009-11-17 Thread Ed Jones
Just debugged an email issue this morn. When it is sending email, the log says: Processing InvitesController#create (for 70.104.99.82 at 2009-11-17 11:04:56) OST] Parameters: {commit=Create, invite={to= \...@edwincjones.com}, uthenticity_token=qtUm866Eyim...E=} Sent mail to

SMTPServerBusy

2009-10-14 Thread Ed Jones
Today my app gives this message when an email is generated. Net::SMTPServerBusy (451 http://www.spamhaus.org/SBL/sbl.lasso?query=SBL79954 Its the first time I've tested it in several weeks. Ed --~--~-~--~~~---~--~~ You received this message because you are

Re: Problems with initial push

2009-09-21 Thread Ed Jones
Sid, Oh lucky you, the windows heorku installation! Have you made any progress? All I can find in my notes is that I put in: ssh-keygen -C my_email_address -t rsa I also used info following from this post: http://www.sarahmei.com/blog/2009/05/24/using-heroku-on-windows/ Some more here:

Re: Problems with initial push

2009-09-21 Thread Ed Jones
Second try: Sid, lucky you! Did you resolve it? Here's some of my experience: http://groups.google.com/group/heroku/browse_thread/thread/5af4010b119e8565 ed On Sep 12, 8:01 am, Sid monk...@gmail.com wrote: Hi, I'm having some problems getting started with heroku. After solving the many

Re: Root Domain (mydomain.com not www.mydomain.com)?

2009-07-07 Thread Ed Jones
Adam, thanks for the quick response!! Nope, I get: C:\Users\Ed\webapps\whendidjiheroku domains:add whendidji.com whendidji.com is not a CNAME alias pointing to proxy.heroku.com, cannot use. Please check that you've configured this domain name with your provider. and then:

Re: Root Domain (mydomain.com not www.mydomain.com)?

2009-07-07 Thread Ed Jones
Well,... the name clearly does point to proxy.heroku.com, as you can verify by typing whendidji.com into your web browser. I am using a freeware windows version of HOST. Maybe that's why both addresses return ip addresses? (Note that www.whendidji.com also returns an IP, but it properly works

Root Domain (mydomain.com not www.mydomain.com)?

2009-07-06 Thread Ed Jones
Hi, It was pretty shocking to find that after I went through all the pain of getting herokugem to work with Windows, and all the other setup issues,... I then got a spiffy app which only appears at www.myapp.com!! Who still types www?! OK, yes, I saw the great tutorial by Oren. However, Yahoo

Re: Git/Heroku on Windows

2009-06-02 Thread Ed Jones
to store your ssh key in c:\.ssh   mkdir c:\.ssh   ssh-keygen -t rsa and make sure the public/private keys are copied into the directory.   heroku keys:add Good luck --Keenan On Jun 2, 2009, at 12:58 PM, Ed Jones wrote: Sill hoping to get my app onto Heroku! I'm up to Step 5: Now

Gem On Windows - I messed up my environment?

2009-05-26 Thread Ed Jones
hey, i cannot now install gems. we were trying to run a certain gem, and some help file told us to change the HOME environment var--I think. Anyway, if you use Windows, what are your HOME and HOMEPATH vars set to (to see them, type SET into the command line). Thanks! Ed PS My error on running

Re: Gem On Windows - I messed up my environment?

2009-05-26 Thread Ed Jones
Windows XP box I have HOMEPATH set to \Documents and Settings\Username and I don't have a HOME var. Closest I have is HOMEDRIVE and it is set to C:. Carl On Tue, May 26, 2009 at 3:41 PM, Ed Jones ed.jo...@gmail.com wrote: hey, i cannot now install gems. we were trying to run a certain

Re: Javascript files not loading in IE?!?

2009-03-25 Thread Ed Jones
Paul, stranger still..I reproduced your error in IE. Downloaded it fine in FF. Then, strangely, I could download excanvas.js. Once. But not prototype.js. Good luck! ed Paul Leader wrote: Err, now I'm really confused. The same file, deployed to my test version on herokugarden works fine -

Re: Rails 2.3 support

2009-03-18 Thread Ed Jones
I wish I'd known that!! On Mar 17, 2009, at 7:30 PM, morgoth wrote: Yes, it's absolutely free to switch and just like Heroku Garden,   there's a basic free account level on Heroku.com. You can read more on   how to switch here:http://herokugarden.com/transition/move.

Re: How to install 'acts_as_list' plugin?

2009-02-02 Thread Ed Jones
Dan, maybe you could spell out where it doesn't work. I haven't tried installing anything on hgarden--keep hoping they'll fix things so that the old app works as it did on Heroku. But it seems maybe I saw some hints about pluggins in the last couple weeks posts? Does plugin install give an

Re: Problems with herokugarden

2009-01-20 Thread Ed Jones
Hey, Morten, Nah, I'm not sure less-than-snappy describes what has been going on the past 5 days. 'Downright broke' would be more is keeping with what I saw. My main issue remains 14 14:00 eastern -- acts_as_authenticated worked fine before the swap, and hasn't since. I haven't changed anything

HGarden issues Saturday

2009-01-17 Thread Ed Jones
SInce no one else is raising issues, will just let you know... At 9am Saturday, my app, whendidit, is displaying 502 Bad gateway error to public. Edit gives the We're sorry, something went wrong error. Have fun today! Ed --~--~-~--~~~---~--~~ You received this

Re: Problems with herokugarden

2009-01-16 Thread Ed Jones
Why would my login passwords not now work? I didn't see any instructions for the switch. I'm using acts_as_authenticated. On Jan 16, 7:56 am, justin justin.worr...@gmail.com wrote: Hi, I have an app [myseasonbets.heroku.com] which has been migrated to herokugarden in the last day or so.

Re: Problems with herokugarden

2009-01-16 Thread Ed Jones
:50 AM, Ed Jones wrote: Why would my login passwords not now work? I didn't see any instructions for the switch. I'm using acts_as_authenticated. On Jan 16, 7:56 am, justin justin.worr...@gmail.com wrote: Hi, I have an app [myseasonbets.heroku.com] which has been migrated

Re: 502 Bad Gateway

2008-04-01 Thread Ed Jones
I got it this morn, too. Then it went away. On Mar 26, 8:18 pm, ab5tract [EMAIL PROTECTED] wrote: I'm getting 502 Bad Gateway when trying to edit my app. This may or may not be because of my impatiently clicking the button before 'save' wasn't highlighted anymore.

The Mongrel for [app_name] did not start

2008-03-27 Thread Ed Jones
is the error message of the day. Don't think anything was edited since it worked fine this afternoon. Further error log: ** Starting Mongrel listening at 0.0.0.0:47458 /usr/lib/ruby/gems/1.8/ gems/mongrel-1.1.4/bin/../lib/mongrel/tcphack.rb:12:in `initialize_without_backlog': Address already in