
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Roroacms is an Rails-based content management system which allows you to easily introduce a page and article management to your Rails 4 applications. Roroacms has come far over the years it started out as a project to learn more about the ins & outs of Ruby on Rails and seemlessly evolved to grow into a fully grown CMS. In this second release I have moved the CMS into an engine and given the system a complete make over visually and technically.
I am currently working relentlessly on creating a good demo and documentation for Roroacms but I do not want to release them both until I am completely satified with them. For now however you are able to install the engine and check the admin panel out!
To get up and running with Roroacms in a new Rails application is simple. Just follow the instructions below and you'll be up and running in minutes.
RoroaCMS works with Rails 4 onwards. To get up and running with RoroaCMS in a new Rails application just follow the instructions below and you'll be up and running in minutes:
gem 'roroacms'
bundle install
rails generate roroacms:install
rake assets:clean
rake assets:precompile
rails new my_web
cd my_web
echo "gem 'roroacms'
bundle install
rails generate roroacms:install
If you want to go straight into production mode
RAILS_ENV=production rake assets:clean
RAILS_ENV=production rake assets:precompile
rails server
Once you start the server and visit the URL you will be presented with a installtion page which will walk you through setting the engine up fully.
One thing to note about Roroacms is that it's media area is fully integrated with Amazon S3 at the moment so before you start head over to http://aws.amazon.com/s3/ and create a Amazon s3 account (Please make sure that the folder is open to the public).
alternatively if you are not interested in using the file manager you can leave the Amazon S3 config settings blank.
If you'd like to help with this project, please get in touch with me. The best place is on Twitter (@roroacms) or by e-mail to roroacms@gmail.com.
Licensed under the MIT License
Copyright 2012-2014 Simon Fletcher
Icons from Font Awesome
Project homepage: http://roroacms.co.uk
Version: 2.0
FAQs
Unknown package
We found that roroacms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.