Jargon is a standalone Rails application providing i18n data management via a RESTful interface.
- PostgreSQL
To install:
- Clone this repo (
git clone [email protected]:cb-talent-development/jargon.git) - Bundle install (
bundle install) - Run setup tasks (
bundle exec rake db:create db:migrate) - Start the server (
bundle exec rails server)
- Use itself for i18n (finish i18n plugin)
- Support different databases
- Fork it ( https://github.com/cb-talent-development/jargon/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request