Dev-Links #14 - Ruby/Rails

31st August 2021 – 386 words

After summer break, I get started to sort my bookmark list, beginning with Ruby & Rails links

Ruby on Rails Discord Server

Check out the Ruby on Rails community on Discord - hang out with 520 other members and enjoy free voice and text chat.

Recently discovered the RoR Discord channel and now idling there and occasionally answer questions! Feel free to join, too!

Sorbet Compiler: An experimental, ahead-of-time compiler for Ruby · Sorbet

Sorbet seems to take up speed. Time to check out the more mature Ruby typing alternative.

A Sneak Peek of Ruby's New Debugger!

Ruby 3.2 gets a new alternative debugging facility: binding.b

GitHub - arunn/console_detective: A gem to track commands typed in ruby irb/pry console(rails too) along with tagging in realtime.

A gem to track commands typed in ruby irb/pry console(rails too) along with tagging in realtime. - GitHub - arunn/console_detective: A gem to track commands typed in ruby irb/pry console(rails too) along with tagging in realtime.

GitHub - vlado/activerecord-cte: Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain complex CTE queries

Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain complex CTE queries - GitHub - vlado/activerecord-cte: Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain complex CTE queries

GitHub - allmarkedup/lookbook: A native development UI for ViewComponent

A native development UI for ViewComponent

GitHub - basecamp/console1984: The Rails console you love, 1984 style

The Rails console you love, 1984 style.

Together with audits1984 a very interesting solution to lock (and log) down production console access. Unfortunately, only compatible with Rails 7, which is not released or in beta yet…