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

blogr

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blogr

  • 0.0.8
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Blogr

Build Status Dependency Status Code Climate Coverage Status

A Rails engine for adding blogging to any Rails 4 application.

Currently in development.

Some code from pixelbits/simpleblog.

Blogr is a framework for your blog with an admin. You are required to create the blog frontend.

For a working & in production preview, see Rails Tuts. The source of the site is on GitHub.

To install

  1. Add blogr to your Gemfile & run bundle install

    gem "blogr"
    
  2. Run the setup generator to add blogr to routes.rb and to add some config files

    rails g blogr:setup
    
  3. Run the database migrations and

    rake db:migrate blogr:setup
    
  4. Insert into your db/seeds.rb file command Blogr::Engine.load_seed and create a Blogr user

rake db:seed
  1. Run the server and open localhost:3000/blogr to see the Blogr interface.
rails s

Importing Posts

I am currently working on some importing tools for importing posts from other blogging platforms.

WordPress

This imports categories and posts from your WordPress blog.

  • Login to your WordPress blog, go to Tools > Export and download the XML file
  • Open up the Rails console - rails console
  • Run the importer
Blogr::Import.wordpress("path-to-your-export.xml")

FAQs

Package last updated on 05 Mar 2014

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