Sidebar

Ruby Programming Language

ruby
Ruby Programming Language vidarh 12 months ago 100%
Rouge Gtk Theme Loader github.com

cross-posted from: https://lemmy.stad.social/post/7709 > Just pushed this to Github and Rubygems. I use this for my Ruby editor. It parses the GtkSourceView style XML files if you have GtkSourceView installed, and instantiates [Rouge](https://github.com/rouge-ruby/rouge) themes for them (Rouge is used by e.g. Gitlab) so you get access to some more themes. It's not perfect because it needs to try to map token types between the GtkSourceView and Rouge lexers, but overall works pretty well. >

1
0
ruby
Tweaking Emacs for Ruby Development https://johnhame.link/posts/tweaking-emacs-for-ruby-development-in-2023/

I decided to write-up some tips on how I've tweaked my Emacs for Ruby development after starting to write Ruby again for the first time in some time. I hope it's useful - feedback very welcome. My blog is also available as a [Gemini Capsule](gemini://johnhame.link/posts/2023-07-06-tweaking-emacs-for-ruby-development-in-2023.gmi), if that's your thing.

6
0
ruby
Ruby Programming Language Moxvallix 1 year ago 100%
How to compile a portable version of Ruby

I love using Ruby, but one problem I have always had is distributing my programs made with it. I would love to be able to distribute a version of Ruby in an AppImage; I want to make programs for the Steam Deck, and for most users this requires programs to be locally installed only. AppImages are perfect for this. I managed to make an AppImage running an ancient version of Ruby from the PortableRuby project, but I would like to be able to use modern Ruby. Are there any tips/tricks I should know to compile a portable version?

4
2
ruby
Ruby Programming Language boo 1 year ago 100%
Phlex — fast, object-oriented view framework for Ruby https://www.phlex.fun/

This is a new-ish library, similar to ViewComponents but you can create your view using pure Ruby.

2
0
ruby
Ruby Programming Language woto 3 years ago 100%
Ruby community in China https://ruby-china.org/

Interesting addition. It's running by [Homeland](https://homeland.ruby-china.org) written in Ruby.

2
0
ruby
ybiquitous/rbs-mode github.com

Emacs major mode for Ruby type signature

3
0