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

blogelator

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blogelator

  • 1.0.9
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Blogelator

Code Climate

Blogelator is a Ruby gem for adding a blog to a Rails project.

Installation

Add this line to your application's Gemfile:

gem "blogelator"

Install the Blogelator gem with Bundler:

bundle install

Install the controller, views, and database migrations:

rails g blogelator:install
rake db:migrate

Active Admin

Blogelator registers the blog posts with Active Admin to provide the editing interface for your blog posts. Everything works best if you are using Active Admin and if current_admin_user is used to return an authenticated user who can manage the blog posts when signed in.

If you're not using Active Admin, it should be pretty easy to create a simple interface for managing your blog posts. The reason the old admin interface was removed was to simplify the project and remove authorization methods that don't belong in this gem.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 24 Oct 2016

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