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:
commit
e5b9af1054
22 changed files with 152 additions and 78 deletions
10
readme.md
10
readme.md
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue