speechexpert
2005-Oct-05 18:32 UTC
How to Make Rails App into a Stand-Alone exe not Requiring Ruby or Rails Install
Current directions are http://www.erikveen.dds.nl/distributingrubyapplications/rails.html This is a recent write-up. John B _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Tom Jordan
2005-Oct-05 18:48 UTC
Re: How to Make Rails App into a Stand-Alone exe not Requiring Ruby or Rails Install
Excellent write up. Will try it tonight. Didn''t know about load. :-) -- Tom. On 10/5/05, speechexpert <speechexpert-rphTv4pjVZMJGwgDXS7ZQA@public.gmane.org> wrote:> > Current directions are > > http://www.erikveen.dds.nl/distributingrubyapplications/rails.html > > This is a recent write-up. > > John B > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- "Nothing will ever be attempted, if all possible objections must first be overcome." - Samuel Johnson
Luke Galea
2005-Oct-05 18:52 UTC
Re: How to Make Rails App into a Stand-Alone exe not Requiring Ruby or Rails Install
Nice!! But isn''t SQLite native? Does it get brought across or does the machine you are running the app on need SQLite installed?? On 5-Oct-05, at 2:48 PM, Tom Jordan wrote:> Excellent write up. > Will try it tonight. > Didn''t know about load. > > :-) > > -- Tom. > > On 10/5/05, speechexpert <speechexpert-rphTv4pjVZMJGwgDXS7ZQA@public.gmane.org> wrote: > >> >> Current directions are >> >> http://www.erikveen.dds.nl/distributingrubyapplications/rails.html >> >> This is a recent write-up. >> >> John B >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> >> >> >> > > > -- > "Nothing will ever be attempted, if all > possible objections must first be > overcome." - Samuel Johnson > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > >
Adam Denenberg
2005-Oct-05 20:30 UTC
Re: How to Make Rails App into a Stand-Alone exe not Requiring Ruby or Rails Install
for the record i turned my mysql/rails app into a Mac OSX app in about 10 minutes. Awesome tutorial this worked like a charm. Not to mention i then used platypus (http://mac.softpedia.com/get/System-Utilities/Platypus.shtml) to turn the executable into an actual OSX app with icons and all ! good stuff. adam Luke Galea wrote:> Nice!! But isn''t SQLite native? Does it get brought across or does the > machine you are running the app on need SQLite installed?? > > > On 5-Oct-05, at 2:48 PM, Tom Jordan wrote: > >> Excellent write up. >> Will try it tonight. >> Didn''t know about load. >> >> :-) >> >> -- Tom. >> >> On 10/5/05, speechexpert <speechexpert-rphTv4pjVZMJGwgDXS7ZQA@public.gmane.org> wrote: >> >>> >>> Current directions are >>> >>> http://www.erikveen.dds.nl/distributingrubyapplications/rails.html >>> >>> This is a recent write-up. >>> >>> John B >>> _______________________________________________ >>> Rails mailing list >>> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>> http://lists.rubyonrails.org/mailman/listinfo/rails >>> >>> >>> >>> >> >> >> -- >> "Nothing will ever be attempted, if all >> possible objections must first be >> overcome." - Samuel Johnson >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> >> > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >