Shuaib85 wrote: > Well, it seems you misunderstood me > > The application is a read only application from the user side. The > user is only going to view the matrerial and not to write anything. > So, database will be readonly on the cd. As for the logs emmm. Will > think of a way to disable them. But I am not sure whether we can have > ruby on rails running on cd.
You need a web server - to get a web server your CD would have to be a bootable Linux (or other CD) that started a webserver and GUI - whether you can actually implement this and then persuade a user to boot off it are probably bigger problems than whether your application will work on a read only filesystem (though you could easily run a RAM disk if you got that far). --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

