Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

abc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abc


Version published
Maintainers
1
Created
Source

ABC - Afterburner CMS


We make building sites as easy as 1-2-3.

1. Install the gem.

Grab it off of rubygems with:

gem install abc

Add it to an existing Rails project:

gem 'abc'

Or fetch it directly from Github:

gem 'abc', :git => 'git://github.com/afterburnercms/afterburnercms.git'

2. ???

TODO: Fill this in

3. Profit!

Please!

Using it with Rails

You need to mount both the backend (administrative section) and the frontend (user-facing section) in your rails app. This can be accomplished by adding the following to your config/routes.rb:

mount Abc::Backend::Engine  => '/admin'
mount Abc::Frontend::Engine => '/'

NOTE: Do not use the :as option when mounting the Afterburner engines. This will yield unfavorable results / all manner of brokenness.

Development

To run the tests inside a subproject (i.e. /core):

bundle
bundle exec rspec spec

To run all tests:

script/rspec

To bundle install for all the projects:

script/bundle

To run some command in all sub-projects:

script/run somecommand

To list out the sub-projects:

script/projects

FAQs

Package last updated on 18 Mar 2013

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc