At 30 years old, is Ruby in a mid-life crisis or a renaissance?
Ruby, created by Yukihiro Matsumoto, celebrates nearly 30 years of fostering a welcoming programming community characterized by ease of use and accessibility.
Ruby completes switch to Prism parser
Ruby 3.4.0 and 3.4.1 introduce Prism as the default parser, improving performance and modifying string literal handling.
Ruby Concurrency and Parallelism
Elixir excels in concurrency through ErlangVM, while Ruby has evolved with threads and ractors for parallelism, each catering to different project needs.
Ruby Version Manager 4 Windows v1.0.0 released
rvm-windows 1.0.0 released, enabling Ruby environment management on Windows with a similar command line experience to the Unix version.
[New Gem] Chromate: Effortless Browser Automation with Ruby and CDP
Chromate offers a lightweight way to automate Chrome using CDP, making it an alternative to Selenium and Playwright.
Glimmer Hangman (RubyConf 2024 Hack Day App)
Glimmer Hangman has been successfully completed and released as version 1.0.0 during RubyConf 2024.
At 30 years old, is Ruby in a mid-life crisis or a renaissance?
Ruby, created by Yukihiro Matsumoto, celebrates nearly 30 years of fostering a welcoming programming community characterized by ease of use and accessibility.
Ruby completes switch to Prism parser
Ruby 3.4.0 and 3.4.1 introduce Prism as the default parser, improving performance and modifying string literal handling.
Ruby Concurrency and Parallelism
Elixir excels in concurrency through ErlangVM, while Ruby has evolved with threads and ractors for parallelism, each catering to different project needs.
Ruby Version Manager 4 Windows v1.0.0 released
rvm-windows 1.0.0 released, enabling Ruby environment management on Windows with a similar command line experience to the Unix version.
[New Gem] Chromate: Effortless Browser Automation with Ruby and CDP
Chromate offers a lightweight way to automate Chrome using CDP, making it an alternative to Selenium and Playwright.
Glimmer Hangman (RubyConf 2024 Hack Day App)
Glimmer Hangman has been successfully completed and released as version 1.0.0 during RubyConf 2024.
New Gem: EnhancedErrors - See Variable Values in Errors and Spec Failures
EnhancedErrors Gem simplifies debugging by showing variable values in spec failures, making it easier to fix issues without traditional debugging methods.
Hi Ruby friends, I've added a new chapter on request specs to Everyday Rails Testing with RSpec!Head to Leanpub to get your update now or purchase a copy of the book.