2.3K Followers
42 Following
179 Posts
Creator of RailsCasts, Ruby on Rails Screencasts
Twiterhttps://twitter.com/rbates
GitHubhttps://github.com/ryanb

RT @[email protected]

Rails 7.1 will combine checks for the development and test environments. πŸ”₯

πŸ¦πŸ”—: https://twitter.com/siaw23/status/1605901913605738496

Emmanuel Hayford on Twitter

β€œRails 7.1 will combine checks for the development and test environments. πŸ”₯”

Twitter

RT @[email protected]

Here’s a great new quality of life improvement that’s coming to Rails 7.1 - `ActiveRecord::Base::normalizes `

https://github.com/rails/rails/pull/43945

#rails #ruby

πŸ¦πŸ”—: https://twitter.com/kylekeesling/status/1605567644677062657

Add `ActiveRecord::Base::normalizes` by jonathanhefner Β· Pull Request #43945 Β· rails/rails

This method can be used to declare normalizations for attribute values. Normalizations are applied when attributes are assigned or updated, and the normalized values will be persisted to the datab...

GitHub

RT @[email protected]

All storefront requests are now served by the latest version of ruby with YJIT enabled! We are seeing ~10% speedups across the board.

YJIT that has been developed by @[email protected]'s and team at Shopify.

πŸ¦πŸ”—: https://twitter.com/tobi/status/1605656985185226753

tobi lutke on Twitter

β€œAll storefront requests are now served by the latest version of ruby with YJIT enabled! We are seeing ~10% speedups across the board. YJIT that has been developed by @Love2Code's and team at Shopify.”

Twitter

RT @[email protected]

Rails logs files are unchecked: they can grow to whatever size imaginable. Not anymore, there's a new config option in Rails to keep log files from taking over disk space!

πŸ¦πŸ”—: https://twitter.com/siaw23/status/1602566993940385792

Emmanuel Hayford on Twitter

β€œRails logs files are unchecked: they can grow to whatever size imaginable. Not anymore, there's a new config option in Rails to keep log files from taking over disk space!”

Twitter

RT @[email protected]

Docked Rails makes it a breeze to try out Rails without installing anything. As long as you have Docker, and can copy'n'paste a few commands, you can get to Hello World in no time. Works on Mac, Linux, Windows. Showcase from a freshly made Linux Droplet. https://github.com/rails/docked

πŸ¦πŸ”—: https://twitter.com/dhh/status/1602748030666637312

GitHub - rails/docked: Running Rails from Docker for easy start to development

Running Rails from Docker for easy start to development - rails/docked

GitHub

RT @[email protected]

Rails 7.1 will give you a lot of possibilities: Active Record added an API for general async queries. Soon, you’ll be able to run aggregates and `find_by_sql` asynchronously. So you can do stuff like:

πŸ¦πŸ”—: https://twitter.com/siaw23/status/1598091955074142208

RT @[email protected]

GPT-3 itself already is mind-blowing – but it gets even crazier when you start chaining prompts with intermediate services! 🀯

Check this out:
We can query our @[email protected] application database using natural language.

The examples are running on a seeded What The Diff database.

πŸ¦πŸ”—: https://twitter.com/marcelpociot/status/1596271845648781312

Marcel Pociot πŸ§ͺ on Twitter

β€œGPT-3 itself already is mind-blowing – but it gets even crazier when you start chaining prompts with intermediate services! 🀯 Check this out: We can query our @laravelphp application database using natural language. The examples are running on a seeded What The Diff database.”

Twitter
Luis Vasconcellos on Twitter

β€œ@rbates”

Twitter

RT @[email protected]

We've just launched a public beta of webhook forwarding in the GitHub CLI πŸ’‘

With webhook forwarding, it's easier than ever to test your webhooks integration locally and iterate quickly. ⚑ No port forwarding required! 😌 https://docs.github.com/developers/webhooks-and-events/webhooks/receiving-webhooks-with-the-github-cli

πŸ¦πŸ”—: https://twitter.com/github/status/1594916354075000833

Receiving webhooks with the GitHub CLI - GitHub Docs

You can use the GitHub CLI to test webhooks in your development environment without the complexity of port forwarding or third-party tools.

GitHub Docs