ruby on rails - Editable area on landing page for site admins -


My Rail App has a landing page for visitors having welcome / contact information.

At the moment, this information / html is contained in a template.

I want to make it editable for the admin administrator.

What are the options for me to complete this? Should I make a model with a first_page attribute where I store the HTML submitted by an administrator in a form? Or is there any other way?

You will need some kind of content management system (CMS). There are lots of people ready for rail

You can just write your own, but you will end up writing about editing pages, and then uploading admin images Will ask for the ability, and "I wish I will just close the shelf cms".


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -