Have you ever forgotten the name of an operator while working with Ruby?
If so, you're not alone, I also forget their names from time to time.
And that's why I have the following resources in my bookmarks:
* https://github.com/anildigital/ruby-operators/blob/master/public/operators.json
* https://www.visualmode.dev/ruby-operators
* https://github.com/JuanitoFatas/what-do-you-call-this-in-ruby
* https://kddnewton.com/2023/07/20/ruby-operators.html

#Ruby #Operators #hashrocket #spaceship #splat #constellation #flipflop #RubyLinks

To better understand any technology, it is not enough to study the documentation, read books and articles for the current version. It is necessary to begin examining the technology from the origins of its creation and follow it chronologically to the latest version. It is important to understand when, what, and starting with which version a particular feature was added or removed.

#Ruby #History #Changes #References #Evolution #RubyLinks

To better understand any technology, it is not enough to study the documentation, read books and articles for the current version. It is necessary to begin examining the technology from the origins of its creation and follow it chronologically to the latest version. It is important to understand when, what, and starting with which version a particular feature was added or removed.

#Ruby #History #Changes #References #Evolution #RubyLinks

If you're an experienced developer and want to brush up on your Ruby knowledge, check out the cheat sheets periodically.
Refer to the manuals only when you don't understand something in them or you've forgotten it (or maybe you didn't know it).
This way, you can quickly find gaps in your knowledge and fill them as quickly as possible.

#Ruby #Cheatsheets #Hints #Tips #RubyLinks

If you haven't worked on Ruby or Rails projects for a long time, then you may forget what the current version of the language and framework is.
To keep up to date with current versions and support deadlines, I recommend checking out one of these sites periodically:
* https://www.ruby-lang.org/en/downloads/branches/
* https://rubies.io/
* https://versionlog.com/ruby/
* https://endoflife.date/ruby
* https://rubyonrails.org/maintenance
* https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html

#Ruby #Rails #Timeline #Version #Maintainable #EndOfLife #EOL #RubyLinks