<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rails on Andrew Rady</title><link>https://andrewrady.github.io/blog/tags/rails/</link><description>Recent content in Rails on Andrew Rady</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 07 Aug 2025 21:06:17 -0600</lastBuildDate><atom:link href="https://andrewrady.github.io/blog/tags/rails/index.xml" rel="self" type="application/rss+xml"/><item><title>Rails Personal Project</title><link>https://andrewrady.github.io/blog/posts/rails-personal-project/</link><pubDate>Thu, 07 Aug 2025 21:06:17 -0600</pubDate><guid>https://andrewrady.github.io/blog/posts/rails-personal-project/</guid><description>&lt;h2 id="prototyping-with-rails" class="relative group"&gt;Prototyping With Rails &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#prototyping-with-rails" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;About a year ago I had to step back into my family business due to a death. During that time I was operating the business while trying to figure out a new owner I was looking at trying to stream line a process that had a pain for many years.
It was a fairly simple problem to solve and I had used multiple CRMs geared towards our industry, but none of them had this one feature. So what did I do? I decided prototype an application to see solve my frustration. As a business owner&amp;hellip;terrible idea, but as a programmer..typical!
Normally, I would reach for my normal dotnet stack, but I wanted to try out the new Rails 8. This has been the inspiration for the recent Rails posts, and now I want to share the project.&lt;/p&gt;</description></item><item><title>Rails Experience</title><link>https://andrewrady.github.io/blog/posts/rails-experience/</link><pubDate>Wed, 04 Dec 2024 20:43:38 -0700</pubDate><guid>https://andrewrady.github.io/blog/posts/rails-experience/</guid><description>&lt;h1 id="my-experience-building-a-rails-app-as-a-dotnet-developer" class="relative group"&gt;My Experience Building A Rails App As A Dotnet Developer &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#my-experience-building-a-rails-app-as-a-dotnet-developer" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p&gt;I use to write a lot of rails applications when I was newer as a developer. Fast forward almost a decade later with professional experience, I thought I would look into rails again.
I&amp;rsquo;ve slightly followed the progression of rails over the years and agree with some points of DDH&amp;rsquo;s. Main about JavaScript and how it&amp;rsquo;s become overly complex for web apps. Although, I personally love static type languages.
I know shocker - coming from a dotnet developer.&lt;/p&gt;</description></item><item><title>Connecting Your Rails App to a Database</title><link>https://andrewrady.github.io/blog/posts/connecting-your-rails-app-to-a-database/</link><pubDate>Tue, 03 Mar 2020 12:15:32 -0600</pubDate><guid>https://andrewrady.github.io/blog/posts/connecting-your-rails-app-to-a-database/</guid><description>&lt;h1 id="connecting-your-rails-application-to-a-database" class="relative group"&gt;Connecting your Rails application to a database &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#connecting-your-rails-application-to-a-database" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p&gt;Rails default setup uses sqlite which is a great way to get starting building applications, but at some point we will need to connect to a real database. Whether you need functionality that is specific to a certain database, or you want to simulate your production environment more. Connecting to a database is pretty easy with Rails. The first thing you will need is a database installed on your computer. For my apps I primarily use Postgres and pgAdmin as my GUI.&lt;/p&gt;</description></item><item><title>Rails Windows Development</title><link>https://andrewrady.github.io/blog/posts/rails-windows-development/</link><pubDate>Sat, 16 Feb 2019 23:47:32 -0700</pubDate><guid>https://andrewrady.github.io/blog/posts/rails-windows-development/</guid><description>&lt;h2 id="rails-development-on-windows" class="relative group"&gt;Rails development on Windows &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#rails-development-on-windows" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Developing Rails applications on windows has always been a pain. It&amp;rsquo;s simple enough to install ruby and the need gems to get a basic Rails application started, but in time developers will run into problems. A lot of gem work fine in a windows environment, but some do not compile down correctly and this is the main issue with developing on Windows. For this reason many people who need to work on Rails applications are running their development environment on OSX or Linux, including me. With Windows WSL I decided to see if I can get a working, acceptable development environment on a Windows computer. After some trial and error (plus some help from google) it&amp;rsquo;s pretty good.&lt;/p&gt;</description></item><item><title>First Post</title><link>https://andrewrady.github.io/blog/posts/first-post/</link><pubDate>Sun, 03 Feb 2019 22:37:00 -0700</pubDate><guid>https://andrewrady.github.io/blog/posts/first-post/</guid><description>&lt;h2 id="hello-world" class="relative group"&gt;Hello, World! &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#hello-world" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;My name is Andrew Rady and I am currently a front end developer at Ritter Insurance Marketing working with Vue. I have been writing some blog post on our company blog at &lt;a href="https://rimdev.io" target="_blank" rel="noreferrer"&gt;rimdev.io&lt;/a&gt;, but I wanted to start a personal one. On rimdev.io most of my articles are around vue since that is what I work on mostly, but I want to be able to share some of my experiences from side projects. I am person who doesn&amp;rsquo;t write a lot so a personal goal of 2019 is to get better, and the best way to improve on something is to do it.&lt;/p&gt;</description></item></channel></rss>