Sudhi Kulkarni wrote:
> I have a rails Application which only talks to REST Interfaces, I do not
> have any database. I am able run the app with no link to mysql with
> following changes
> config.frameworks -= [ :active_record, :active_resource, :action_mailer
> ]
> 
> in environment.rb.
> 
> With this requirement can I somehow package the entire application as a
> single exe on windows so that users can install with ease?

I haven't tried yet, but you should be able to. You might try 
http://www.erikveen.dds.nl/rubyscript2exe/ or apps such as Joyent 
Slingshot or Google Gears.

--
Roderick van Domburg
http://www.nedforce.com
-- 
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 post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to