README.md in exvo_globalize-0.2.0 vs README.md in exvo_globalize-0.2.1
- old
+ new
@@ -47,9 +47,26 @@
```
`authenticate_user!` and `require_admin!` are just exemplary authorization actions.
+
+## Getting back your database stored translations
+
+If you wish to extract your database stored translations to a separate YAML/Ruby file, there are two rake task to help you with that:
+
+```bash
+$ bundle exec rake globalize:translations:dump:yaml
+```
+
+and
+
+```bash
+$ bundle exec rake globalize:translations:dump:ruby
+```
+
+
+
## Globalize integration
In order to fully integrate this gem with Globalize, after installing it you need to register your application (http://globalize.exvo.com/) and order some translations (Globalize should automatically detect the gem installation and should let you choose the JSON translations option).
By default a link between your application and Globalize is established by using `request.host` by the gem. If your application’s main DNS record is a CNAME (as is the common case when using Heroku), you can set your application’s domain in the `config/initializers/exvo_globalize.rb` file: