Re: [Rails] How to develope a standalone application in Rails

2013-05-25 Thread Norm Scherer
I have not used Rails 3.x but with 2.3 I use Instant Rails as a prepackaged system MS Windows. It is basically impossible to have a prepackaged system that runs on Mac and Windows because of the incompatibility of their systems. On InstantRails (available from rubyforge.org) I upgraded the

Re: [Rails] How to develope a standalone application in Rails

2012-02-14 Thread Gerardo Argiz
Take a look at http://www.erikveen.dds.nl/distributingrubyapplications/rails.html Gerard On Mon, Feb 13, 2012 at 9:39 AM, Hans hans.marmo...@klockholm.se wrote: I have developed a rails 3.1 application with mysql, accessable by internet However, I also need a version of the same application

Re: [Rails] How to develope a standalone application in Rails

2012-02-14 Thread Christian Hjalmarsson
Can it be slingshot ? http://joyeur.com/2007/03/22/joyent-slingshot/ /Christian 13 feb 2012 kl. 17:12 skrev Walter Lee Davis wa...@wdstudio.com: On Feb 13, 2012, at 11:05 AM, Norm Scherer wrote: On 02/13/2012 05:39 AM, Hans wrote: I have developed a rails 3.1 application with mysql,

Re: [Rails] How to develope a standalone application in Rails

2012-02-14 Thread Walter Lee Davis
That was it. And I was conflating that with Connector, which they did open-source: https://github.com/jacques/joyent-connector along with a huge this probably won't work in 3 unless you completely re-write it. As far as I can tell, slingshot is nowhere to be found. Walter On Feb 13, 2012, at

[Rails] How to develope a standalone application in Rails

2012-02-13 Thread Hans
I have developed a rails 3.1 application with mysql, accessable by internet However, I also need a version of the same application used standalone on the users PC or MAC, i.e a form of an off-line mode, for those users that demand full controle of their data Can that be done ? My requiremets are

Re: [Rails] How to develope a standalone application in Rails

2012-02-13 Thread Norm Scherer
On 02/13/2012 05:39 AM, Hans wrote: I have developed a rails 3.1 application with mysql, accessable by internet However, I also need a version of the same application used standalone on the users PC or MAC, i.e a form of an off-line mode, for those users that demand full controle of their data

Re: [Rails] How to develope a standalone application in Rails

2012-02-13 Thread Walter Lee Davis
On Feb 13, 2012, at 11:05 AM, Norm Scherer wrote: On 02/13/2012 05:39 AM, Hans wrote: I have developed a rails 3.1 application with mysql, accessable by internet However, I also need a version of the same application used standalone on the users PC or MAC, i.e a form of an off-line mode,