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 connections on port 5432?


There seem to be lots of solutions to this, or at least lots of attempts at 
solutions. 

   - The current 'official' solution here 
   https://devcenter.heroku.com/articles/rails-asset-pipeline#troubleshooting 
   doesn't even execute.
   - The solution that worked in the fall has been deprecated by Heroku: 
   
http://stackoverflow.com/questions/16124490/heroku-rails-4-could-not-connect-to-server-connection-refused
  
   | https://devcenter.heroku.com/articles/labs-user-env-compile
   - This is RAILS 4, so the oft-cited solution to 
sethttp://stackoverflow.com/questions/18503073/cant-deploy-to-heroku-because-the-server-refused-the-connectionconfig
   .assets.initialize_on_precompile = 
falsehttp://stackoverflow.com/questions/18503073/cant-deploy-to-heroku-because-the-server-refused-the-connectionno
 longer applies?

As I said, new app from Rails composer with one table of content. First 
time (for the app, not me) push to Heroku.

Thanks,

Ed

-- 
-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
Heroku Community group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Is the server running on host 127.0.0.1

2014-03-05 Thread Ed Jones

  
  
Neil, thanks for the theory! It's about
  half over my head, but I always like that.
  
  I don't see any refs to buildback, as I said a new, one-table app.
  So I submitted a ticket. Thanks.
  
  ed
  
  
  On 3/5/2014 8:21 AM, Neil Middleton wrote:


  Hey,


This problem is related to the opinion that your code and
  the environment it is running in are two separate things. http://12factor.net/config


