Hello,
I'm cloning this repo:

https://github.com/freeformz/sinatra-jruby-heroku.git

to try and use JRuby/Sinatra on Heroku's Cedar stack. I follow the
included instructions and everything runs great locally with a
'foreman start'. I then git push to Heroku and it initially loads up
fine but when I try to access the site I get an error in the logs:

jruby: No such file or directory -- trinidad (LoadError)
So it seems jruby can't find the "/app/.gems/bin/trinidad" file. I
initially thought it wasn't there because .gems/ is in the .gitignore
file, but I'm pretty sure Heroku creates that server side on a git
push.

$APPDIR/.gems is added to the PATH so Heroku should be able to see the
trinidad script. I've also tried to change the Procfile around to play
with the path like:

web: script/jruby -S bin/trinidad -p $PORT
But no dice. Has anyone had any success deploying anything JRuby to
Heroku cedar?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
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.

Reply via email to