README.md in imperavi-rails-0.0.10.beta vs README.md in imperavi-rails-0.0.11.beta

- old
+ new

@@ -1,23 +1,23 @@ -# Imperavi for Rails 3.1+ (still under development) +# Imperavi for Rails 3.1 and 3.2 -What is Imperavi? Imperavi is open-source, lightweight and really pretty-looking wysiwyg editor written with JQuery. Look at the demo page: http://imperavi.com/redactor/examples/ (sorry for Russian). Like it? +What is Imperavi? Imperavi is open-source, lightweight and really pretty-looking wysiwyg editor written with JQuery. Look at the demo page: http://imperavi.com/redactor/examples/ . Like it? I created this mountable engine with Imperavi so now you can easily integrate this editor into your app. ## Installation Put this line into your Gemfile: ```ruby -gem 'imperavi-rails', '0.0.10.beta' +gem 'imperavi-rails', '0.0.11.beta' ``` -Then mount the engine in routes.rb: +Then run install generator: -```ruby -mount ImperaviRails::Engine => "/imperavi" +```bash +rails generate imperavi_rails:install ``` add this line to `config/environments/production.rb` ```ruby @@ -70,15 +70,15 @@ } ``` ## Deal with images -Uploading images is not part of the imperavi-rails. You have to implement this functionality in your application yourself. It's easy. Read the docs below. +Image uploading at the server side is not a part of the imperavi-rails. You have to implement this functionality in your application by yourself. It's easy. Read the docs below. * [How to upload images with imperavi-rails](https://github.com/tanraya/imperavi-rails/wiki/How-to-upload-images-with-imperavi-rails) -Also you can see Dummy app that has working images uploading: https://github.com/tanraya/imperavi-rails/tree/master/spec/dummy +Also, look at the Dummy app with images uploading: https://github.com/tanraya/imperavi-rails/tree/master/spec/dummy # Contribute I would appreciate any participation in the project. Any additions, fixes and ideas are welcome! @@ -87,8 +87,13 @@ * Fork the project on Github * Create a topic branch for your changes * Ensure that the changes in your branch are as atomic as possible * Create a pull request on Github +# Contributors + +* [Ildar Kapkaev](https://github.com/kapkaev) +* [Dmitry Zhlobo](https://github.com/Proghat) + # TODO -* [Read TODO here](https://github.com/tanraya/imperavi-rails/blob/master/TODO.md) +* Use new 7.5 version of redactor in imparavi-rails