ruby-packer icon indicating copy to clipboard operation
ruby-packer copied to clipboard

Problem with compiling rails apps

Open demetrodon opened this issue 6 years ago • 5 comments

Hello, I have some problem with compiling rails apps. Log operations at this gist.

Can I fix this problem? Thx.

demetrodon avatar Mar 20 '19 09:03 demetrodon

did you use rubyc version v0.4.0?

iamsimakov avatar Mar 20 '19 10:03 iamsimakov

I have different problems at 0.4, and 0.5 versions. Currently I using 0.5 version from master branch.

demetrodon avatar Mar 20 '19 11:03 demetrodon

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:

  1. try to use v0.4.0
  2. try to build app without problem gems(comment nokogiri in Gemfile)

iamsimakov avatar Mar 21 '19 07:03 iamsimakov

  1. 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.

demetrodon avatar Mar 21 '19 08:03 demetrodon

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)

iamsimakov avatar Mar 21 '19 14:03 iamsimakov