README.md in pageflow-0.11.4 vs README.md in pageflow-12.0.0.rc1
- old
+ new
@@ -10,11 +10,13 @@
For a high level introduction and example Pageflow stories see
[pageflow.io](http://pageflow.io).
* [Getting Started](https://github.com/codevise/pageflow/wiki/Getting-Started)
* [Guides](https://github.com/codevise/pageflow/blob/master/doc/index.md)
-* [Theme Settings](http://codevise.github.io/pageflow/theme/master/)
+* [JavaScript API Reference](https://doclets.io/codevise/pageflow/master)
+* [Theme API Reference](http://codevise.github.io/pageflow/theme/master/)
+* [List of Plugins](https://github.com/codevise/pageflow/wiki/List-of-Plugins)
## Updating
For instructions on how to update from a prior version of the gem see
the
@@ -39,17 +41,19 @@
* [CanCanCan](https://github.com/CanCanCommunity/cancancan) for authorization
* [ActiveAdmin](http://activeadmin.info/) for administration
* [Resque](https://github.com/resque/resque) for background jobs
* [FriendlyId](https://github.com/norman/friendly_id) for pretty URLs
* [Paperclip](https://github.com/thoughtbot/paperclip) for attachment handling
-* [Backbone](http://backbonejs.org/) [Marionette](http://marionettejs.com/) for client side development
+* [Backbone](http://backbonejs.org/) [Marionette](http://marionettejs.com/) for the editor
+* [React](https://facebook.github.io/react/)/[Redux](http://redux.js.org/) for the frontend
## Requirements
Pageflow runs in environments with:
* Ruby >= 2.1
+* Node >= 6.9.5
* Rails 4.2
* Redis server (for Resque)
* A database server supported by Active Record (tested with MySQL)
* ImageMagick
@@ -81,10 +85,10 @@
Add this line to your application's Gemfile:
# Gemfile
gem 'pageflow'
- # Required for Rails 4.1:
+ # Required for Rails 4.2 compatibility
gem 'state_machine', git: 'https://github.com/codevise/state_machine.git'
Run bundler to install dependencies:
$ bundle install