websebdev's profile picture. Senior Software Engineer @moneyforward.

Sebastien Auriault

@websebdev

Senior Software Engineer @moneyforward.

Sebastien Auriault รีโพสต์แล้ว

#rubykaigi お誘いありがとうございました😊

hachi8833's tweet image. #rubykaigi お誘いありがとうございました😊
hachi8833's tweet image. #rubykaigi お誘いありがとうございました😊

💎Ruby tip💎 Did you know that concatenating strings together ("a" << "b") is a lot more performant than adding them to each other ("a" + "b") or using interpolation ("#{a}#{b}")? Especially with the recent optimizations from @_byroot and others. #ruby #rails #rubyonrails


💎Ruby tip💎 Did you know that Ruby gives you a powerful string formatter to do things like choosing the number of decimals, converting to binary, octal, hexadecimal, and a lot more? Examples ⬇️ #ruby #rails #rubyonrails

websebdev's tweet image. 💎Ruby tip💎

Did you know that Ruby gives you a powerful string formatter to do things like choosing the number of decimals, converting to binary, octal, hexadecimal, and a lot more?

Examples ⬇️

#ruby #rails #rubyonrails

💎Rails tip💎 Did you know you could speed up your dev environment a bit by clearing up logs and temporary files? Especially when it's been a long time since it hasn't been cleared. #ruby #rails #rubyonrails

websebdev's tweet image. 💎Rails tip💎

Did you know you could speed up your dev environment a bit by clearing up logs and temporary files? Especially when it&apos;s been a long time since it hasn&apos;t been cleared.

#ruby #rails #rubyonrails

💎Rails tip💎 Did you know about the view helper "capture"? It allows you to store HTML into a variable and pass it down somewhere else. You don't necessarily need view_component slots to do that! #ruby #rails #rubyonrails

websebdev's tweet image. 💎Rails tip💎

Did you know about the view helper &quot;capture&quot;? It allows you to store HTML into a variable and pass it down somewhere else. You don&apos;t necessarily need view_component slots to do that!

#ruby #rails #rubyonrails

💎Ruby tip💎 Did you know that you can use the ampersand(&) operator with any method that require a block for some convenient shortcuts? Examples ⬇️ #ruby #rails #rubyonrails

websebdev's tweet image. 💎Ruby tip💎

Did you know that you can use the ampersand(&amp;amp;) operator with any method that
require a block for some convenient shortcuts?
Examples ⬇️

#ruby #rails #rubyonrails

For those curious, here’s a sneak peek of what we’ve been working on! rubycompanion.dev

Would you be interested in a system to help you discover and remember all the cool features of Ruby and Rails? I might be working on something 😉



Sebastien Auriault รีโพสต์แล้ว

🚨THIS IS NOT A JOKE🚨 A brand new episode of @remote_ruby is out with @websebdev 🤘 LISTEN NOW OR RISK MISSING OUT

🎙 A new episode! "Ruby & Rails Tips with Sebastien Auriault". Listen: share.transistor.fm/s/d244e763



💎Rails tip💎 Did you know about template variants? Useful when you have let's say one view for admins and one for normal users. Or one for mobile and one for desktop (when the views are too different to just be responsive). #ruby #rails #rubyonrails

websebdev's tweet image. 💎Rails tip💎

Did you know about template variants? Useful when you have let&apos;s say one view for admins and one for normal users. Or one for mobile and one for desktop (when the views are too different to just be responsive).

#ruby #rails #rubyonrails

Would you be interested in a system to help you discover and remember all the cool features of Ruby and Rails? I might be working on something 😉


💎Rails tip💎 Did you know that since Rails 6.1, you can easily add a column of type interval if you use Postgres? This can be convenient if you have for example a model for recurring events with a specific duration like 5 days. #ruby #rails #rubyonrails

websebdev's tweet image. 💎Rails tip💎

Did you know that since Rails 6.1, you can easily add a column of type interval if you use Postgres? This can be convenient if you have for example a model for recurring events with a specific duration like 5 days.

#ruby #rails #rubyonrails

💎Rails tip💎 You can use infinite ranges with dates and numbers in your ActiveRecord queries. Examples ⬇️ #ruby #rails #rubyonrails

websebdev's tweet image. 💎Rails tip💎

You can use infinite ranges with dates and numbers in your ActiveRecord queries.

Examples ⬇️

#ruby #rails #rubyonrails

Loading...

Something went wrong.


Something went wrong.