File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Feature Matrix
22Table with Ruby (on Rails) features and the implemenatation status for Hyperstack/Opal.
33
4+ jRuby is not working at this time as the ` libv8 ` gem is not compatible with jRuby,
5+ ` therubyrhino ` gem might work as an alternative.
6+
47| Feature | Type | Module | Status | Links | Exsisting Documenation | Exsisting Server Implementations | Implemenation At** |
58| -------------| -----------------| ---------------| ----------| ----------------| ------------------------| ----------------------------------| --------------------|
69| new_record? | instance method | ActiveRecord | missing | Github issues? | [ new_record?@apidock ] ( https://api.rubyonrails.org/classes/ActiveRecord/Persistence.html#method-i-new_record-3F ) | | [ hyper-model] ( https://github.com/hyperstack-org/hyperstack/blob/edge/ruby/hyper-model/lib/reactive_record/active_record/instance_methods.rb ) |
710| find | class method | ActiveRecord | buged? | [ reproducable example] ( https://github.com/Tim-Blokdijk/hyperstack-experiments/blob/master/app/hyperstack/components/search.rb ) | | | [ hyper-model] ( https://github.com/hyperstack-org/hyperstack/blob/edge/ruby/hyper-model/lib/reactive_record/active_record/class_methods.rb ) |
811| destroy | instance method | ActiveRecord | buged? | [ reproducable example] ( https://github.com/Tim-Blokdijk/hyperstack-experiments/blob/master/app/hyperstack/components/index.rb ) | | | [ hyper-model] ( https://github.com/hyperstack-org/hyperstack/blob/edge/ruby/hyper-model/lib/reactive_record/active_record/instance_methods.rb ) |
912| DateTime | class | StdLib | missing | | [ DateTime@ruby-doc] ( https://ruby-doc.org/stdlib-2.6/libdoc/date/rdoc/DateTime.html ) | | Opal |
1013| truncate | instance method | ActiveSupport | missing | | [ truncate@apidock] ( https://apidock.com/rails/String/truncate ) | | [ opal-activesupport@github] ( https://github.com/opal/opal-activesupport/tree/master/opal/active_support/core_ext ) |
11- | i18n | lib | Rails-I18N | missing? | | | [ rails-i18n@github] ( https://github.com/svenfuchs/rails-i18n ) | |
14+ | i18n | lib | Rails-I18N | basic | | | [ rails-i18n@github] ( https://github.com/svenfuchs/rails-i18n ) | [ hyper-i18n ] ( https://github.com/hyperstack-org/hyperstack/tree/edge/ruby/hyper-i18n ) |
1215
13- ** Implemenation At: If ` Status ` is ` missing ` the place (file or directory) where the code should probably be impemented. Otherwise the actual implemenation Opal .
16+ ** Implemenation At: If ` Status ` is ` missing ` the place (file or directory) where the code should probably be impemented. Otherwise the actual implemenation.
You can’t perform that action at this time.
0 commit comments