Re: Delayed Job not loading gem

2010-08-19 Thread Abel Tamayo
The environment should be the same. Have you tried to require Hpricot
manually from the job that uses it?

On Thu, Aug 19, 2010 at 2:29 AM, daniel hoey danielho...@gmail.com wrote:

 Hi,

 We use the Hpricot gem on our Heroku app. It is specified in the .gems
 file and config.gem :hpricot is in the config/environment.rb file.
 Sometimes our delayed jobs throw a NoMethodError when attempting to
 use the 'Hpricot()' method. The exact same code with the same data
 works in the Heroku console. Basically it looks like the delayed jobs
 do not have the same environment as the console. Does anyone have any
 suggestions about how to fix this problem?

 Dan

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



Re: EU bucket cost implications

2010-08-19 Thread Alex
I don't actually know which of the locations Heroku runs from, perhaps
someone from heroku can help us out.

-- 
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: EU bucket cost implications

2010-08-19 Thread Mark
Thanks Alex, I'm going to ask on Stack Overflow and will post back
here.

On Aug 19, 11:50 am, Alex a...@heaton.me wrote:
 I don't actually know which of the locations Heroku runs from, perhaps
 someone from heroku can help us out.

-- 
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: EU bucket cost implications

2010-08-19 Thread Steve Smith
I'm pretty sure that I've heard previous discussions stating that
Heroku runs on the standard US region. This
http://groups.google.com/group/heroku/browse_thread/thread/d0bb482f957be125/fd013885f7f4398f?lnk=gstq=region#fd013885f7f4398f
would suggest thats correct too.

Steve

--
http://cloudmailin.com
@cloudmailin
Incoming email for your web app

On Aug 19, 1:03 pm, Mark mrk.d...@gmail.com wrote:
 Thanks Alex, I'm going to ask on Stack Overflow and will post back
 here.

 On Aug 19, 11:50 am, Alex a...@heaton.me wrote:



  I don't actually know which of the locations Heroku runs from, perhaps
  someone from heroku can help us out.

-- 
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: EU bucket cost implications

2010-08-19 Thread Mark
Thanks Steve.

On Aug 19, 2:04 pm, Steve Smith st...@scsworld.co.uk wrote:
 I'm pretty sure that I've heard previous discussions stating that
 Heroku runs on the standard US region. 
 Thishttp://groups.google.com/group/heroku/browse_thread/thread/d0bb482f95...
 would suggest thats correct too.

 Steve

 --http://cloudmailin.com
 @cloudmailin
 Incoming email for your web app

 On Aug 19, 1:03 pm, Mark mrk.d...@gmail.com wrote:



  Thanks Alex, I'm going to ask on Stack Overflow and will post back
  here.

  On Aug 19, 11:50 am, Alex a...@heaton.me wrote:

   I don't actually know which of the locations Heroku runs from, perhaps
   someone from heroku can help us out.

-- 
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: Hosted Rails CI?

2010-08-19 Thread Matthew A. Brown
Huh, OK -- not as much worried about the installation (I'd probably go
with Hudson) as the cost of maintaining an S3 instance or whatever
just for CI...

2010/8/19 Nicolás Sanguinetti h...@nicolassanguinetti.info:
 On Thu, Aug 19, 2010 at 11:47 AM, Matthew A. Brown
 mat.a.br...@gmail.com wrote:
 Hi all,

 One missing element from what is otherwise cloud nirvana is a hosted
 continuous integration solution, at least ever since runcoderun closed
 up shop. Anyone know of a good one, ideally with a free or very cheap
 intro level?

 Nope, but installing cijoe or integrity takes a couple minutes and not
 that much hardware, so we use those.


 Mat

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



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



-- 
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: Hosted Rails CI?

2010-08-19 Thread Shane Witbeck
Since you may self host, have you looked at TeamCity?
http://www.jetbrains.com/teamcity


On Thu, Aug 19, 2010 at 11:09 AM, Matthew A. Brown mat.a.br...@gmail.comwrote:

 Huh, OK -- not as much worried about the installation (I'd probably go
 with Hudson) as the cost of maintaining an S3 instance or whatever
 just for CI...

 2010/8/19 Nicolás Sanguinetti h...@nicolassanguinetti.info:
  On Thu, Aug 19, 2010 at 11:47 AM, Matthew A. Brown
  mat.a.br...@gmail.com wrote:
  Hi all,
 
  One missing element from what is otherwise cloud nirvana is a hosted
  continuous integration solution, at least ever since runcoderun closed
  up shop. Anyone know of a good one, ideally with a free or very cheap
  intro level?
 
  Nope, but installing cijoe or integrity takes a couple minutes and not
  that much hardware, so we use those.
 
 
  Mat
 
  --
  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.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.comheroku%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.




