From 63bb814d764a4947293e2c0d4e29638da839e69e Mon Sep 17 00:00:00 2001 From: Kir Date: Mon, 21 Nov 2011 11:58:06 +0400 Subject: Readme fixes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5b185e..595a3d7 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3