hello sir I am using ruby 1.9.2 and rails 3.0.9
Now I want develop a standalone application for that purpose I need to create ruby archive(RBA) file and executable(.exe) file for windows in ruby on rails.
For that in ruby 1.8.7 there are ftools but in ruby 1.9.2 the are completely converted into fileutils.
For that reason I can't convert my ruby application into .rb by using tar2rubyscript.
Please give me the complete procedure to implement executable(.exe) file in ruby 1.9.2 and rails 3.0.9.
Comments
Leave a comment