概要
h1. Ruby implementation project of openEHR specification
h2. Mission Statement
Ruby is a smart and powerful script language based on object-oriented concept. We are going to implement a productive Ruby environment on openEHR in order to reduce programmer's effort on development such as "Ruby on rails":http://www.rubyonrails.org/.
h2. Current Status
We released version 1.1.3 as the stable version and gem package. Formerly we named openEHR package as 'open_ehr', but it would not be comprehensive with extension such as 'open_ehr-rails'. We changed package name to 'openehr' from version 1.1.0. Most of the reference models have been implemented. Now, we started to develop demographic and terminology server.
We are mainly working on GitHub. An implementation of Ruby ADL parser was passed tests imported from openEHR Java reference implementation project. We are now going to implement openEHR models. How to check out the project from the repository is shown as bellow:
https://github.com/skoba/openehr-ruby
https://github.com/skoba/openehr-rails
or you can get gem package.
gem install openehr
If you are to join us and enjoy programming in Ruby on the openEHR, please contact me (skoba_erase_here_@moss.gr.jp).
If you find some bugs or advice something, please join our mailing list bellow.
h2. Mailing list
This project mailing list is available from "this page":http://www.openehr.jp/mailman/listinfo/ref_impl_ruby .
h2. About Ruby language
You can find many documents about Ruby on web sites and books. The tutorial and FAQs are recommended.
- Development status: Stable
最新ニュース
Version 1.1.6 released
New version 1.1.6 openehr-ruby was released.
Version 1.1.3 released
Version 1.1.3 released to pass TravisCI.
Version 1.1.2 released
We released version 1.1.2 to fix Parser bugs