[Rails] Multiple domains

2014-08-19 Thread McHenry
I am proposing to have multiple domain name pointing towards a single site. On the site I would like to display the domains name that was used. How can I obtain the name of the domain that the user entered to access my site? Thanks in advance... -- You received this message because you are su

[Rails] Re: Installing on Ubuntu

2014-08-05 Thread McHenry
"Hello World" :) On Tuesday, 5 August 2014 21:43:16 UTC+10, McHenry wrote: > > I am using the following guide: > https://gorails.com/setup/ubuntu/14.04 > > Under the heading "Using rbenv" the first line instruction is "cd" > > What is the purpos

Re: [Rails] Installing on Ubuntu

2014-08-05 Thread McHenry
You learn something new everyday. After tears of using Ubuntu since Dapper Drake I never knew this. I have always used cd ~ to return to the home directory. Thanks for the insight. (back to my Rails installation now...) On Tuesday, 5 August 2014 22:42:36 UTC+10, walt wrote: > > Hi M

Re: [Rails] Installing on Ubuntu

2014-08-05 Thread McHenry
; instead of what it does, it might be, correct me if I'm wrong, just to make > sure you're in your home directory, just to make it is easier to follow. > > Regards, > Diego Dillenburg Bueno > > > 2014-08-05 8:52 GMT-03:00 Walther Diechmann >: > >> Hi McH

Re: [Rails] Installing on Ubuntu

2014-08-05 Thread McHenry
mmand alone makes no sense? On Tuesday, 5 August 2014 21:54:12 UTC+10, walt wrote: > > Hi McHenry, > > from your question I gather that you should perhaps start by going through > one/two articles on the basic Linux commands - just to keep you a-float ;) > > ls list directory

[Rails] Installing on Ubuntu

2014-08-05 Thread McHenry
I am using the following guide: https://gorails.com/setup/ubuntu/14.04 Under the heading "Using rbenv" the first line instruction is "cd" What is the purpose of this command? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscrib

[Rails] Getting started

2014-08-05 Thread McHenry
OK, I am lost... I have installed both Ruby & Rails. $ ruby -v ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] $ rails -v Rails 4.1.4 I have created a new application and linked it to the document root: rails new blog me@server:/var/www/html$ ls -l total 12 lrwxrwxrwx 1 root root16