= Rails blog plugin add this to your Gemfile: gem "mysql", ">=2.8.1" gem "rmagick", "2.13.1" gem "hpricot", ">=0.8.2" gem "aws-s3", :require => "aws/s3" gem "haml", "2.2.23" 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", :path => "d:/web/gems_and_plugins/santey_vote" gem "santey_view", :path => "d:/web/gems_and_plugins/santey_view" gem "santey_blog", :path => "d:/web/gems_and_plugins/santey_blog" configure plugins: rails generate santey_blog [--css, --migrate] rails generate santey_vote rails generate santey_view rails generate acts_as_taggable_on:migration == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. == Copyright Copyright (c) 2010 Alexander Shamne. See LICENSE for details.