This is a very wearied question. But i really need to do something like this. Hope somebody can help. Can i compile the .rb files in the rails web app into a single binary. Similar to something what happens in ASP.net. You can pre-compile the source code files into a binary and then that single binary is used to handle everything. My objective is to somehow restrict the access to my source code files as my rails web app need to be run on local machine. -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
dipesh wrote:> This is a very wearied question. But i really need to do something like > this. Hope somebody can help. Can i compile the .rb files in the rails > web app into a single binary. Similar to something what happens in > ASP.net. You can pre-compile the source code files into a binary and > then that single binary is used to handle everything. My objective is to > somehow restrict the access to my source code files as my rails web app > need to be run on local machine.This is the closest thing you can get right now http://www.erikveen.dds.nl/rubyscript2exe/index.html -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, Genearally Rails is based on Ruby now, which does not have a byte code yet. byte code is supposed to come out on version 2, then it might be possible to create a binary web applications, for now? impossible as far is i know --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---