Building a Colts API in Rails for use in another Rails app I built. Rebuilt the whole thing this morning. Took me a few hours of typo-correcting and bug-fixing, but I managed to successfully seed the database.
01.06.2025 18:31 β π 2 π 0 π¬ 0 π 0
Rails devs, what do you recommend as the top skill for interviewing? I'm looking to start applying.
@rubyonrails.org.web.brid.gy
08.04.2025 00:01 β π 2 π 0 π¬ 1 π 0
Figured out the issue. I was trying to use multiple seed files so I could add a dropdown to select rosters by year. Need to re-think this approach.
16.03.2025 18:04 β π 0 π 0 π¬ 0 π 0
I've been using my index view and seed file for a couple of years. All I did was add entries in the seed file and now it's duplicating players that were already there
15.03.2025 16:39 β π 0 π 0 π¬ 0 π 0
Building a Colts app with Rails but in the app, I updated my seed data in the players.rb file and now I'm getting 2 or 3 duplicates of almost every player. Any idea what I'm doing wrong? None of the player entries themselves are duplicated.
15.03.2025 16:12 β π 0 π 0 π¬ 1 π 0
Thanks! I'll check it out
28.02.2025 20:20 β π 1 π 0 π¬ 0 π 0
Does anyone have their portfolio built with @bridgetownrb.com
13.02.2025 22:56 β π 0 π 1 π¬ 1 π 0
Think it's time to start looking for my first job as a Rails developer. Updating my old portfolio but I'm going to start working on a new one with @bridgetownrb.com
09.02.2025 18:06 β π 2 π 0 π¬ 0 π 0
Spent some time yesterday and today working with models in Rails. Learned how to use foreign keys to manipulate data in different controllers.
27.01.2025 13:38 β π 0 π 0 π¬ 0 π 0
Added a form in a rails app, and the form had 3 inline buttons at the top, because I wanted them on the 2 pages I was using this form. The buttons were submit, delete, and back. When I submitted the form, it was automatically deleting the entry and redirecting to the form instead of the main page.
25.01.2025 15:36 β π 0 π 0 π¬ 0 π 0
Why use someone else's app when I can make my own? Love watching the launches from my front yard.
Made this with Rails and TailwindCSS.
launch-monitor.fly.dev
06.01.2025 21:31 β π 4 π 0 π¬ 0 π 0
I wish the NFL would move to a draft lottery
16.12.2024 00:56 β π 1 π 0 π¬ 0 π 0
It's hard being a Colts fan.
16.12.2024 00:51 β π 1 π 0 π¬ 1 π 0
Updated the gemfile.lock with 'bundle update logger'
Found the answer in this article:
swetanwar.medium.com/how-to-updat...
15.12.2024 17:17 β π 1 π 0 π¬ 0 π 0
"You have already activated logger 1.6.2, but your Gemfile requires logger 1.6.1."
I don't even have logger in the gemfile for this project so how is the version wrong?
11.12.2024 15:00 β π 0 π 0 π¬ 0 π 1
I waste way too much time troubleshooting errors and other issues that are caused by dumb little typos...
23.11.2024 16:32 β π 3 π 0 π¬ 1 π 0
I've been scrolling through API documentation for the past couple hours trying to figure out why the data I'm getting doesn't match what they show. Shame I have to put it aside to do my real job now
22.11.2024 15:09 β π 1 π 0 π¬ 0 π 0
I'm so happy that I'm finally making progress in this Rails app. It's been a pretty disheartening journey
21.11.2024 23:43 β π 1 π 0 π¬ 0 π 0
Figured out how to convert time zones in Rails and set time zones based on a user's time zone. It was hard to find documentation online and managed to get Copilot to help me sort it out.
19.11.2024 17:17 β π 0 π 0 π¬ 0 π 0
Screenshot with a heading "Ruby Operator Lookup" and subheading "and lots of special character syntax as well". There is a search box for searching through the operators and then a couple dozen buttons each displaying different operators and special characters.
The Ruby language and community have given me so much, so I thought I'd give a little something back as #RubyConf wraps.
Introducing Ruby Operator Lookup!
A one-stop directory for all the operators and symbols you'll see in Ruby programs. There are sooo many π
www.visualmode.dev/ruby-operators
15.11.2024 20:57 β π 49 π 11 π¬ 4 π 5
Installed flyctl and put up a build of my new Rails app in minutes. I can't believe how easy it was. Wish I'd gone this route before instead of using a different service for my Colts app.
18.11.2024 15:20 β π 1 π 0 π¬ 0 π 0
Figured out how to change the color of a toggle based on a condition returned from my API query. Feeling somewhat accomplished today π
16.11.2024 21:33 β π 0 π 0 π¬ 0 π 0
Feels like I've been trying to learn Ruby and Rails for a long time. Still feels good to get things figured out and working as intended!
Setting a helper with the same name as a method in the helper causes a recursive loop.
14.11.2024 14:53 β π 0 π 0 π¬ 0 π 0
I seem to have created an infinite loop with this and I don't know why.
date = Date.strptime(launch_date, "%A, %D")
13.11.2024 14:39 β π 1 π 0 π¬ 0 π 0
A picture of my new kitten as he's looking up at me.
Newest member of the family!
08.11.2024 23:49 β π 4 π 1 π¬ 1 π 0
I did it! Used the parklife gem and put my Colts app up on Netlify. Render was ok, but I hated that my small app took 5 minutes to spin up.
08.11.2024 14:44 β π 0 π 0 π¬ 0 π 0
Anyone used the parklife gem in a Rails app?
06.11.2024 23:08 β π 0 π 0 π¬ 0 π 0
I used the sitepress-rails gem inside my Rails app
06.11.2024 14:08 β π 1 π 0 π¬ 0 π 0
I have a Rails ap I'd been hosting on Render, but I'm trying to build it as a static page to host elsewhere. @geetfun.com suggested I try Sitepress but I'm trying to avoid rebuilding this app again. Is there a gem or some other way to generate static site files from a Rails app?
06.11.2024 13:48 β π 1 π 1 π¬ 1 π 0
Started a new Rails app with Tailwind and was pleasantly surprised how much I like using it
02.11.2024 22:16 β π 1 π 0 π¬ 0 π 0
The best Ruby code examples.
For more PRO Tips and foundational knowledge: π https://www.rubycademy.com
Building with ruby, rails, hotwire. Writing. Teaching.
It's more fun to understand things β¨
Programming newsletter: http://buttondown.email/bhumi
theleafnode.com
Byte Sized Developer Education | Newsletter on Substack
https://www.devshorts.in/
A next-generation, progressive site generator & fullstack framework, powered by Ruby.
π https://bridgetownrb.com
Low level programmer. Exploit dev. Malware dev. Reverse engineering. Board of directors Malware village. Advisor Canadian Center for Access to Cybersecurity/Technologies Centre canadien d'accès à la cybersécurité et aux technologies
@collin.social and @joel.drapper.me discuss Ruby, web and native software development, technology and more. rooftopruby.com
UNOFFICIAL
--
RSS: https://rubyonrails.org/feed.xml
Maintaned by: @jglypt.co.uk
A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.
[bridged from https://rubyonrails.org/ on the web by https://fed.brid.gy/ ]
https://diaconou.com ... Ruby dev & freelancer. Dad. https://github.com/stevegeek, https://index.rubygems.org/profiles/stevegeek
Software Engineer | JavaScript | React | Node | Python | TechDad
#coding #technology #programming #webdevelopment #softwareengineering
Portfolio: http://markweigl.dev
linktr.ee/markweigldev
World of Warcraft addict, mains a Holy Priest, alts a Holy Paladin.
π Tech Enthusiast | AI & Dev Tools π οΈ
π₯ Sharing insights on Next.js, Payload, Supabase, Tailwind, AI, and serverless architecture.
πΊ Watch my tutorials & build with me: https://www.youtube.com/channel/UClxm1AYVvel_7Lhft3FPdhg
Chrome DevRel at Google
rviscomi.dev
Disabled USMC Vet | Widow | Living with DDD & #MS | Joomla Dev | Grave Digger | Beekeeper | Sarcastic AF (blame the MS)
MS Sucks: A snarky journal to track your MS bullshit & snarky MS apparel
mssucks.co/links
USAF vet | home cook - Sharing good food is creating a family that you want and a community that we all need to support this world.
Software engineer/educator, composer, musician, Retired US Army
Full Stack Dev | π₯ Developer Advocate π | Public Speaker π€ | Talks about Javascript, React, Open Source and web dev