Skip to content

Commit

Permalink
Merge pull request #704 from MitsunChieh/add_install_version_for_rail…
Browse files Browse the repository at this point in the history
…s_3.2+

update README.md
  • Loading branch information
galetahub authored Nov 22, 2016
2 parents 9b82c77 + ff25ded commit 78ae17a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ or if you'd like to use the latest version from Github:
gem 'ckeditor', github: 'galetahub/ckeditor'
```

The last version works with Rails 3.2.x is 4.1.3

```ruby
gem 'ckeditor', '4.1.3'
```

For file upload support, you must generate the necessary file storage models.
The currently supported backends are:

Expand Down

0 comments on commit 78ae17a

Please sign in to comment.