Very simple question can rails run on windows only? with out the
internet? im trying to make a tool inventory program using ruby. and i
need it to run on windows only no internet. so can it be done? thanks
for the help i appreciate it.
On Fri, Mar 15, 2013 at 12:52 AM, Andrew l. [email protected]
wrote:
Very simple question can rails run on windows only? with out the
internet? im trying to make a tool inventory program using ruby. and i
need it to run on windows only no internet. so can it be done? thanks
for the help i appreciate it.
Yes.
@Jordon B.
Thank you very much for the prompt answer is there anyproblems with
it running without internet or anythign special i have to do to make it
run on windows only?
On 15 March 2013 06:01, Andrew l. [email protected] wrote:
@Jordon B.
Thank you very much for the prompt answer is there anyproblems with
it running without internet or anythign special i have to do to make it
run on windows only?
Most Rails developers use Linux (often Ubuntu) or Mac so it can be
difficult to get help with Windows. If you absolutely have to use
Windows then I understand railsinstaller can be a good solution. I
would recommend that you either dual boot your PC with Ubuntu and
Windows, or run Ubuntu in a virtual machine (VMWare for example).
Colin
In addition to my previous post I think it would be very difficult to
/develop/ the application on a machine without internet access.
Running the app would not be a problem however.Colin
I don’t need to develop it without internet i just need the finished
product to run without it. so would it run fine without it?
On 15 March 2013 06:01, Andrew l. [email protected] wrote:
@Jordon B.
Thank you very much for the prompt answer is there anyproblems with
it running without internet or anythign special i have to do to make it
run on windows only?
In addition to my previous post I think it would be very difficult to
/develop/ the application on a machine without internet access.
Running the app would not be a problem however.
Colin
On 16 March 2013 05:44, Andrew l. [email protected] wrote:
In addition to my previous post I think it would be very difficult to
/develop/ the application on a machine without internet access.
Running the app would not be a problem however.Colin
I don’t need to develop it without internet i just need the finished
product to run without it. so would it run fine without it?
As Jordan already said, yes. Provided nothing in your app requires
it, obviously.
Colin