Advice on Selecting Project Type
Hi, I appologize in advance for such a newbie question but I only started learning Ruby yesterday and found out about RubyMine today.
What project type should I select if I wanted to create an application meant to be installed on Windows?
(I am running RubyMine on a Mac if this matter)
Thanks in advance for your help,
Kristoffer Hess
请先登录再写评论。
Hi,
since there is no standard way to create windows installer from Ruby application then you can use regular Ruby project.
Regards, Oleg.