HackerTrans
TopNewTrendsCommentsPastAskShowJobs

siaw23

no profile record

Submissions

RailsERD.com is now Open Source

github.com
1 points·by siaw23·10 เดือนที่ผ่านมา·0 comments

A modern, instant ERD generator for Ruby on Rails apps

railserd.com
4 points·by siaw23·10 เดือนที่ผ่านมา·1 comments

[untitled]

1 points·by siaw23·10 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by siaw23·2 ปีที่แล้ว·0 comments

DHH Rails 8, Delegated Types, Cloud Exit Podcast Interview

railschangelog.com
3 points·by siaw23·3 ปีที่แล้ว·1 comments

An Overview of Rails 7.1 Features. Part II

web.archive.org
6 points·by siaw23·4 ปีที่แล้ว·0 comments

An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1

web.archive.org
161 points·by siaw23·4 ปีที่แล้ว·124 comments

How to Open Source Book

howtoopensource.dev
6 points·by siaw23·4 ปีที่แล้ว·0 comments

comments

siaw23
·2 ปีที่แล้ว·discuss
I loved this talk by GitHub cofounder, Scott Chacon on Git at FOSDEM 2024. If you use Git, you'll benefit from watching this talk.
siaw23
·3 ปีที่แล้ว·discuss
In this episode of The Rails Changelog, DHH and I got to discuss a lot. Among what we covered are:

Kamal, Rails 8, Authentication in Rails, The Rails Foundation & Rails World, On Writing Software Well, Delegated Types, Exiting the Cloud, SSDs and a lot more!
siaw23
·3 ปีที่แล้ว·discuss
I've never had problems with upgrades, in fact the latest version of Rails make upgrading a breeze. What Rails app version are you trying to upgrade? Happy to help. Rails also has an upgrade guide that's quite good: https://guides.rubyonrails.org/upgrading_ruby_on_rails.html

And you can use https://railsdiff.org/ to check what you're missing in upgrade apps. Anything other thing that breaks would most like come from another gem, which doesn't make it Rails' fault or Ruby itself, in the case of Ruby, you can track everything to the source to fix it. Ruby keeps a change log diligently. Everything is trackable, at least in my experience.
siaw23
·3 ปีที่แล้ว·discuss
I believe you can do anything React can with Stimulus + Turbo these days. I don't do much FE but I've been tracking Hotwire for some time now.
siaw23
·3 ปีที่แล้ว·discuss
Rails has matured through the years, I'm convinced it's the right framework for any project if you already know it, you can get by with Hotwire for the FE and not run after React and the rest. Happy to be a Rails dev to be honest.
siaw23
·4 ปีที่แล้ว·discuss
very interesting, bookmarking for later. thanks.