New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

copybar

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copybar

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Copybar

Copybar is a Content Management as a service platform that provides the easiest way to edit/manage your content within any Ruby or Rails web app.

No account is needed to start. Just pick a unique username and start using it immediately.

http://copybar.io

Features

  • inline editor
  • pick up and go. no account or setup needed. just start using it.
  • create dynamic elements on the fly when you need them (just by using the path)
  • full REST api for managing content
  • fast, cdn backed
  • collaboration tools

Compatibility

  • Rails 3.x
  • Padrino
  • Sinatra
  • Any Ruby

Installing on Rails 3

Add this to your Gemfile:

gem "copybar"

Installing on Sinatra/Padrino

Add this to your Gemfile:

gem "copybar"

in your app.rb, you'll also need to register RailsConfig

register Copybar

Direct access to your Copybar data

After installing this plugin, the Copybar object will be available globally that you use to pull data from your server.

Copybar("account-name", "path/to/element")

View Helper

<%= Copybar("account-name", "path/to/element") %>

Options for helper

You can also manually include the editor tools when pulling your element.

Copybar("account-name", "path/to/element", :edit => true)

Authors

FAQs

Package last updated on 17 Oct 2012

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