Problem with compiling rails apps
Hello, I have some problem with compiling rails apps. Log operations at this gist.
Can I fix this problem? Thx.
did you use rubyc version v0.4.0?
I have different problems at 0.4, and 0.5 versions. Currently I using 0.5 version from master branch.
I used rubyc for packing my rails app, and I had some problems with v0.5.0. Successful build was with v0.4.0. So I suggest:
- try to use v0.4.0
- try to build app without problem gems(comment nokogiri in Gemfile)
- Nokogiri is dependency at gem rails-dom-testing, and rails-dom-testing is dependency at many core rails gems. So I think the problem is somewhere else than nokogiri.
I created little example how to pack rails app with nokogiri gem https://github.com/iamsimakov/rubyc-usage-example There I used docker to build application. So just try it. If it helps to you, it will be so cool)