Re: [Rails] .exe creation
I would consider rubyscript2exe dead. According to http://rubygems.org/gems/rubyscript2exe the last release is over 6 years old. The official docs say it is tested with Ruby 1.8.2 which is not maintained any more for about a year now and it says it is tested with rubygems 0.8, woody is very old, IIRC we have 1.5 as current rubygems.
Also in the projects documentation it is said that rubyscript2exe were GPL, but I couldn't find the source code anywhere, it is not linked from the docs nor from rubygems.org.
If you really need a standalone executable I would really suggest to us a language that is meant to create one, like c or c++.
Also I really don't see much sense in exefying a trails application.
Probably you are just searching for a good way to depot and totally got it wrong?
Please explain why you want to have a standalone rails executable and we can probably tell you a better way to achieve a similar goal.
Hi ,
i am trying to create a .exe for my application using rubyscript2exe.
and it is showing following error when i run the command
ruby rubyscript2exe.rb application.rb .
Tracing intello erp ...
intello erp.rb doesn't contain an init.rb .
Gathering files...
Copying files...
Stripping...
Creating intello erp_linux ...
EEE: Couldn't open: "intello"
/usr/lib/ruby/1.8/ftools.rb:59:in `stat': No such file or directory -
/tmp/oldandnewlocation.7083/intello erp_linux (Errno::ENOENT)
from /usr/lib/ruby/1.8/ftools.rb:59:in `syscopy'
from /usr/lib/ruby/1.8/ftools.rb:89:in `copy'
from /tmp/tar2rubyscript.d.7083.1/rubyscript2exe/init.rb:413
from rubyscript2exe.rb:610:in `load'
from rubyscript2exe.rb:610
from rubyscript2exe.rb:559:in `newlocation'
from rubyscript2exe.rb:487:in `newlocation'
from rubyscript2exe.rb:454:in `newlocation'
from rubyscript2exe.rb:487:in `newlocation'
from rubyscript2exe.rb:559:in `newlocation'
from rubyscript2exe.rb:603
Please help me out in solving this problem .
thanks for your reply .
--
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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/59869b26adbcb5e3715fc14c16e5577c%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CA%2BbCVsuTzGgbfpjOC32uuCy8DvCz8tPLXzk8W4y-SGX63pESmg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home