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 1
1
# Feature Matrix
2
2
Table with Ruby (on Rails) features and the implemenatation status for Hyperstack/Opal.
3
3
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
+
4
7
| Feature | Type | Module | Status | Links | Exsisting Documenation | Exsisting Server Implementations | Implemenation At** |
5
8
| -------------| -----------------| ---------------| ----------| ----------------| ------------------------| ----------------------------------| --------------------|
6
9
| 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 ) |
7
10
| 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 ) |
8
11
| 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 ) |
9
12
| DateTime | class | StdLib | missing | | [ DateTime@ruby-doc] ( https://ruby-doc.org/stdlib-2.6/libdoc/date/rdoc/DateTime.html ) | | Opal |
10
13
| 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 ) |
12
15
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