Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 2.11 KB

feature_matrix.md

File metadata and controls

17 lines (12 loc) · 2.11 KB

Feature Matrix

Table with Ruby (on Rails) features and the implemenatation status for Hyperstack/Opal.

jRuby is not working at this time as the libv8 gem is not compatible with jRuby, therubyrhino gem might work as an alternative.

Feature Type Module Status Links Exsisting Documenation Exsisting Server Implementations Implemenation At**
new_record? instance method ActiveRecord missing Github issues? new_record?@apidock hyper-model
find class method ActiveRecord buged? reproducable example hyper-model
destroy instance method ActiveRecord buged? reproducable example hyper-model
DateTime class StdLib missing DateTime@ruby-doc Opal
truncate instance method ActiveSupport missing truncate@apidock opal-activesupport@github
i18n lib Rails-I18N basic rails-i18n@github hyper-i18n

** Implemenation At: If Status is missing the place (file or directory) where the code should probably be impemented. Otherwise the actual implemenation.