aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKir2011-11-01 14:18:21 +0400
committerKir2011-11-01 14:18:21 +0400
commit49e19f446e625ef1fcac1e8890dba0b34b234ec2 (patch)
tree8d3a29793d4d43bddba70abcaef071d40277daa0 /README.md
parentf96948724a0c157f98b952e6bd83da28d06ba1d9 (diff)
downloadinboxes-49e19f446e625ef1fcac1e8890dba0b34b234ec2.tar.bz2
Speakers, new readme, dependencies and views generator
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 28a0260..145ceb7 100644
--- a/README.md
+++ b/README.md
@@ -24,13 +24,19 @@ Remember that unfortunately, Inboxes reserve 3 model names: Discussion, Discussi
4. Now Inboxes is ready to use. Open `http://yoursite.dev/discussions` to show discussions list. You can start new one.
Default Inboxes views are ugly, so you can copy it to your app and make anything with them: `rails generate inboxes:views`
+If you have problems with installation if gem, you can check [demo app code](https://github.com/kirs/inboxes-app)
-###Todo
+## I18n
+
+By default, this 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.
+
+##Todo
- Add rspec tests
- Move gem resources to namespace
+- Describe integration with Faye
-###Authors:
+##Authors
- [Kir Shatrov](https://github.com/kirs/) (Evrone Company)