Hi,

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?

Or

Is it simple to deploy on Apache with this requirement?

Thanks,
Sudhindra
-- 
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