#programming-languages
Read more stories on Hashnode
Articles with this tag
Investigate Ruby's approach to passing objects in methods and assignments · Here is a simple code in Ruby: def init_options(options) options = {...
This is primarily a response to a Reddit comment but I have encountered this line of pushback against short-hand syntax multiple times. Thus I think...
An example of refactoring a controller to use local variable and shorthand hash syntax · I like to use as much as possible the new features in Ruby. In...
Code Design Inertia: The code that will be written in the future will follow the design of the code already written. Inertia is stronger inside a...
A list of free or paid online resources (books, courses, videos) to learn Ruby on Rails 7 with a focus on Hotwire · I shared this first as a thread on...
Or with any pre-release version · In case you want to start a new project with Rails 7.0.0.rc1 (or any other alpha or Rc release) here is how to do this...