Coder Social home page Coder Social logo

rails-cms-module's Introduction

Cms Window

Rails CMS module

Project description

Very often, we require static content for our Ruby on Rails SaaS web services. The most simple and straightforward way to achieve this is to enable a Rails view for multiple pages (including the landing page, About Us, Contact Us and Privacy Policy). This works well at the very beginning, but as soon as any changes — even small ones — are called for, an extraordinary amount of effort is then suddenly required. In such cases, you can either make use of WordPress or Drupal, or find another CMS system that is capable of performing the migration — suitable Rails CMSes are notoriously difficult to encounter. This is where Rails CMS module comes exceedingly in useful, as it consists of a custom plugin that can easily be configured for static content management and conveniently added to your company’s existing projects.

Code editor

Image gallery

Languages support

Rails CMS module is distributed with two administrative locals: en and ru. Language selector for site guests can be expanded with any number of languages.

Installation

This guide describes the setup process.

In brief, you should not forget to run this two commands with terminal inside your project root path:

  • add rails cms module gem folder to your project root path
  • add to your Gemfile:
gem 'softwareplanet-cms', :path => './cms/softwareplanet-cms'
  • run bundle command
  • run rake cms:wizard rake command to finish setup.

If you clone from github, you will get the folder with dummy application that included softwareplanet-cms cms folder inside. It is already configured, and you can run it after both bundle and rake commands listed above. If you need real gem using, move the softwareplanet-cms folder into your project root, and change the path for new gem folder.

Contributing

This guide describes the contributing to the Rails CMS module.

Technologies of Implementation

Customer & developer Information

rails-cms-module's People

Contributors

softwareplanet avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

rails-cms-module's Issues

Incorrect sorted items

My base_order_type_2 file content ends with:
.. pre2-id-proj-dealster,pre2-id-cargobridge,pre2-id-spo,pre2-id-dealster

I have both contents: "dealster" and "proj-dealster"

But, at 'components' admin tabs, I have 'proj-dealster' and 'proj-dealster' components (order is correct). Screenshot attached. It seems that find_by_id works incorrectly.

Implement ActiveFile mechanism

Build a persistent domain model by mapping file system objects to Ruby classes. It inherits ActiveRecord-similar interface, and use same association methods.
Should be completely implemented.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.