Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #30 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
divineforest committed Apr 18, 2017
2 parents 998bc28 + 92b1255 commit d59fbb6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
##0.2.2
## 0.2.2
Bugfix #11, #16, #18, #15, #13, improved tests. `unread_for?(user)` method for messages added

##0.2.1
## 0.2.1
RSpec test suite added.

##0.2
## 0.2

Added ability to attach discussion to any other model (discussable). Don't forget to update the database with upgrade migration (read more above in readme)!

##0.1.1-0.1.5
## 0.1.1-0.1.5
Cancan ability logic changes, a lot of small fixes

##0.1.0
## 0.1.0
Initial version
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Inboxes
# Inboxes

[![Build Status](https://secure.travis-ci.org/evrone/inboxes.png)](http://travis-ci.org/evrone/inboxes)

Expand All @@ -15,7 +15,7 @@ Gem is not ready for Rails 4 (honestly, I didn't see any requests yet). If you n

Update: thanks to [Stanislav Mekhonoshin](https://github.com/Mehonoshin), now we have [`rails-4` branch](https://github.com/evrone/inboxes/tree/rails-4).

##Requirements
## Requirements

Inboxes requires Rails 3.x and [Devise](https://github.com/plataformatec/devise) for user identification (surely, messaging system is not possible without users).
We recommend to use Inboxes with [Faye](https://github.com/jcoglan/faye), because it's really sexy with it.
Expand All @@ -24,7 +24,7 @@ Remember that unfortunately, Inboxes reserve 3 resources names: Discussion, Mess

Since version 0.2.0, it is possible to add `has_inboxes` option to any model. For instance, it can be `Person` or `Teacher`.

##Installation
## Installation

*Make sure that [Devise](https://github.com/plataformatec/devise) and [CanCan](https://github.com/ryanb/cancan) are already installed and configured in your app!*

Expand All @@ -49,7 +49,7 @@ If you have problems with installation, you can check [code of demo app](https:/

By default, the gem provides localized phrases for Russian and English languages. You can easily override any of them. [Here is](https://github.com/kirs/inboxes/blob/master/config/locales/en.yml) list of all I18n phrases.

#Integration with Faye
# Integration with Faye

You can watch the demo of integration [on YouTube](http://youtu.be/c12gey9DvyU)

Expand All @@ -75,19 +75,19 @@ You can read more about that on it's [official page](http://faye.jcoglan.com/).

1. If you want to add breadcrumbs to Inboxes pages, we recommend you to use [crummy gem](https://github.com/zachinglis/crummy). It allows to define breadcrumbs in views.

##Upgrading from 0.1 to current version (0.2)
## Upgrading from 0.1 to current version (0.2)

**Run `rails generate inboxes:upgrade_discussible` and then roll up the migration. Your DB is upgraded!**

##Todo
## Todo

- Finalize RSpec tests (are located in [rspec branch](https://github.com/evrone/inboxes/tree/rspec))
- Add Pusher capability
- Email notifications and the ability to answer received emails like in Github issues (#7)

## [Changelog](https://github.com/evrone/inboxes/blob/master/CHANGELOG.md)

##Contributors
## Contributors

- [Kir Shatrov](https://github.com/kirs/) (Evrone Company)
- [Nikolay Seskin](https://github.com/finist/) (Evrone Company)
Expand All @@ -98,4 +98,4 @@ You can read more about that on it's [official page](http://faye.jcoglan.com/).
- [isqad88](https://github.com/isqad88/)
- [Chris Sargeant](https://github.com/liothen/)

##Feel free for pull requests!
## Feel free for pull requests!

0 comments on commit d59fbb6

Please sign in to comment.