Re: [Rails] Re: A suitable local development environment

2016-02-23 Thread Colin Law
On 23 February 2016 at 15:33, krfg wrote: > On Tuesday, February 23, 2016 at 12:26:21 PM UTC+1, Colin Law wrote: >> >> ... >> Any serious security hole in git would be rapidly patched in the >> version in an LTS version of Ubuntu, however a comment on the link >> suggests it is not problem on Lin

Re: [Rails] Re: A suitable local development environment

2016-02-23 Thread krfg
On Tuesday, February 23, 2016 at 12:26:21 PM UTC+1, Colin Law wrote: > ... > Any serious security hole in git would be rapidly patched in the > version in an LTS version of Ubuntu, however a comment on the link > suggests it is not problem on Linux. > > Obviously, however, there should be no h

Re: [Rails] Re: A suitable local development environment

2016-02-23 Thread Colin Law
On 23 February 2016 at 10:43, krfg wrote: > > > On Tuesday, February 23, 2016 at 10:15:27 AM UTC+1, Colin Law wrote: >> >> >> Glad to hear you are up and running. >> >> > I also updated Git as suggested by Laith Shadeed, because it seemed >> > necessary. >> >> I am interested to know why you decid

Re: [Rails] Re: A suitable local development environment

2016-02-23 Thread krfg
On Tuesday, February 23, 2016 at 10:15:27 AM UTC+1, Colin Law wrote: > > Glad to hear you are up and running. > > > I also updated Git as suggested by Laith Shadeed, because it seemed > > necessary. > > I am interested to know why you decided to do that. I have always > just used git from t

Re: [Rails] Re: A suitable local development environment

2016-02-23 Thread Colin Law
On 23 February 2016 at 09:05, krfg wrote: > Thank you, all of you, very much. > I have now a working environment. Glad to hear you are up and running. > I decided to install rvm with --rails and --autolibs=enable options, in > order to avoid post installation dependency issues. > I found informa

[Rails] Re: A suitable local development environment

2016-02-23 Thread krfg
Thank you, all of you, very much. I have now a working environment. I decided to install rvm with --rails and --autolibs=enable options, in order to avoid post installation dependency issues. I found information about the --autolibs=enable option at this link

[Rails] Re: A suitable local development environment

2016-02-21 Thread Laith Shadeed
Hi Krfg, Welcome to Ruby on Rails. I am alost got started last week. I setup my development box on ArchLinux and two days back on OSX. Generally speaking, whenever I started with new language or framework, I prefer to check the official docs as it is mostly the accurate one (which is you are al

[Rails] Re: A suitable local development environment

2016-02-20 Thread fugee ohu
Here my recommendation Stop the bullshit and start developing Ubuntu is your development environment On Saturday, February 20, 2016 at 9:33:34 AM UTC-5, krfg wrote: > > Having finished the Michael Hartl Rails tutorial, which uses Cloud9 as > development environment, I would like to redo it conf