The main reasoning behind this thinking is that you are
  then able to use the same compiled codebase in any environment
  that may be thrown at it. Exactly the same code should
  function in dev, staging, production, whatever without
  modification.  Not allowing the environment in the build
  process ensures that you're getting these deterministic
  builds. Without this determinism, features such as pipelines
  or the release API (https://blog.heroku.com/archives/2013/12/20/programmatically_release_code_to_heroku_using_the_platform_api)
  kinda suck hard, as your compiled app needs modification to
  run.


Saying that, we're aware that some frameworks (most notably
  by far, Rails) has issue with this and insists on connecting
  to the database for doing things such as compiling static
  assets (why, I don't know). `user-env-compile` was an attempt
  to fix this, and the replacement `buildpack-env-arg` (for Ruby
  apps) should replace this (https://devcenter.heroku.com/changelog-items/416).
   Assuming you're not using a third party buildpack, deploys
  of Rails apps should just work so you shouldn't see any
  issues.


However, if you are using the Heroku buildpack (i.e not
  setting BUILDPACK_URL in your config), and are seeing issues,
  raise a ticket at help.heroku.com and the
  Ruby team can take a look.


Neil

  
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 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 connections on port 5432?
  
  
  There seem to be lots of solutions to this, or at
  least lots of attempts at solutions. 
  
The current 'official' solution here https://devcenter.heroku.com/articles/rails-asset-pipeline#troubleshooting
  doesn't even execute.
The solution that worked in the fall has been
  deprecated by Heroku: http://stackoverflow.com/questions/16124490/heroku-rails-4-could-not-connect-to-server-connection-refused
  | https://devcenter.heroku.com/articles/labs-user-env-compile
This is RAILS 4, so the oft-cited solution to set config.assets.initialize_on_precompile
  = false
  no longer applies?
  
  As I said, new app from Rails composer with one
table of content. First time (for the app, not me)
push to Heroku.
  Thanks,
  Ed
  

-- 
-- 
You received this message because you are subscribed to
the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to
the Google Groups "Heroku Community" group.
To unsubscribe from this group and stop receiving emails
from it, send an email to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
  


  

  
  -- 
  -- 
  You received this message because you are subscribed to the Goog

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
  release on to Heroku.


I have copied the logs below and woudl apprecite any help
  on this.


Many thanks in advance.




2014-02-21T10:29:27.944182+00:00 app[web.1]:  from
  /app/main.rb:1:in `top (required)'
2014-02-21T10:29:27.944390+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:55:in
  `initialize'
2014-02-21T10:29:27.944182+00:00 app[web.1]:  from
  config.ru:1:in `block in main'
2014-02-21T10:29:27.944182+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.0/lib/sinatra.rb:4:in
  `require'
2014-02-21T10:29:27.944390+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/thin-1.6.1/lib/rack/adapter/loader.rb:33:in
  `eval'
2014-02-21T10:29:27.944182+00:00 app[web.1]:
  /app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.0/lib/sinatra/base.rb:298:in
  `module:Templates': uninitialized constant
  Tilt::CompileSite (NameError)
2014-02-21T10:29:27.944390+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/thin-1.6.1/lib/thin/runner.rb:156:in
  `run!'
2014-02-21T10:29:27.944390+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/thin-1.6.1/lib/thin/controllers/controller.rb:182:in
  `load_rackup_config'
2014-02-21T10:29:27.944390+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/thin-1.6.1/lib/rack/adapter/loader.rb:33:in
  `load'
2014-02-21T10:29:27.944182+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.0/lib/sinatra/base.rb:21:in
  `top (required)'
2014-02-21T10:29:27.944390+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/thin-1.6.1/lib/thin/runner.rb:200:in
  `run_command'
2014-02-21T10:29:27.944182+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:55:in
  `instance_eval'
2014-02-21T10:29:27.944182+00:00 app[web.1]:  from
  /app/main.rb:1:in `require'
2014-02-21T10:29:27.944390+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/thin-1.6.1/bin/thin:6:in
  `top (required)'
2014-02-21T10:29:27.944390+00:00 app[web.1]:  from
  config.ru:1:in `main'
2014-02-21T10:29:27.944390+00:00 app[web.1]:  from
  config.ru:1:in `new'
2014-02-21T10:29:27.944571+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/bin/thin:23:in `load'
2014-02-21T10:29:27.944182+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.0/lib/sinatra.rb:4:in
  `top (required)'
2014-02-21T10:29:27.944182+00:00 app[web.1]:  from
  config.ru:1:in `require'
2014-02-21T10:29:27.944571+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/bin/thin:23:in `main'
2014-02-21T10:29:29.224408+00:00 heroku[web.1]: Process
  exited with status 1
2014-02-21T10:29:29.236284+00:00 heroku[web.1]: State
  changed from starting to crashed
2014-02-21T10:40:30.203984+00:00 heroku[web.1]: State
  changed from crashed to starting
2014-02-21T10:40:32.940688+00:00 heroku[web.1]: Starting
  process with command `bundle exec thin start -R config.ru -e
  production -p 38282`
2014-02-21T10:40:34.564245+00:00 app[web.1]:
  /app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.0/lib/sinatra/base.rb:298:in
  `module:Templates': uninitialized constant
  Tilt::CompileSite (NameError)
2014-02-21T10:40:34.564245+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.0/lib/sinatra/base.rb:297:in
  `module:Sinatra'
2014-02-21T10:40:34.564245+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.0/lib/sinatra.rb:4:in
  `top (required)'
2014-02-21T10:40:34.564245+00:00 app[web.1]:  from
  /app/main.rb:1:in `require'
2014-02-21T10:40:34.564245+00:00 app[web.1]:  from
  /app/main.rb:1:in `top (required)'
2014-02-21T10:40:34.564245+00:00 app[web.1]:  from
  /app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.0/lib/sinatra/base.rb:21:in
  `top (required)'
2014-02-21T10:40:34.564245+00:00 app[web.1]:  from
  config.ru:1:in `require'
2014-02-21T10:40:34.564245+00:00 app[web.1]:  from
  config.ru:1:in `block in main'

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 unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups Heroku Community group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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, rvm is 
 running its own version of heroku gem, which has the issue I started with. 
  So I uninstalled and reinstalled the gem there, which fixed the netrc 
 problem??? 

 I guess heroku update does not fix any new dependencies.

 Now, though, I can't run a console (bamboo/rails 2.3.11) the right way

 $ heroku console --app scholaric

 `heroku console` is now deprecated. Please use `heroku run` to run a 
 console: http://bit.ly/NlhGxl.

 Ruby console for scholaric.heroku.com
 

 So reading the link, I try the right way:

 $ heroku run script/console --app scholaric
 Running `script/console` attached to terminal... up, run.1
 internal:lib/rubygems/custom_require:29:in `require': no such file to 
 load -- script/../config/boot (LoadError)
 from internal:lib/rubygems/custom_require:29:in `require'
  from script/console:2:in `main'

 where is script/console running in the above command?

 IRB works:

 $ heroku run irb --app scholaric
 Running `irb` attached to terminal... up, run.1
 irb(main):001:0 exit


 Any ideas?

  

-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en


Re: Latest heroku gem

2012-08-24 Thread Ed Jones
Well, then I guess I'm glad I didn't upgrade my toolbelt yesterday when my 
app crashed!

(Of course I'm on cedar)





On Friday, August 24, 2012 8:24:45 AM UTC-4, iamtheschmitzer wrote:

 $ heroku run console --app scholaric
 Running `console` attached to terminal... up, run.1
 bash: console: 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 the toolbelt last night.

 A problem:

 This is installed as a package, so when I cd to my project dir, rvm is 
 running its own version of heroku gem, which has the issue I started with. 
  So I uninstalled and reinstalled the gem there, which fixed the netrc 
 problem??? 

 I guess heroku update does not fix any new dependencies.

 Now, though, I can't run a console (bamboo/rails 2.3.11) the right way

 $ heroku console --app scholaric

 `heroku console` is now deprecated. Please use `heroku run` to run a 
 console: http://bit.ly/NlhGxl.

 Ruby console for scholaric.heroku.com
 

 So reading the link, I try the right way:

 $ heroku run script/console --app scholaric
 Running `script/console` attached to terminal... up, run.1
 internal:lib/rubygems/custom_**require:29:in `require': no such file 
 to load -- script/../config/boot (LoadError)
 from internal:lib/rubygems/custom_**require:29:in `require'
  from script/console:2:in `main'

 where is script/console running in the above command?

 IRB works:

 $ heroku run irb --app scholaric
 Running `irb` attached to terminal... up, run.1
 irb(main):001:0 exit


 Any ideas?

   -- 
 You received this message because you are subscribed to the Google
 Groups Heroku group.
  
 To unsubscribe from this group, send email to
 heroku+un...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en_US?hl=en




-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en


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 

 On 19 July 2012 12:31, Neil Middletonwrote: 
  Have you added all the domains to the app itself? 
  
  $  heroku domains 
  
  N 
  
  On Thursday, 19 July 2012 at 11:25, Łukasz Budnik wrote: 
  
  Hi guys, 
  
  I have already used 1 custom domain in Heroku using Zerigo DNS and had 
 no 
  problems at all. But now for last 2 days when I type in my domain  in 
  browser I see Heroku | No such app. I have created a ticket in heroku 
  support system, but I was wondering if there is something else I can do? 
  
  I found a StackOverflow post about similar problem in April: 
  http://stackoverflow.com/questions/10298225/heroku-no-such-app. But in 
 April 
  they officially mentioned it on status.heroku.com, now I don't see 
 anything 
  on status.heroku.com and I'm wondering is it only me facing this 
 problem? 
  
  Any thoughts? 
  Łukasz 
  
  
  -- 
  You received this message because you are subscribed to the Google 
  Groups Heroku group. 
  
  To unsubscribe from this group, send email to 
  heroku+unsubscr...@googlegroups.com 
  For more options, visit this group at 
  http://groups.google.com/group/heroku?hl=en_US?hl=en 
  
  
  -- 
  You received this message because you are subscribed to the Google 
  Groups Heroku group. 
  
  To unsubscribe from this group, send email to 
  heroku+unsubscr...@googlegroups.com 
  For more options, visit this group at 
  http://groups.google.com/group/heroku?hl=en_US?hl=en 


-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en


Re: Custom domain: Heroku | No such app

2012-07-19 Thread Ed Jones
Łukasz, I'm not sure! Alas, my notes are skimpy, and it was back in 
February.

Cloudfare scans for DNS when you first set it up. Łukasz I know the direct 
record and the first A record point to 174.129.212.2 



On Thursday, July 19, 2012 8:02:47 AM UTC-4, Łukasz Budnik wrote:

 Hi Ed, 

 What 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 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 
  
  On 19 July 2012 12:31, Neil Middletonwrote: 
   Have you added all the domains to the app itself? 
   
   $  heroku domains 
   
   N 
   
   On Thursday, 19 July 2012 at 11:25, Łukasz Budnik wrote: 
   
   Hi guys, 
   
   I have already used 1 custom domain in Heroku using Zerigo DNS and 
 had 
   no 
   problems at all. But now for last 2 days when I type in my domain  in 
   browser I see Heroku | No such app. I have created a ticket in heroku 
   support system, but I was wondering if there is something else I can 
 do? 
   
   I found a StackOverflow post about similar problem in April: 
   http://stackoverflow.com/questions/10298225/heroku-no-such-app. But 
 in 
   April 
   they officially mentioned it on status.heroku.com, now I don't see 
   anything 
   on status.heroku.com and I'm wondering is it only me facing this 
   problem? 
   
   Any thoughts? 
   Łukasz 
   
   
   -- 
   You received this message because you are subscribed to the Google 
   Groups Heroku group. 
   
   To unsubscribe from this group, send email to 
   heroku+unsubscr...@googlegroups.com 
   For more options, visit this group at 
   http://groups.google.com/group/heroku?hl=en_US?hl=en 
   
   
   -- 
   You received this message because you are subscribed to the Google 
   Groups Heroku group. 
   
   To unsubscribe from this group, send email to 
   heroku+unsubscr...@googlegroups.com 
   For more options, visit this group at 
   http://groups.google.com/group/heroku?hl=en_US?hl=en 
  
  -- 
  You received this message because you are subscribed to the Google 
  Groups Heroku group. 
  
  To unsubscribe from this group, send email to 
  heroku+unsubscr...@googlegroups.com 
  For more options, visit this group at 
  http://groups.google.com/group/heroku?hl=en_US?hl=en 


-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en


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 night it was giving me grief on my Gemfile being modified and that I 
 needed to bundle install to update Gemfile.lock.

 Today, it is saying it can not find the rake gem.

 I even dropped my app and recreated it. Of course since I can't deploy, it 
 isn't yet created yet.

 $ git push heroku master
 Counting objects: 540, done.
 Delta compression using up to 4 threads.
 Compressing objects: 100% (248/248), done.
 Writing objects: 100% (540/540), 90.72 KiB, done.
 Total 540 (delta 294), reused 477 (delta 255)

 - Heroku receiving push
 - Ruby/Rails app detected
 - Installing dependencies using Bundler version 1.1.2
        Running: bundle install --without development:test --path 
 vendor/bundle --binstubs bin/ --deployment
        Some gems seem to be missing from your vendor/cache directory.
        Could not find rake-0.9.2.2 in any of the sources
  !
  !     Failed to install gems via Bundler.
  !
  !     Heroku push rejected, failed to compile Ruby/rails app

 To g...@heroku.com:farm.git
  ! [remote rejected] master - master (pre-receive hook declined)
 error: failed to push some refs to '...@heroku.com:farm.git'

 $ git ls-files vendor/cache/rake-0.9.2.2.gem
 vendor/cache/rake-0.9.2.2.gem

 A simple, works for me would be great.

 Thanks,
 Keenan

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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:







  Hi all,

  Is anyone able to deploy to cedar?

  I'm on a mac Lion, 1.9.2, rails 3.2.3

  Last night it was giving me grief on my Gemfile being modified and that I 
  needed to bundle install to update Gemfile.lock.

  Today, it is saying it can not find the rake gem.

  I even dropped my app and recreated it. Of course since I can't deploy, it 
  isn't yet created yet.

  $ git push heroku master
  Counting objects: 540, done.
  Delta compression using up to 4 threads.
  Compressing objects: 100% (248/248), done.
  Writing objects: 100% (540/540), 90.72 KiB, done.
  Total 540 (delta 294), reused 477 (delta 255)

  - Heroku receiving push
  - Ruby/Rails app detected
  - Installing dependencies using Bundler version 1.1.2
         Running: bundle install --without development:test --path 
  vendor/bundle --binstubs bin/ --deployment
         Some gems seem to be missing from your vendor/cache directory.
         Could not find rake-0.9.2.2 in any of the sources
   !
   !     Failed to install gems via Bundler.
   !
   !     Heroku push rejected, failed to compile Ruby/rails app

  To g...@heroku.com:farm.git
   ! [remote rejected] master - master (pre-receive hook declined)
  error: failed to push some refs to '...@heroku.com:farm.git'

  $ git ls-files vendor/cache/rake-0.9.2.2.gem
  vendor/cache/rake-0.9.2.2.gem

  A simple, works for me would be great.

  Thanks,
  Keenan

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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 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 night it was giving me grief on my Gemfile being modified and that I 
   needed to bundle install to update Gemfile.lock.

   Today, it is saying it can not find the rake gem.

   I even dropped my app and recreated it. Of course since I can't deploy, 
   it isn't yet created yet.

   $ git push heroku master
   Counting objects: 540, done.
   Delta compression using up to 4 threads.
   Compressing objects: 100% (248/248), done.
   Writing objects: 100% (540/540), 90.72 KiB, done.
   Total 540 (delta 294), reused 477 (delta 255)

   - Heroku receiving push
   - Ruby/Rails app detected
   - Installing dependencies using Bundler version 1.1.2
          Running: bundle install --without development:test --path 
   vendor/bundle --binstubs bin/ --deployment
          Some gems seem to be missing from your vendor/cache directory.
          Could not find rake-0.9.2.2 in any of the sources
    !
    !     Failed to install gems via Bundler.
    !
    !     Heroku push rejected, failed to compile Ruby/rails app

   To g...@heroku.com:farm.git
    ! [remote rejected] master - master (pre-receive hook declined)
   error: failed to push some refs to '...@heroku.com:farm.git'

   $ git ls-files vendor/cache/rake-0.9.2.2.gem
   vendor/cache/rake-0.9.2.2.gem

   A simple, works for me would be great.

   Thanks,
   Keenan

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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 are doing.



On Mar 12, 1:02 pm, Jodi Cocagne jodigle...@gmail.com wrote:
 Hello,

 I have created an APP and have made it to the Getting started with my
 APP section.

 I can not figure out this
 1) Fetch Your App’s Sourcecode

 We’ll start by grabbing a copy of your app’s sourcecode using Git.
 You’ll need to know the name of your app for this: Heroku gave it a
 randomly-generated haiku name to start with, so look in the URL to
 find your app name. For example, if your URL 
 ishttps://furious-robot-218.herokuapp.com,
 then your app name is furious-robot-218. Paste this into a git clone
 command.

 How do I FETCH my App's source code? I just want to figure out how to
 use this whole graph api thing. There is not anything on this yet for
 dummies. I am not a web developer. Any type of information that anyone
 can put into layman's terms regarding this application and a simple
 how to would be awesome. To bad it was so easy to do up until it came
 to editing this.

 Thanks for any help

 Jodi

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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 they are starting to build up. (In fact I didn't know
Heroku had extended!)

Maybe there needs to be a custom where you prepend the subject with
[SCALA] or [FACEBOOK]?


e

On Mar 15, 10:42 am, Jeff Schmitz jeffrey.j.schm...@gmail.com wrote:
 I'm NOT complaining.

 I've just been thinking this, and wonder if I am alone, or are there others
 who think/feel the same way or have solutions/suggestions

 I'm happy for Heroku to get an influx of new users on the Cedar stack.
  Really, I am.  It is well-deserved, and even an exciting step to become a
 polyglot platform.  Developers using other languages deserve a platform
 like Heroku - probably need it even more than Ruby developers.

 However, I am a traditional Heroku user - Rails on Bamboo.  This forum has
 taught me a lot, about Heroku and Rails, and some Ruby.  I've tried to
 answer questions here and there, and help build this community.  I used to
 read every single post.

 This forum has changed now.  Messages about Rake files, or missing Gems, or
 a other issues I can learn from or care about appear less and less, and the
 discussion seems more about language-specific issues.  I could be wrong -
 haven't checked the stats or anything, but I do know this -

 I delete most messages from this forum in my inbox now.  They are about
 topics that don't impact me, and I cannot contribute to.  Please, new
 users, don't be offended, your posts help the Heroku community, we all
 understand that, and this is, indeed the place to ask them.  Post away.

 But asre bamboo users posting elsewhere, like Stack Overflow?

 Or is it just that Cedar is new, and its users are new, and therefore they
 have more questions?

 Am I being too picky?  Please respond and tell me so!

 Or prehaps have I become a LANGUAGE SNOB - Ruby or Death!

 Maybe I should just unsubscribe?

 Does anybody else share these feelings?  If so, any suggestions for the
 group?

 Does the google group need to be segmented by platform?  By language? How
 would this impact Heroku, who spends time patrolling this forum and answers
 questions (Thanks a bunch for that)?

 Please tell me what you think - even if it's a cheerful Shut up and
 delete.

 jeff

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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 time
is short enough?
Thanks!!!

ed


On Feb 17, 7:48 am, Neil Middleton neil.middle...@gmail.com wrote:
 I'm confused here.

 The 'starter' package is only ~$35/mo which isn't exactly monumentally 
 expensive.  Are you suggesting something between that and free?
 What you're suggesting sounds like your charged by the CPU cycle rather than 
 the hours?

 To be brutally honest, 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.  If I ever 
 need to run more than 1 web dyno it's generally because the traffic levels 
 require it, in which case $35 becomes less of a problem.

 Personally, I think that having a single dyno, which can still serve hundreds 
 of thousands of requests a day /for free/ is a pretty good deal.  I'm happy 
 to pay $35 to double it.

 Neil







 On Friday, 17 February 2012 at 12:44, Nick wrote:
  Peter,

  I take your points well. I don't mean to try and 'do one over' on
  Heroku. I appreciate the service you offer very much. My thinking
  behind it was that you would never exceed the 450 hours of dyno time
  allocated to each app so there wouldn't be a problem and if you did
  you would be charged anyway.

  Is there a paid for solution from Heroku to achieve the same result?
  The cost jump between 1 free dyno and paying for a dyno is quite large
  for small applications. So perhaps you could offer a $10 package which
  essentialy works the same way? If i'm honest I don't feel I pay Heroku
  enough but I have too many small apps (10 or so) to pay for each one
  to have a dedicated dyno.

  ?
  On Feb 16, 8:39 pm, Peter van Hardenberg p...@heroku.com 
  (http://heroku.com) wrote:
   As a database guy at Heroku, I'm not one to speak authoritatively on
   this, so please take this as the personal thoughts of someone and not
   an official statement.

   We idle apps in order to avoid having to charge for them. The more
   people who prevent this behaviour, the more expensive our free apps
   become to run, and the more likely we are to have to change our
   policies about what we can offer in a free app.

   While I admire the ingenuity in this post, I would suggest that you
   reduce the amount of time your application takes to boot, or simply
   accept that a few seconds of lag on the first request after a period
   of idleness is a reasonable trade-off for free web hosting.

   Peter

  --
  You received this message because you are subscribed to the Google Groups 
  Heroku group.
  To post to this group, send email to heroku@googlegroups.com 
  (mailto:heroku@googlegroups.com).
  To unsubscribe from this group, send email to 
  heroku+unsubscr...@googlegroups.com 
  (mailto:heroku+unsubscr...@googlegroups.com).
  For more options, visit this group 
  athttp://groups.google.com/group/heroku?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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 recommended herocutter site and following those
instructions, I get:

$ heroku plugins:install git://github.com/hone/heroku_herocutter.git
The system cannot find the path specified.
The system cannot find the path specified.
Could not install heroku_herocutter. Please check the URL and try
again

ed

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: Import (push?) tables to heroku?

2010-01-28 Thread Ed Jones
Thanks, Doug.

It's that extract your development seed data into a yaml file if
necessary in order to do the initial import on
heroku that I've lost track of how to do. Used to be easy and well
documented. I've searched for three days now.

I just want to upload one table!! :-)

e

On Jan 25, 3:40 pm, Doug Petkanics petkan...@gmail.com wrote:
 Ed,

 Someone else can chime in if there is actually a way to do a heroku db:push
 for a restricted set of tables (I don't think there is). You may want to
 look into creating the new tables using a migration and seeding them using
 the technique 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...@gmail.com wrote:
  Thanks matt.

  How do you just load say 3 of 8 tables. The three are new, with some
  startup data. The other 5 we want to leave as is on the server.

  Ed

  On Jan 25, 3:14 pm, Matt Buck mattb...@capitalthought.com wrote:
   heroku db:push [database_url]

   So, if you're using a local mysql database that you want to replicate up
  to
   your server, it would look (something) like this:

   mysql://user:passw...@localhost/development?encoding=utf8

   HTH,
   Matt Buck

   On Fri, Jan 22, 2010 at 9:40 AM, Ed Jones ed.jo...@gmail.com wrote:
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 post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.comheroku%2bunsubscr...@googlegroups.com
  heroku%2bunsubscr...@googlegroups.comheroku%252bunsubscr...@googlegroups.com

.
For more options, visit this group at
   http://groups.google.com/group/heroku?hl=en.

  --
  You received this message because you are subscribed to the Google Groups
  Heroku group.
  To post to this group, send email to her...@googlegroups.com.
  To unsubscribe from this group, send email to
  heroku+unsubscr...@googlegroups.comheroku%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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 post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



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 edjo...@openhistoryproject.org
Sent mail toe...@edwincjones.com
Redirected to http://www.whendidji.com/myaccount
Completed in 19958ms (DB: 17) | 302 Found [http://www.whendidji.com/
invites]

When its not working, no such message appears.



On Nov 16, 10:47 am, Neil Middleton neil.middle...@gmail.com wrote:
 Thinking about this I guess what would be really handy is some sort of
 easily accessible log of sent email or something.

 I'll keep head scratching.

 /Neil

 On Mon, Nov 16, 2009 at 3:37 PM, Carl Fyffe carl.fy...@gmail.com wrote:
  It isn't a great way to debug, but you should probably test it on a
  staging branch on heroku. There's a great write up here:

 http://stackoverflow.com/questions/1279787/staging-instance-on-heroku

  On Mon, Nov 16, 2009 at 10:05 AM, Neil neil.middle...@gmail.com wrote:
   We have an app that's sending out emails on certain events.  In
   development this works fine, but in production (on Heroku) we're not
   getting any email coming out of the app.

   I can't see anything in the logs that looks useful, and am struggling
   to think how to debug this.  Do you guys have any tips?  I am using
   the Sendgrid add-on.

   --

   You received this message because you are subscribed to the Google Groups
  Heroku group.
   To post to this group, send email to her...@googlegroups.com.
   For more options, visit this group at
 http://groups.google.com/group/heroku?hl=.

  --

  You received this message because you are subscribed to the Google Groups
  Heroku group.
  To post to this group, send email to her...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/heroku?hl=.

--

You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/heroku?hl=.




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 subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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:
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 issues with getting the SSH key working I've got this now:

 D:\Projects\APgit push heroku master
 The server's host key is not cached in the registry. You
 have no guarantee that the server is the computer you
 think it is.
 The server's rsa2 key fingerprint is:
 ssh-rsa 2048 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad
 Connection abandoned.
 fatal: The remote end hung up unexpectedly

 Using Windows Vista

 Sid
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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 issues with getting the SSH key working I've got this now:

 D:\Projects\APgit push heroku master
 The server's host key is not cached in the registry. You
 have no guarantee that the server is the computer you
 think it is.
 The server's rsa2 key fingerprint is:
 ssh-rsa 2048 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad
 Connection abandoned.
 fatal: The remote end hung up unexpectedly

 Using Windows Vista

 Sid
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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:
C:\Users\Ed\webappshost www.whendidji.com
www.whendidji.com has address 75.101.163.44
www.whendidji.com has address 75.101.145.87
www.whendidji.com mail is handled (pri=1280) by $

C:\Users\Ed\webappshost whendidji.com
whendidji.com has address 216.39.57.104
whendidji.com mail is handled (pri=1360) by +

As I said, whendidji.com resolves to the Heroku no such apps page.

Thanks,
Ed
On Jul 6, 3:08 pm, Adam Wiggins a...@heroku.com wrote:
 On Mon, Jul 6, 2009 at 7:08 AM, Ed Jonesed.jo...@gmail.com wrote:
  Alas, for myapp.com, heroku just gives Heroku | No such app. There is
  no app configured at that hostname.

 Try:

 heroku domains:add myapp.com

 Adam
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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 with Heroku).

Anyway, as I said, yahoo is clearly forwarding the address OK. How do
I get Heroku to point it to my app?

Thanks!!!

Ed

On Jul 7, 6:05 pm, Adam Wiggins a...@heroku.com wrote:
 On Tue, Jul 7, 2009 at 7:25 AM, Ed Jonesed.jo...@gmail.com wrote:
  C:\Users\Ed\webappshost whendidji.com
  whendidji.com has address 216.39.57.104

 This is your problem.  It should read something like this:

 C:\ host whendidji.com
 whendidji.com is an alias pointing to proxy.heroku.com

 Adam
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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 doesn't
allow for typing in that period.

So, Yahoo! forwards both www.myapp.com AND myapp.com to
proxy.heroku.com. The former works great.

Alas, for myapp.com, heroku just gives Heroku | No such app. There is
no app configured at that hostname.

Thx,

Ed


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Git/Heroku on Windows

2009-06-02 Thread Ed Jones

Thanks Ken. I get:

C:\sshssh-keygen -t rsa
'ssh-keygen' is not recognized as an internal or external command,
operable program or batch file.

C:\ssh

Ed



On Jun 2, 1:26 pm, Keenan Brock kee...@thebrocks.net wrote:
 Hi Ed,

 it looks like you don't have a HOME variable set

 so it is trying 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 the big moment: deploy!

  $ git push heroku master

  I get:

  C:\Users\Ed\webapps\whendidjigit push heroku master
  Could not create directory 'C/.ssh'.
  The authenticity of host 'heroku.com (75.101.145.87)' can't be
  established.
  RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:
  1f:c8:60:ad.
  Are you sure you want to continue connecting (yes/no)? yes
  Failed to add the host to the list of known hosts (C/.ssh/
  known_hosts).
  Permission denied (publickey).
  fatal: The remote end hung up unexpectedly

  C:\Users\Ed\webapps\whendidji

  Various searches hint at things, but nothing really current or
  definitive.

  Thanks!!

  Ed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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 gem install anything is:

C:\Users\Edgem install heroku
ERROR:  While executing gem ... (Errno::ENOENT)
No such file or directory - C:\Users\Ed\


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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

2009-05-26 Thread Ed Jones

Thanks, Carl, that was it!

I have Vista, but your little hint told me it was HOME=C: that was
wanted.

Heroku and Herokugarden gems now installed and hopefully all will be
happy.

Thanks!

On May 26, 6:48 pm, Carl Anderson nexus...@gmail.com wrote:
 What version of windows are you running? on my 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 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 gem install anything is:

  C:\Users\Edgem install heroku
  ERROR:  While executing gem ... (Errno::ENOENT)
     No such file or directory - C:\Users\Ed\
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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
 - http://graphomatic.herokugarden.com/javascripts/excanvas.js

 This is just weird.

 Just to clarify, the file is in the right place on
 graphomatic.heroku.com, I can get it using any browser other than IE.

 Heroku people: I can't really debug this from my end, as all I know is
 that the server appears to be hanging up on IE, but not other
 browsers.  Could you investigate?  Is there something odd about those
 javascript files?  application.js is fine, but prototype.js,
 excanvas.js and the rest don't load.

 Very peculiar.

 Paul

 On Mar 25, 2:44 pm, Paul Leader paul.lea...@gmail.com wrote:
  Something weird is going on with my application (www.graphomatic.net
  or graphomatic.heroku.com).
 
  If I visithttp://graphomatic.heroku.com/javascripts/application.jsIE
  will download the file just fine.
 
  If I try and loadhttp://graphomatic.heroku.com/javascripts/excanvas.js
  - IE tells me that The requested site is either unavailble or cannot
  be found.
 
  Using Wireshark to watch the network traffic, it appears that the
  connection gets dropped from the remote end.
 
  This is only happening in IE (surprise).
 
  Any idea what could be causing this problem?  I'm pulling my hair out
  trying to work out what's going on. The site works great in Firefox
  and Safari, but is just plain busted in IE because of this problem.
 
  Paul
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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 error?
e


On Feb 1, 4:19 am, Dan Moore danielcmo...@gmail.com wrote:
 Greetings,

 I've tried everything I can think of to install the 'acts_as_list'
 plugin in Herokugarden, but nothing seems to work.  Does anyone have
 instructions for doing this that work?

 Thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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 in
the code.

However, I have been checking regularly, and 500 errors on the edit
pages and 502 errors on the app pages were showing up pretty regularly
all weekend.

Not complaining--just wanted you to know the horse isn't ready for the
race quite yet.

Thanks for all you guys do!

ed



On Jan 20, 1:57 pm, Morten Bagai mor...@heroku.com wrote:
 Hi,

 I do apologize for any problems you've experienced. To my knowledge  
 herokugarden.com has been continuously available, and we do not  
 operate an IP black list. We have been experiencing some issues with  
 system load and runaway processes on Heroku Garden in the last few  
 days, and that may contributed to less-than-snappy performance. I  
 believe those issues are resolved now.

 Best,

 Morten

 On Jan 20, 2009, at 10:29 AM, Alfonso wrote:



  As I was posting this I tried accessing from my remote computer and I
  can get in with no problems there and the app works fine.

  Is there any chance my IP address landed in a black list for any
  reason?

  On Jan 20, 10:26 am, Alfonso aadrias...@gmail.com wrote:
  I can't even get a response fromhttp://herokugarden.com

  On Jan 20, 9:47 am, muthu muth...@gmail.com wrote:

  Hi Ivan,

  We are having the same issues with amigle.herokugarden.com. We get
  App not found and no Edit feature.

  Thanks in advance

  Muthu
  Amigle Inc

  On Jan 16, 9:42 am, Ivan i...@heroku.com wrote:

  Justin,

  The updates we started last night took a little longer than  
  planned.
  Everything should be working correctly now.

  Let me know if you are still having issues.

  - Ivan

  On Jan 16, 7:56 am, justin justin.worr...@gmail.com wrote:

  Hi,

  I have anapp[myseasonbets.heroku.com] which has been migrated to
  herokugarden in the last day or so. I've downloaded the new
  herokugarden gem, have pulled myapponto my local machine and am  
  now
  testing whether I can deploy changes. Two problems:

  - when I 'git push' myapp, it seems to push okay but I get an 'App
  notfound' message in the trace
  - when I login to herokugarden.com to see if my changes have been
  made, the editing  browser window doesn't load properly

  Thanks,

  Justin
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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 message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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. I've downloaded the new
 herokugarden gem, have pulled my app onto my local machine and am now
 testing whether I can deploy changes. Two problems:

 - when I 'git push' my app, it seems to push okay but I get an 'App
 not found' message in the trace
 - when I login to herokugarden.com to see if my changes have been
 made, the editing  browser window doesn't load properly

 Thanks,

 Justin
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Problems with herokugarden

2009-01-16 Thread Ed Jones

Morten, I can log in OK to Herokugarden myapps page. Its logging in to
my own app via acts_as_authenticated where it just ignores me.
Heres part of the error:
Redirected to http://whendidit.herokugarden.com/account/login
Filter chain halted as
[#ActionController::Filters::ClassMethods::SymbolFilter:0xb6f0f7d8
@filter=:login_required] rendered_or_redirected.


Also, when I try to view the logs, etc., I'm still getting somethings
went wrong and bad gateway erros sometimes.
-
Keenan, what is a keeys add command?

Thanks,
Ed


On Jan 16, 11:39 am, Morten Bagai mor...@heroku.com wrote:
 Hi Ed,

 We've had a few users who have been experiencing auth issues. Are you  
 having trouble logging in via the web ui at herokugarden.com/login, or  
 are you having trouble authenticating via the gem?

 Sorry about the trouble. We'll work as fast as we can to fix it.

 /Morten

 On Jan 16, 2009, at 7: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 to
  herokugarden in the last day or so. I've downloaded the new
  herokugarden gem, have pulled my app onto my local machine and am now
  testing whether I can deploy changes. Two problems:

  - when I 'git push' my app, it seems to push okay but I get an 'App
  not found' message in the trace
  - when I login to herokugarden.com to see if my changes have been
  made, the editing  browser window doesn't load properly

  Thanks,

  Justin
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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 use - bind(2)
(Errno::EADDRINUSE) from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/
bin/../lib/mongrel/tcphack.rb:12:in `initialize' from /usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:93:in `new' from /
usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:93:in
`initialize' from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/
mongrel/configurator.rb:139:in `new' from /usr/lib/ruby/gems/1.8/gems/
mongrel-1.1.4/bin/../lib/mongrel/configurator.rb:139:in `listener'
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:99:in
`cloaker_' from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/
mongrel/configurator.rb:50:in `call' from /usr/lib/ruby/gems/1.8/gems/
mongrel-1.1.4/bin/../lib/mongrel/configurator.rb:50:in `initialize'
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:84:in
`new' from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:
84:in `run' from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/
mongrel/command.rb:212:in `run' from /usr/lib/ruby/gems/1.8/gems/
mongrel-1.1.4/bin/mongrel_rails:281 from /usr/bin/mongrel_rails:19:in
`load' from /usr/bin/mongrel_rails:19
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---