README.rdoc in santey_blog-0.1.2 vs README.rdoc in santey_blog-0.2.0
- old
+ new
@@ -1,38 +1,39 @@
-= Rails blog plugin
+= Blog CMS for Rails 3
-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"
+create new application:
+ rails my_new_blog
-configure plugins:
-rails generate santey_blog [--css, --migrate]
-rails generate santey_vote
-rails generate santey_view
-rails generate acts_as_taggable_on:migration
+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
-== 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.
+
+and don't forget:
+ rake db:migrate
+
+
+
== Copyright
-Copyright (c) 2010 Alexander Shamne. See LICENSE for details.
+Copyright (c) 2010 Alexander Shamne