ruby rails til Rails Configuration So this article you can file away as what I learned today #TIL. This surprised me so much I am writing to share. This is written specifically about ... Chuck Smith Wed Apr 08 2020
rails ruby webdev tutorials Rails Boilerplate So far in this series, we have looked at the benefits of using a Boilerplate to streamline your workflow, and a two articles on how to set up a React ... Chuck Smith Tue Jul 07 2020
rails webdev ruby Refactor Rails As any one journeys through any profession, one thing holds true. Hopefully, the longer you work at it, the better your skills will develop, at least ... Chuck Smith Fri Aug 14 2020
rails testing ruby Rails Testing Setup How do you setup a Rails project for testing? In this article we will explore what a testing suite, using RSpec and other tools, for a robust ... Chuck Smith Sun Aug 23 2020
rails testing ruby Rails Code Along So I am always looking for ways to increase my skills on the Ruby on Rails platform. As I look for first professional dev job, afters years as a ... Chuck Smith Sun Aug 30 2020
rails ruby webdev Rails DRY Controllers In any programming language, it is important to create DRY (Don't Repeat Yourself) code. In this article we will explore three methods of writing ... Chuck Smith Sun Sep 06 2020
rails ruby webdev Rails Active Storage On any web application, the ability to use images are tantamount. In a Ruby on Rails project, using Active Storage increases the flexibility to use ... Chuck Smith Sun Sep 13 2020
rails ruby webdev Rails Gravatar In the previous article in this series, we learned about Active Storage. We set up an interface to allow a user to add an Avatar to their user ... Chuck Smith Sun Sep 20 2020
rails ruby webdev New Rails Template In this article we take a look at a more complete Rails template, to start a new Rails project. Why? With a custom template, you can start developing ... Chuck Smith Sun Sep 27 2020
ruby webdev Ruby 3.0 adds After the last four or five years of the promises of a new major version of Ruby (Ruby 3), it looks like this new version is set to release on ... Chuck Smith Sun Oct 04 2020
rails ruby tutorial Rails Image Helper Often times when developing application, there are times that a developer may need to include logic to conditionally render UI elements. For instance, ... Chuck Smith Mon Jan 11 2021
rails ruby tutorial webdev Rails Basic Template There is no need for developers to walking the same path, performing the same tasks at the beginning of any project, over and over again. That is what ... Chuck Smith Wed Jan 13 2021
rails ruby webdev Set Up Rbenv Revisited I have been working on setting up a new operating system distribution. I took some time to test out a different package manager, but ended up going ... Chuck Smith Wed Mar 03 2021
rails ruby tutorial Learning Rails So, I decided to write this article to share a few resources I have used over the last twenty months of learning Ruby and Ruby on Rails in the hopes ... Chuck Smith Tue Mar 09 2021