-- 
-Shane

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



Ruby 1.9.2

2010-08-19 Thread morgoth
So the 1.9.2 is released.
When we can expect it on heroku?

-- 
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: EU bucket cost implications

2010-08-19 Thread Oren Teich
We are in US-EAST.

On Thu, Aug 19, 2010 at 3:50 AM, Alex a...@heaton.me wrote:

 I don't actually know which of the locations Heroku runs from, perhaps
 someone from heroku can help us out.

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



Prevent Static Asset Inclusion In Slug

2010-08-19 Thread Matt Hodan
Can one exclude certain files (e.g. static assets) from being complied
into a slug without excluding them from the git repository?  I'd like
to maintain version control on these files as part of my rails
project, but host them separately on S3.

My initial thinking was to use a git post-receive hook to copy all of
my static asset files to S3 and then delete the files from Heroku.
Presumably this would occur on Heroku's server before they compile a
slug.  Not sure if this would work given the read-only file system (Is
it read only before a slug is compiled?), but it's the first solution
that came to mind.

Has anyone else done anything like this?  Suggestions/best practices?
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.



Subdomain set up?

2010-08-19 Thread tricil
Ok, so I have a site that's my main website: http://tricil.net this
has to stay the same.

my heroku app is currently http://cold-sunset-12.heroku.com and i want
the URL for it to be http://remix.tricil.net

I looked into wildcard domains, and pointed remix.tricil.net to
heroku.com, filled in the command line and it just loads heroku.com.
the homepage not my app.

should i just try and use DNS with zerigo? it wants to change the
nameservers, and that can't change for it would mess up my main site.

so confused.

-- 
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: Delayed::Job not working?

2010-08-19 Thread John Norman
My delayed jobs (bamboo-ree-1.8.7) are working, too.

On Wed, Aug 18, 2010 at 7:06 PM, chris mcclellan...@gmail.com wrote:

 Jobs on our apps all seem to be executed properly by a worker. Try
 running heroku rake jobs:work and see if it blows up w/ a backtrace or
 not.

 I was running into a pretty serious issue not being able to run any
 rake commands (like heroku rake routes, for instance) -- ended up
 having to downgrade to ruby 1.8.7 from 1.9.1.

 On Aug 18, 5:09 pm, jmay jason@gmail.com wrote:
  Since at least yesterday, Heroku workers are no longer picking up and
  executing queued jobs.  Is anyone else experiencing this?
 
  -Jason

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



Re: Subdomain set up?

2010-08-19 Thread David Balatero
You need to have the custom domain add-on with your desired domain.

remix.tricil.net needs to be a CNAME pointing to proxy.heroku.com

That's it!

David

On Aug 18, 2010, at 2:55 PM, tricil tri...@gmail.com wrote:

 Ok, so I have a site that's my main website: http://tricil.net this
 has to stay the same.
 
 my heroku app is currently http://cold-sunset-12.heroku.com and i want
 the URL for it to be http://remix.tricil.net
 
 I looked into wildcard domains, and pointed remix.tricil.net to
 heroku.com, filled in the command line and it just loads heroku.com.
 the homepage not my app.
 
 should i just try and use DNS with zerigo? it wants to change the
 nameservers, and that can't change for it would mess up my main site.
 
 so confused.
 
 -- 
 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.
 

-- 
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: Prevent Static Asset Inclusion In Slug

2010-08-19 Thread Terence Lee
You can use .slugignore and specify files in there.  It works
like .gitignore

On Thu, 2010-08-19 at 12:40 -0700, Matt Hodan wrote:
 Can one exclude certain files (e.g. static assets) from being complied
 into a slug without excluding them from the git repository?  I'd like
 to maintain version control on these files as part of my rails
 project, but host them separately on S3.
 
 My initial thinking was to use a git post-receive hook to copy all of
 my static asset files to S3 and then delete the files from Heroku.
 Presumably this would occur on Heroku's server before they compile a
 slug.  Not sure if this would work given the read-only file system (Is
 it read only before a slug is compiled?), but it's the first solution
 that came to mind.
 
 Has anyone else done anything like this?  Suggestions/best practices?
 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: Prevent Static Asset Inclusion In Slug

2010-08-19 Thread Matthew Todd
On Thu, 2010-08-19 at 12:40 -0700, Matt Hodan wrote:
 Can one exclude certain files (e.g. static assets) from being complied into 
 a slug without excluding them from the git repository?


On Aug 20, 2010, at 12:04 AM, Terence Lee wrote:

 You can use .slugignore and specify files in there.  It works like .gitignore

Further reading:

http://docs.heroku.com/slug-compiler#slugignore



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