very_simple_cms 0.0.3
Very-Simple-Cms is a lightweight Content Management System, written in Ruby using the Ruby on Rails web framework. Very-Simple-Cms has the simplicity of a static site generator, but allows you to serve dynamic content on demand. Content is stored on disk in plain text files (there is no database). Edit your content in a text editor and keep it under version control (most people use git, but any version control system will do fine).
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            rails
            ~> 4.0.0
          
          
            yaml_record_rails_4
            >= 0
          
    