Compare commits
1 Commits
dependabot
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
b507884f19 |
2
Gemfile
2
Gemfile
@ -15,7 +15,7 @@ gem 'opal', '~> 0.11.0'
|
|||||||
gem 'opal-rails'
|
gem 'opal-rails'
|
||||||
gem 'opal-jquery'
|
gem 'opal-jquery'
|
||||||
gem 'opal-browser' , "0.2.0"
|
gem 'opal-browser' , "0.2.0"
|
||||||
|
gem "skylight"
|
||||||
gem "rubyx" , "0.6" , git: "https://github.com/ruby-x/rubyx" , require: false
|
gem "rubyx" , "0.6" , git: "https://github.com/ruby-x/rubyx" , require: false
|
||||||
gem "rubyx-debugger" , "0.3" , git: "https://github.com/ruby-x/rubyx-debugger" , require: false
|
gem "rubyx-debugger" , "0.3" , git: "https://github.com/ruby-x/rubyx-debugger" , require: false
|
||||||
gem "rx-file" , git: "https://github.com/ruby-x/rx-file"
|
gem "rx-file" , git: "https://github.com/ruby-x/rx-file"
|
||||||
|
17
Gemfile.lock
17
Gemfile.lock
@ -88,7 +88,7 @@ GEM
|
|||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
ffi (1.10.0)
|
ffi (1.10.0)
|
||||||
globalid (1.0.1)
|
globalid (1.0.0)
|
||||||
activesupport (>= 5.0)
|
activesupport (>= 5.0)
|
||||||
haml (5.0.4)
|
haml (5.0.4)
|
||||||
temple (>= 0.8.0)
|
temple (>= 0.8.0)
|
||||||
@ -109,7 +109,7 @@ GEM
|
|||||||
haml (>= 4.0, < 6)
|
haml (>= 4.0, < 6)
|
||||||
nokogiri (>= 1.6.0)
|
nokogiri (>= 1.6.0)
|
||||||
ruby_parser (~> 3.5)
|
ruby_parser (~> 3.5)
|
||||||
i18n (1.12.0)
|
i18n (1.10.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jquery-rails (4.3.3)
|
jquery-rails (4.3.3)
|
||||||
rails-dom-testing (>= 1, < 3)
|
rails-dom-testing (>= 1, < 3)
|
||||||
@ -122,7 +122,7 @@ GEM
|
|||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
ruby_dep (~> 1.2)
|
ruby_dep (~> 1.2)
|
||||||
loofah (2.19.0)
|
loofah (2.19.1)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
@ -136,9 +136,9 @@ GEM
|
|||||||
mini_portile2 (2.8.0)
|
mini_portile2 (2.8.0)
|
||||||
mini_racer (0.2.6)
|
mini_racer (0.2.6)
|
||||||
libv8 (>= 6.9.411)
|
libv8 (>= 6.9.411)
|
||||||
minitest (5.17.0)
|
minitest (5.15.0)
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.13.9)
|
nokogiri (1.13.10)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
opal (0.11.4)
|
opal (0.11.4)
|
||||||
@ -175,7 +175,7 @@ GEM
|
|||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
puma (6.0.0)
|
puma (6.0.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.6.0)
|
racc (1.6.1)
|
||||||
rack (2.2.3)
|
rack (2.2.3)
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
@ -236,6 +236,8 @@ GEM
|
|||||||
sprockets-rails (>= 2.0, < 4.0)
|
sprockets-rails (>= 2.0, < 4.0)
|
||||||
tilt (>= 1.1, < 3)
|
tilt (>= 1.1, < 3)
|
||||||
sexp_processor (4.11.0)
|
sexp_processor (4.11.0)
|
||||||
|
skylight (5.3.4)
|
||||||
|
activesupport (>= 5.2.0)
|
||||||
sourcemap (0.1.1)
|
sourcemap (0.1.1)
|
||||||
spring (2.0.2)
|
spring (2.0.2)
|
||||||
activesupport (>= 4.2)
|
activesupport (>= 4.2)
|
||||||
@ -255,7 +257,7 @@ GEM
|
|||||||
thor (1.2.1)
|
thor (1.2.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.9)
|
tilt (2.0.9)
|
||||||
tzinfo (1.2.10)
|
tzinfo (1.2.9)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.1.20)
|
uglifier (4.1.20)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
@ -295,6 +297,7 @@ DEPENDENCIES
|
|||||||
rubyx-debugger (= 0.3)!
|
rubyx-debugger (= 0.3)!
|
||||||
rx-file!
|
rx-file!
|
||||||
sass-rails
|
sass-rails
|
||||||
|
skylight
|
||||||
spring
|
spring
|
||||||
spring-watcher-listen (~> 2.0.0)
|
spring-watcher-listen (~> 2.0.0)
|
||||||
susy (= 2.2.12)
|
susy (= 2.2.12)
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
.row
|
.row
|
||||||
%h2.center A Ruby to binary experiment
|
%h2.center The community's Ruby implementation
|
||||||
%div
|
%div
|
||||||
%p.center
|
%p.center
|
||||||
%span
|
%span
|
||||||
Now over, results in news.
|
Ruby implemented in 100% Ruby, for everyone.
|
||||||
.row
|
.row
|
||||||
.tripple
|
.tripple
|
||||||
%h2.center What
|
%h2.center What
|
||||||
@ -83,8 +83,6 @@
|
|||||||
= succeed "." do
|
= succeed "." do
|
||||||
%b working binaries
|
%b working binaries
|
||||||
%h2.center Upcoming work
|
%h2.center Upcoming work
|
||||||
%p
|
|
||||||
Obviouly cancelled now (see news).
|
|
||||||
%p
|
%p
|
||||||
But there is still a lot of work, here are some of the next few topics
|
But there is still a lot of work, here are some of the next few topics
|
||||||
%ul
|
%ul
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
%p
|
|
||||||
Me and ruby are moving on . . .
|
|
||||||
|
|
||||||
%h2 Ruby 3.2 just came out
|
|
||||||
%p
|
|
||||||
And the fruits are finally showing. You don't need benchmarks to know
|
|
||||||
that ruby is getting faster and faster, it shows easily in app startup
|
|
||||||
and anything you do really. So kudos to the team, i see the shopify
|
|
||||||
people and Aaron are putting a lot of work in.
|
|
||||||
|
|
||||||
%h3 Object Shapes
|
|
||||||
%p
|
|
||||||
I was especially gratified to see that Object Shapes have been merged
|
|
||||||
into mainstream and are in the release.
|
|
||||||
%p
|
|
||||||
An Object Shape is what they call a unique memory layout of an object
|
|
||||||
and is essentially what i called a Type in the previous post. It is the key
|
|
||||||
that unlocks the chest of treasures.
|
|
||||||
%p
|
|
||||||
For startes it makes the object and it's variables and Array. I didn't
|
|
||||||
check to see how the lookup is done/avoided, but this all means it is all
|
|
||||||
just a matter of time. I many rest in peace
|
|
||||||
|
|
||||||
|
|
||||||
%h2 Retirement
|
|
||||||
%p
|
|
||||||
Not to be hasty, i mean the ruby-x domain has been retired. I moved
|
|
||||||
this to a subdomain, not because i still intend to do work, but as a
|
|
||||||
reminder. Like the photo albums we used to have.
|
|
||||||
%p
|
|
||||||
Personally i am done with this. I am glad to see the folks at ruby going the
|
|
||||||
right way, but for me this new project is taking over, so no more ruby-x.
|
|
||||||
%p
|
|
||||||
I mean that in a good way, the best possible.
|
|
||||||
Everything has just exploded into xxl, life is definately a ride :-)
|
|
3
config/skylight.yml
Normal file
3
config/skylight.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
# The authentication token for the application.
|
||||||
|
authentication: iBGuWCzXDzUt--hY4yajFOPesFETdCZwhx0P0dwDFlU
|
Reference in New Issue
Block a user