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

santey_blog

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

santey_blog

  • 0.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Blog CMS for Rails 3

create new application: rails my_new_blog

Add this to your Gemfile: gem "mysql", ">=2.8.1" gem "rmagick", "2.13.1" gem "hpricot", ">=0.8.2" gem "haml", "2.2.23" gem "authlogic", :git => "git://github.com/odorcicd/authlogic.git", :branch => "rails3" gem "ckeditor", :git => "git://github.com/galetahub/rails-ckeditor.git", :branch => "rails3" gem "acts-as-taggable-on", :git => "git://github.com/shamne/acts-as-taggable-on.git" gem "will_paginate", :git => "git://github.com/mislav/will_paginate.git", :branch => "rails3" gem "nokogiri", "1.4.1" gem "sanitize", "1.2.1" gem "santey_vote", :git => "git://github.com/shamne/santey_vote.git" gem "santey_view", :git => "git://github.com/shamne/santey_view.git" gem "santey_blog", :git => "git://github.com/shamne/santey_blog.git"

Configure plugins: rails generate santey_blog [--css, --migrate] rails generate santey_vote rails generate santey_view rails generate acts_as_taggable_on:migration

Configuring rails-ckeditor plugin: To install text editor, follow this instructions: http://github.com/galetahub/rails-ckeditor/tree/rails3

and don't forget: rake db:migrate

== Copyright

Copyright (c) 2010 Alexander Shamne

FAQs

Package last updated on 22 Jun 2010

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