Re: [Rails] I can't set the title of a page no matter what I have tried to put in my .html.erb file

2018-01-13 Thread Robert Phillips
On Sunday, 14 January 2018 00:46:39 UTC, Hassan Schroeder wrote: > > On Sat, Jan 13, 2018 at 4:18 PM, Robert Phillips > wrote: > > > So, what it is doing is rails is taking its own template then it dumps > my template into its > > Yep, that's the way it works,

Re: [Rails] I can't set the title of a page no matter what I have tried to put in my .html.erb file

2018-01-13 Thread Ralph Shnelvar
Title: Re: [Rails] I can't set the title of a page no matter what I have tried to put in my .html.erb file Robert, To amplify Hassan's answer a bit ... and you probably already know this ... You can only have one head section and, I believe, it has to be the first tag after the html tag.  If

Re: [Rails] I can't set the title of a page no matter what I have tried to put in my .html.erb file

2018-01-13 Thread Hassan Schroeder
On Sat, Jan 13, 2018 at 4:18 PM, Robert Phillips wrote: > So, what it is doing is rails is taking its own template then it dumps my > template into its Yep, that's the way it works, though "template" is the wrong word. This:

[Rails] I can't set the title of a page no matter what I have tried to put in my .html.erb file

2018-01-13 Thread Robert Phillips
I can't set the title of a page no matter what I have tried to put in my .html.erb file >rails new testblah >bundle install <-- not necessary here but anyway. >rails generate controller abc def > rails s I go to http://127.0.0.1:3000 and I see the default template view

Re: [Rails] refinerycms

2018-01-13 Thread fugee ohu
On Saturday, January 13, 2018 at 10:08:19 AM UTC-5, Karthikeyan A K wrote: > > If you are looking for personal blog, consider Jekyll, its excellent. I > blog with it and with few shell scripts it works like magic. > > On Sat, Jan 13, 2018 at 12:39 PM, fugee ohu > wrote: >

Re: [Rails] refinerycms

2018-01-13 Thread Karthikeyan A K
If you are looking for personal blog, consider Jekyll, its excellent. I blog with it and with few shell scripts it works like magic. On Sat, Jan 13, 2018 at 12:39 PM, fugee ohu wrote: > I wanted to build a blogging platform so I was looking at refinerycms > There's a blog