Compare commits

...

9 Commits

Author SHA1 Message Date
Torsten 5e9d5319f8 remove skylight 2023-01-15 12:52:28 +02:00
Torsten ebb882980c one last word 2023-01-15 12:51:23 +02:00
Torsten 05bc8cbc66 add skylight 2022-11-18 22:41:02 +02:00
Torsten 45a87d6d98 auto 2022-11-13 22:35:25 +02:00
Torsten 00820ae234 update mina and ruby 2022-11-13 22:32:22 +02:00
Torsten Rüger 27cceb83fc
Merge pull request #22 from ruby-x/dependabot/bundler/rails-html-sanitizer-1.4.3
Bump rails-html-sanitizer from 1.4.2 to 1.4.3
2022-11-11 18:21:41 +02:00
dependabot[bot] f3561ce54a
Bump rails-html-sanitizer from 1.4.2 to 1.4.3
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/rails/rails-html-sanitizer/releases)
- [Changelog](https://github.com/rails/rails-html-sanitizer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/rails-html-sanitizer/compare/v1.4.2...v1.4.3)

---
updated-dependencies:
- dependency-name: rails-html-sanitizer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 16:19:02 +00:00
Torsten Rüger 9b7d4af370
Merge pull request #24 from ruby-x/dependabot/bundler/nokogiri-1.13.9
Bump nokogiri from 1.13.3 to 1.13.9
2022-11-11 18:11:23 +02:00
dependabot[bot] dcbb2816ef
Bump nokogiri from 1.13.3 to 1.13.9
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.3 to 1.13.9.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.3...v1.13.9)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 02:17:43 +00:00
7 changed files with 60 additions and 37 deletions

View File

@ -1 +1 @@
2.7.5
2.7.6

22
Capfile
View File

@ -1,22 +0,0 @@
# Load DSL and set up stages
require "capistrano/setup"
# Include default deployment tasks
require "capistrano/deploy"
require "capistrano/scm/git"
install_plugin Capistrano::SCM::Git
# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }
require 'capistrano/rails'
require 'capistrano/passenger'
Rake::Task["deploy:migrate"].clear_actions
namespace :deploy do
desc "Override Capistrano's default behavior, do not migrate on deploy"
task :migrate do
puts 'No migrate'
end
end

11
Gemfile
View File

@ -1,8 +1,8 @@
source 'https://rubygems.org'
ruby '2.7.5'
ruby '2.7.6'
gem 'rails' , "~> 5.2"
gem 'rails' , "> 5.2"
gem "passenger" , "6.0.13"
gem 'sass-rails'
gem 'uglifier'
@ -23,9 +23,14 @@ gem "rx-file" , git: "https://github.com/ruby-x/rx-file"
gem "haml-coderay"
gem 'mini_racer'
group :production do
gem "passenger" , "6.0.15"
end
group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails'
gem "puma"
end
group :test do

View File

@ -122,7 +122,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.16.0)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
@ -138,7 +138,7 @@ GEM
libv8 (>= 6.9.411)
minitest (5.15.0)
nio4r (2.5.8)
nokogiri (1.13.3)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
opal (0.11.4)
@ -169,10 +169,12 @@ GEM
paggio (0.2.6)
parser (2.3.3.1)
ast (~> 2.2)
passenger (6.0.13)
passenger (6.0.15)
rack
rake (>= 0.8.1)
public_suffix (4.0.6)
puma (6.0.0)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
@ -193,7 +195,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (5.2.7)
actionpack (= 5.2.7)
@ -285,8 +287,9 @@ DEPENDENCIES
opal-browser (= 0.2.0)
opal-jquery
opal-rails
passenger (= 6.0.13)
rails (> 5.2)
passenger (= 6.0.15)
puma
rails (~> 5.2)
rspec-rails
rubyx (= 0.6)!
rubyx-debugger (= 0.3)!
@ -299,7 +302,7 @@ DEPENDENCIES
web-console (>= 3.3.0)
RUBY VERSION
ruby 2.7.5p203
ruby 2.7.6p219
BUNDLED WITH
2.2.23
2.3.25

View File

@ -1,9 +1,9 @@
.row
%h2.center The community's Ruby implementation
%h2.center A Ruby to binary experiment
%div
%p.center
%span
Ruby implemented in 100% Ruby, for everyone.
Now over, results in news.
.row
.tripple
%h2.center What
@ -83,6 +83,8 @@
= succeed "." do
%b working binaries
%h2.center Upcoming work
%p
Obviouly cancelled now (see news).
%p
But there is still a lot of work, here are some of the next few topics
%ul

View File

@ -0,0 +1,35 @@
%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 :-)

View File

@ -9,7 +9,7 @@ require 'mina/rbenv' # for rbenv support. (https://rbenv.org)
# branch - Branch name to deploy. (needed by mina/git)
set :application_name, 'ruby-x'
set :domain, '192.168.128.100'
set :domain, '192.168.129.10'
set :deploy_to, '/home/feenix/ruby-x'
set :repository, "https://github.com/ruby-x/ruby-x.github.io.git"
set :branch, 'master'