skoba / openehr-ruby

Ruby implementation of the openEHR specification
http://openehr.jp/projects/ref-impl-ruby/
Apache License 2.0
35 stars 12 forks source link

Change autoload to require #12

Closed dem closed 11 years ago

dem commented 11 years ago
  1. Autoload doesn't properly work. We had several issues when auloading didn't load classes in indeterminate way.
  2. It's deprecated, and it will be removed http://www.ruby-forum.com/topic/3036681
skoba commented 11 years ago

Thank you pull request. I am puzzled around such behavior around class loading.