diff options
| author | Kir | 2011-11-21 11:58:06 +0400 | 
|---|---|---|
| committer | Kir | 2011-11-21 11:58:06 +0400 | 
| commit | 63bb814d764a4947293e2c0d4e29638da839e69e (patch) | |
| tree | 0b94ecf03fd457ad16077a177e8d2e21eefa73dc | |
| parent | b1ab988b4a4f71255fec0152b76e4ae6cb7bf3cd (diff) | |
| download | inboxes-63bb814d764a4947293e2c0d4e29638da839e69e.tar.bz2 | |
Readme fixes
| -rw-r--r-- | README.md | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -18,7 +18,7 @@ Remember that unfortunately, Inboxes reserve 3 resources names: Discussion, Mess  *Make sure that Devise is already installed and configured!* -1. Add `gem "inboxes"` to your `Gemfile` and run `bundle install` +1. Add `gem "inboxes", "~> 0.1.2"` to your `Gemfile` and run `bundle install`  2. Execute `rails generate inboxes:install`. This command will generate migration for messaging system. Don't forget to run migrations: `rake db:migrate`  3. Add `inboxes` to your User model like [here](https://gist.github.com/1330080)  4. Now Inboxes is ready to use. Open `http://yoursite.dev/discussions` to see the list of discussions. You can start new one. @@ -45,6 +45,8 @@ By default, the gem provides localized phrases for Russian and English languages  5. Faye installation is finished. If you have any troubles, check the [example app](https://github.com/kirs/inboxes-app/) +*While testing Inboxes with Faye, don't forget to run it: `rackup faye.ru -s thin -E production`* +  ##Todo  - Add RSpec tests | 
