Hi Felipe!
Try this, please:
gem 'therubyracer', :platform => :ruby
I found this on Stack Overflow:
http://stackoverflow.com/questions/6356450/therubyracer-gem-on-windows
They said that you don't need to install therubyracer on Windows,
because the OS already comes with a Javascript Runtime Environment
Best Regards,
Everaldo
On Thu, May 31, 2012 at 8:23 PM, Felipe Pieretti Umpierre
<lists@ruby-forum.com> wrote:
> Hello Everaldo, thank you for the answer, but I have installed the
> Python:
>
> C:\Python27
>
> and this error still there :D
>
> Thank you.
>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
1 comment:
Solution found! 100% working...
The reason for all of these problems is the therubyracer-0.11.0beta1-x86-mingw32.gem and the v8.dll.
I have complied the necessary dlls and gem files and upload them to github.
download the package and follow the instructions...
https://github.com/hiranpeiris/therubyracer_for_windows
good luck :-)
Post a Comment