No commit activity in last 3 years
No release in over 3 years
Call javascript code and manipulate javascript objects from ruby. Call ruby code and manipulate ruby objects from javascript.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.0.0
 Project Readme

therubyracer-heroku

This version of therubyracer designed to work on Heroku hosting.

Original gem doesn't install on Heroku because of some weird V8 compilation errors. So this gem has prebuild version of V8 for linux amd64 (OS used by Heroku). It works exactly the same as original on other platforms.

I tested it on Heroku bamboo-mri-1.9.2 stack, not sure will it work on others.

To use add following line to your Gemfile gem 'therubyracer-heroku', '0.8.1.pre3'