Socket
Book a DemoInstallSign in
Socket

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

0.0.2.1
bundlerRubygems
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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.