Re: Sinatra, Delayed Job problems

2012-02-16 Thread Dave
Solved. Turns out Rack Flash is not compatible with Rack 1.4.

On Feb 15, 4:22 pm, Dave hunkyb...@gmail.com wrote:
 Hi,

 I decided to try the new Delayed Job, with Sinatra and ActiveRecord.
 That means 3.0 versions all around including ActiveRecord 3.2.

 I removed the old vendored version of delayed job, and slipped the new
 gems into my gem file.. did a bundle update, and uploaded all the
 heroku.

 Heroku refuses to start... Ruby complains about not having  on a nil
 object. That's all I get... not much to go on...

 Can anyone verify that this stack actually works ???

 - bamboo MRI 1.9.2
 - Active Record 3.2
 - Delayed Job 3.0.1
 - Delayed Job Active Record 0.3.2
 - Sinatra 1.3.2

 I am kinda disappointed it did not just work... sigh,...

 Anyone with any experience in these projects, most appreciated if you
 could fill me in that it works/does not 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.



Sinatra, Delayed Job problems

2012-02-15 Thread Dave
Hi,

I decided to try the new Delayed Job, with Sinatra and ActiveRecord.
That means 3.0 versions all around including ActiveRecord 3.2.

I removed the old vendored version of delayed job, and slipped the new
gems into my gem file.. did a bundle update, and uploaded all the
heroku.

Heroku refuses to start... Ruby complains about not having  on a nil
object. That's all I get... not much to go on...

Can anyone verify that this stack actually works ???

- bamboo MRI 1.9.2
- Active Record 3.2
- Delayed Job 3.0.1
- Delayed Job Active Record 0.3.2
- Sinatra 1.3.2

I am kinda disappointed it did not just work... sigh,...

Anyone with any experience in these projects, most appreciated if you
could fill me in that it works/does not 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.