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

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,

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

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

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.

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:

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

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.

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

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

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

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

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

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

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