Merged in Joe's and Steven's forks and updated for compatibility with < 0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec.

This commit is contained in:
Philip Arndt 2010-11-22 15:23:25 +13:00
commit e5b9af1054
22 changed files with 152 additions and 78 deletions

View file

@ -11,13 +11,17 @@ Options:
Open up your ``Gemfile`` and add at the bottom this line
gem 'refinerycms-blog', '~> 1.0.rc16'
gem 'refinerycms-blog', '= 1.0.rc16'
Now run ``bundle install``
Next to install the blog plugin run:
Next to install the blog plugin run (for Rails 2):
ruby script/generate refinery_blog
ruby script/generate refinerycms_blog
Or, for Rails 3:
rails generate refinerycms_blog
Finally migrate your database and you're done.