dhh – walker – 2021-12

128 items · updated 2026-05-19 23:30 UTC · RSS · Up to archive

RT by @dhh: 🎧 We chatted with @dhh for almost 2 hours on Rails 7.0, Hotwire, building authentication from scratch, what's next for Rails, and much more. Give this episode a listen! #rails #rubyonrails

dhh twitter · 2021-12-31

🎧 We chatted with @dhh for almost 2 hours on Rails 7.0, Hotwire, building authentication from scratch, what's next for Rails, and much mo

dhh pushed to main in hotwired/turbo-rails

dhh github · 2021-12-29

Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.

dhh merged a pull request in hotwired/turbo-rails

dhh github · 2021-12-29

https://rubydoc.info/gems/turbo-rails/0.9.0/Turbo/StreamsChannel When copied from documentation and compared to whats in source code https:/

dhh commented on pull request hotwired/stimulus-rails#29

dhh github · 2021-12-25

I'm making this PR in response to this discussion. So far I've managed to get these controllers working in isolation, but I'm ha

dhh commented on pull request hotwired/stimulus-rails#90

dhh github · 2021-12-24

The thought was to provide a more useful example, one that restores functionality present in Rails 6 and prior versions: a confirmation dial

dhh closed a pull request in hotwired/stimulus-rails

dhh github · 2021-12-24

The thought was to provide a more useful example, one that restores functionality present in Rails 6 and prior versions: a confirmation dial

"It’s easy to fall in love with the idea of being a person who starts something. How much time have you actually worked on the idea itself, though? What I find is quite often a surprisingly low investment in the epicenter of the thing itself." https://www.rework.fm/you-need-less-than-you-think-season-2/

dhh twitter · 2021-12-22

"It’s easy to fall in love with the idea of being a person who starts something. How much time have you actually worked on the idea itself

RT by @dhh: Oh what's this? Just shipped in Basecamp this morning. Can you find it? Full announcement soon. For now, if you know, you know.

dhh twitter · 2021-12-22

Oh what's this? Just shipped in Basecamp this morning. Can you find it? Full announcement soon. For now, if you know, you know.

"I get that this might feel somewhat alien if you're working at a feature factory pulling tickets from a Jira backlog. That's a very different environment to the one we're cultivating at Basecamp through Shape Up." https://world.hey.com/dhh/how-we-manage-programming-projects-in-basecamp-33454b4c

dhh twitter · 2021-12-22

"I get that this might feel somewhat alien if you're working at a feature factory pulling tickets from a Jira backlog. That's a very differe

How we manage programming projects in Basecamp

dhh blog · 2021-12-22

That we manage all our programming projects in Basecamp is perhaps an obvious admission since its our own product. But it's less obvious to

“Once you get used to working with encrypted personal data, not doing it feels off. This new gem answers a problem many apps will face: perform the initial encryption in existing applications.” https://world.hey.com/jorge/a-system-to-encrypt-data-in-bulk-for-rails-e339e213

dhh twitter · 2021-12-22

“Once you get used to working with encrypted personal data, not doing it feels off. This new gem answers a problem many apps will face: pe

Email is the antidote

dhh blog · 2021-12-21

It's easy to get down on the internet as a medium for reasoned debate. Every discussion on social media that touch controversial topics seem

"A business without a path to profit isn’t a business. It’s a financial instrument. Like NFTs. You’re hoping to sell it on to the greater fool. I don’t think we need to financialize all these new companies." https://www.rework.fm/start-a-business-not-a-startup/

dhh twitter · 2021-12-21

"A business without a path to profit isn’t a business. It’s a financial instrument. Like NFTs. You’re hoping to sell it on to the grea

RT by @dhh: Rather than hold meetings, team leads at Basecamp write detailed "Heartbeats" summarizing what their team has shipped + supported over the last 6-week cycle. These are posted to Basecamp and shared with everyone at the company. Here's a real-life example: https://world.hey.com/jason/what-s-in-a-heartbeat-4fd72d0e

dhh twitter · 2021-12-21

Rather than hold meetings, team leads at Basecamp write detailed "Heartbeats" summarizing what their team has shipped + supported over the l

"There will forever be things that are wrong in the world. There always has been. The world is made better when some attention is spent some of the time attending to these issues. But it can't be all of it, everywhere, all of the time." https://world.hey.com/dhh/are-we-past-peak-woke-c313b7d1

dhh twitter · 2021-12-21

"There will forever be things that are wrong in the world. There always has been. The world is made better when some attention is spent some

Are we past peak "woke"?

dhh blog · 2021-12-21

Could John McWorter have gone on MSNBC or The View or PBS or NPR a year ago to talk about a new book called Woke Racism? Would a book with a

RT by @dhh: Especially helpful for holiday and new year's time, we just shipped a new Out of Office feature for Basecamp. Toggle it on, and "OUT" slides up over your avatar, plus OUT dates show up when mentioning or assigning. Now get out!

dhh twitter · 2021-12-20

Especially helpful for holiday and new year's time, we just shipped a new Out of Office feature for Basecamp. Toggle it on, and "OUT" slides

dhh closed an issue in hotwired/hotwire-rails

dhh github · 2021-12-20

I don't know if this is a missing feature, a bug, or I'm doing something completely wrong. Steps to reproduce: rails plugin new blog

dhh pushed to main in hotwired/hotwire-rails

dhh github · 2021-12-20

Use Hotwire in your Ruby on Rails app. Contribute to hotwired/hotwire-rails development by creating an account on GitHub.

dhh commented on issue hotwired/hotwire-rails#47

dhh github · 2021-12-20

Hi hotwired Team , I found that ruby on rails 7 uses turbo-rails, stimulus-rails , not hotwire-rails. Which way is preferred now ? hotwire-r

dhh closed an issue in hotwired/hotwire-rails

dhh github · 2021-12-20

Hi hotwired Team , I found that ruby on rails 7 uses turbo-rails, stimulus-rails , not hotwire-rails. Which way is preferred now ? hotwire-r

dhh pushed to main in hotwired/turbo

dhh github · 2021-12-19

The speed of a single-page web application without having to write any JavaScript - Comparing aa9724dd23...201f8b3260 · hotwired/turbo

Rails 7 ❤️ Tailwind 3. When you run "rails new app --css tailwind", you'll now get the full TW3 experience WITHOUT NODE! See tailwindcss-rails v2.0 release notes: https://github.com/rails/tailwindcss-rails/releases/tag/v2.0.0

dhh twitter · 2021-12-18

Rails 7 ❤️ Tailwind 3. When you run "rails new app --css tailwind", you'll now get the full TW3 experience WITHOUT NODE! See tailwindcss

dhh pushed to flavorjones-vendor-tailwindcss-executable in flavorjones/tailwindcss-rails

dhh github · 2021-12-17

Contribute to flavorjones/tailwindcss-rails development by creating an account on GitHub.

dhh pushed to flavorjones-vendor-tailwindcss-executable in flavorjones/tailwindcss-rails

dhh github · 2021-12-17

Contribute to flavorjones/tailwindcss-rails development by creating an account on GitHub.

RT by @dhh: Full @remote_ruby episode will be out soon but in the meantime you can hear @dhh talk to us about @rails 7 on YouTube. Thanks to everyone who showed up during the livestream! https://youtu.be/6xKvqYGKI9Q

dhh twitter · 2021-12-17

Full @remote_ruby episode will be out soon but in the meantime you can hear @dhh talk to us about @rails 7 on YouTube. Thanks to everyone wh

Chatting with the crew at @remote_ruby about Rails 7, and you can listen along live right now: https://www.youtube.com/watch?v=6xKvqYGKI9Q

dhh twitter · 2021-12-17

Chatting with the crew at @remote_ruby about Rails 7, and you can listen along live right now: https://www.youtube.com/watch?v=6xKvqYGKI9Q

dhh pushed to main in hotwired/stimulus

dhh github · 2021-12-17

A modest JavaScript framework for the HTML you already have - Comparing 5149adf287...eeb870a547 · hotwired/stimulus

dhh merged a pull request in hotwired/stimulus

dhh github · 2021-12-17

Closes 490 According to the Change callbacks documentation: Stimulus invokes each change callback after the controller is initialized and a

dhh reopened an issue in hotwired/stimulus

dhh github · 2021-12-17

Hi! Using Changed callbacks I've found these are always executed before the 'connect' method. Is this an intended behaviour? imp

How to add a logo to the rubyonrails.org site?

dhh discuss ruby on rails · 2021-12-17

The companies listed are picked on the basis of broad brand recognition and/or outstanding, long-term contributions to the framework. No cur

That shipping feeling

dhh blog · 2021-12-17

"Real artists ship" was one of Steve Jobs' mottos. You can clearly see that ethos still in present-day Apple. There are no far-future tech d

dhh released v1.0.2 at hotwired/stimulus-rails

dhh github · 2021-12-16

What's Changed Check for importmap configuration before updating manifest by @ianneub in #89 Full Changelog: v1.0.0...v1.0.2 (Note, skippe

dhh created a tag v1.0.2 in hotwired/stimulus-rails

dhh github · 2021-12-16

Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.

dhh pushed to main in hotwired/stimulus-rails

dhh github · 2021-12-16

Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.

dhh created a tag v1.0.1 in hotwired/stimulus-rails

dhh github · 2021-12-16

Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.

dhh pushed to main in hotwired/stimulus-rails

dhh github · 2021-12-16

Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.

dhh pushed to main in hotwired/stimulus-rails

dhh github · 2021-12-16

Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.

dhh merged a pull request in hotwired/stimulus-rails

dhh github · 2021-12-16

Only run stimulus:manifest:update if (seemingly) not using importmaps. Resolves #87

dhh closed an issue in hotwired/stimulus-rails

dhh github · 2021-12-16

With a basic Rails 7.0.0 app, running ./bin/rails stimulus:manifest:update will create a app/javascript/controllers/index.js file that doesn

dhh commented on issue hotwired/stimulus-rails#87

dhh github · 2021-12-16

With a basic Rails 7.0.0 app, running ./bin/rails stimulus:manifest:update will create a app/javascript/controllers/index.js file that doesn

dhh closed a pull request in hotwired/stimulus-rails

dhh github · 2021-12-16

This PR will make the changes proposed in #87 Instead of using relative paths to reference the js files, it will use the reference given in

dhh commented on pull request hotwired/stimulus-rails#88

dhh github · 2021-12-16

This PR will make the changes proposed in #87 Instead of using relative paths to reference the js files, it will use the reference given in

dhh commented on issue hotwired/stimulus-rails#87

dhh github · 2021-12-16

With a basic Rails 7.0.0 app, running ./bin/rails stimulus:manifest:update will create a app/javascript/controllers/index.js file that doesn

R to @dhh: HN: "The fast, satisfying feedback loop of writing a feature in Rails was replaced with weeks-long coordination efforts between independent microservices, constant discussions about tooling, and doubts over whether or not we had chosen the 'right' flavor-of-the-week framework."

dhh twitter · 2021-12-16

HN: "The fast, satisfying feedback loop of writing a feature in Rails was replaced with weeks-long coordination efforts between independent

“Having tried it I can say wow - coming from the current Javascript ecosystem makes discovering Rails a revelation. Building the web app in Rails took me 2 days – the same thing in Node would have taken 2 weeks.” https://nikodunk.com/a-node-js-developer-discovers-rails/

dhh twitter · 2021-12-16

“Having tried it I can say wow - coming from the current Javascript ecosystem makes discovering Rails a revelation. Building the web app i

"There's so much to learn these days. The conventional path, as paved by solutions extracted from giant tech companies, is a journey akin to The Oregon Trail. You might well die of dysentery before you ever get to your destination!" https://world.hey.com/dhh/the-one-person-framework-711e6318

dhh twitter · 2021-12-16

"There's so much to learn these days. The conventional path, as paved by solutions extracted from giant tech companies, is a journey akin to

The One Person Framework

dhh blog · 2021-12-16

Seven is the version of Rails I've been longing for. The one where all the cards are on the table. No more tricks up our sleeves. The culmin

R to @dhh: New boot screen ❤️

dhh twitter · 2021-12-16

New boot screen ❤️

Rails 7.0: Compress the complexity of modern web apps. Learn just what you need to get started, then keep leveling up as you go. Ruby on Rails scales from HELLO WORLD to IPO. https://rubyonrails.org

dhh twitter · 2021-12-15

Rails 7.0: Compress the complexity of modern web apps. Learn just what you need to get started, then keep leveling up as you go. Ruby on Rai

RT by @dhh: Rails 7.0 FINAL: The fulfillment of a vision to present a truly full-stack approach to web development that tackles both the front- and back-end challenges with equal vigor. https://rubyonrails.org/2021/12/15/Rails-7-fulfilling-a-vision

dhh twitter · 2021-12-15

Rails 7.0 FINAL: The fulfillment of a vision to present a truly full-stack approach to web development that tackles both the front- and back

dhh pushed to fix-scaffold-controller-namespace in ceritium/jbuilder

dhh github · 2021-12-15

Jbuilder: generate JSON objects with a Builder-style DSL - Comparing 56d333be0f...4600bb775f · ceritium/jbuilder

The art of not having a take

dhh blog · 2021-12-15

The most liberating aspect for me of writing emails rather than tweets is the natural limit on topics I might be tempted to have a take on.

dhh released v1.0.0 at hotwired/turbo-rails

dhh github · 2021-12-14

What's Changed Nothing. But we're promote 0.9.1 to 1.0.0 to go along with the final release of Rails 7.0. Because as a new sanctioned defaul

dhh created a tag v1.0.0 in hotwired/turbo-rails

dhh github · 2021-12-14

Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.

dhh pushed to main in hotwired/turbo-rails

dhh github · 2021-12-14

Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.

dhh pushed to main in hotwired/turbo-rails

dhh github · 2021-12-14

Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.

dhh commented on pull request hotwired/turbo-rails#91

dhh github · 2021-12-14

After this back and forth I realised there's no docs on how the Rails UJS method feature works with Turbo. I added docs for this and also fo

dhh closed a pull request in hotwired/turbo-rails

dhh github · 2021-12-14

After this back and forth I realised there's no docs on how the Rails UJS method feature works with Turbo. I added docs for this and also fo

dhh pushed to main in hotwired/turbo-rails

dhh github · 2021-12-14

Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.

dhh merged a pull request in hotwired/turbo-rails

dhh github · 2021-12-14

Adding logo Starting to improve the README with more links and examples. You can preview it here: https://github.com/guillaumebriday/turbo-r

dhh commented on issue hotwired/turbo-rails#276

dhh github · 2021-12-14

gem 'rails', '6.1.4.1' gem 'hotwire-rails' Turbo appears to be loading pages fine, however when I navigate to pages

dhh closed an issue in hotwired/turbo-rails

dhh github · 2021-12-14

gem 'rails', '6.1.4.1' gem 'hotwire-rails' Turbo appears to be loading pages fine, however when I navigate to pages

dhh commented on issue hotwired/turbo-rails#280

dhh github · 2021-12-14

Turbo 7 introduced targeting multiple elements with targets="#css.selectors". The Turbo::Streams::TagBuilder already supports mult

dhh commented on issue hotwired/turbo-rails#282

dhh github · 2021-12-14

Using turbo-rails with turbo-frame : Assuming there is a page with an anchor that links to "/page" and the /page action redirects

dhh closed an issue in hotwired/turbo-rails

dhh github · 2021-12-14

Using turbo-rails with turbo-frame : Assuming there is a page with an anchor that links to "/page" and the /page action redirects

dhh released v1.0.0 at hotwired/stimulus-rails

dhh github · 2021-12-14

What's Changed Improve Name Handling of Stimulus Generator by @matthee in #86 Full Changelog: v0.7.3...v1.0.0

dhh created a tag v1.0.0 in hotwired/stimulus-rails

dhh github · 2021-12-14

Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.

dhh pushed to main in hotwired/stimulus-rails

dhh github · 2021-12-14

Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.

dhh pushed to main in hotwired/stimulus-rails

dhh github · 2021-12-14

Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.

dhh merged a pull request in hotwired/stimulus-rails

dhh github · 2021-12-14

The stimulus generator expects a much more restrictive naming convention compared to other rails-esqe generators such as model or controller

dhh pushed to main in hotwired/stimulus-rails

dhh github · 2021-12-14

Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.

dhh commented on pull request hotwired/stimulus-rails#86

dhh github · 2021-12-14

The stimulus generator expects a much more restrictive naming convention compared to other rails-esqe generators such as model or controller

dhh commented on pull request hotwired/stimulus-rails#85

dhh github · 2021-12-14

See hotwired/hotwire-rails#45

RT by @dhh: A brand new Home Screen is coming to a Basecamp near you. Check out this preview, and a quick write-up of what's new and improved: https://updates.basecamp.com/post/preview-the-all-new-home-screen

dhh twitter · 2021-12-14

A brand new Home Screen is coming to a Basecamp near you. Check out this preview, and a quick write-up of what's new and improved: https://u

dhh released v0.9.1 at hotwired/turbo-rails

dhh github · 2021-12-14

What's Changed Remove unnecessary dependencies by @rmacklin in #283 Full Changelog: v0.9.0...v0.9.1

dhh created a tag v0.9.1 in hotwired/turbo-rails

dhh github · 2021-12-14

Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.

dhh pushed to main in hotwired/turbo-rails

dhh github · 2021-12-14

Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.

dhh commented on pull request hotwired/turbo-rails#110

dhh github · 2021-12-14

I typically exclude parts of rails that I don't actually use. Some are just to avoid bloat like actionmailbox, others impose behaviors

dhh pushed to main in hotwired/turbo-rails

dhh github · 2021-12-14

Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.

dhh merged a pull request in hotwired/turbo-rails

dhh github · 2021-12-14

Fixes #110

dhh closed a pull request in hotwired/turbo-rails

dhh github · 2021-12-14

I typically exclude parts of rails that I don't actually use. Some are just to avoid bloat like actionmailbox, others impose behaviors

dhh pushed to refactor/tighten_gem_dependencies in atavistock/turbo-rails

dhh github · 2021-12-14

Use Turbo in your Ruby on Rails app. Contribute to atavistock/turbo-rails development by creating an account on GitHub.

dhh pushed to main in hotwired/stimulus-rails

dhh github · 2021-12-14

Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.

Heaven is hazy

dhh blog · 2021-12-13

In trying to understand the ideology of The Elect, as John McWorter calls them, I've found a historical dive into the late 60s and early 70s

I won't let you pay me for my open source

dhh blog · 2021-12-13

In Debt: The First 5,000 Years, anthropologist David Graeber explores the fascinating history of debt and economies. It starts out by debunk

R to @dhh: “To borrow a phrase from Stallman, ‘free labor’ as in freedom, not free as gratis. Free from demands, free from debt, shame, and repayment. Free to pursue intrinsic motivation from a quest for autonomy, mastery, and purpose that isn’t shackled solely to employment or business.”

dhh twitter · 2021-12-13

“To borrow a phrase from Stallman, ‘free labor’ as in freedom, not free as gratis. Free from demands, free from debt, shame, and repay

R to @dhh: “I hereby declare a jubilee for all imagined debt or obligations you think you might owe me or owe the Rails community as a whole. Let no one call upon you to ever feel obligated to repay this vanquished debt.” https://m.signalvnoise.com/open-source-beyond-the-market/

dhh twitter · 2021-12-13

“I hereby declare a jubilee for all imagined debt or obligations you think you might owe me or owe the Rails community as a whole. Let no

“Stop viewing open source as this purely transactional, market-based exchange. Open source has the power to break us free from this hyper rational cost-benefit analysis bullshit that’s impoverishing our lives in most other ways.” https://youtu.be/VBwWbFpkltg

dhh twitter · 2021-12-13

“Stop viewing open source as this purely transactional, market-based exchange. Open source has the power to break us free from this hyper

RT by @dhh: Before kids can get started learning about web development with Rails, they need it installed on their machines. This has long been a source of pain for me, so we decided to do something about it. http://rails.new: From New Mac to Rails Development in 11 Minutes

dhh twitter · 2021-12-12

Before kids can get started learning about web development with Rails, they need it installed on their machines. This has long been a source

dhh closed an issue in hotwired/stimulus

dhh github · 2021-12-10

The docs on the stimulus.hotwired.dev dev handbook are out of date in the Designing for Resilience section. In the "Designing for Resil

dhh commented on issue hotwired/stimulus#496

dhh github · 2021-12-10

The docs on the stimulus.hotwired.dev dev handbook are out of date in the Designing for Resilience section. In the "Designing for Resil

dhh commented on issue hotwired/stimulus#498

dhh github · 2021-12-10

I'm building a website in Wordpress. Gutenberg escape everything after the ">" symbol (which should not be used in html att

dhh closed an issue in hotwired/stimulus

dhh github · 2021-12-10

I'm building a website in Wordpress. Gutenberg escape everything after the ">" symbol (which should not be used in html att

dhh pushed to main in hotwired/hotwire-site

dhh github · 2021-12-10

hotwired.dev web site. Contribute to hotwired/hotwire-site development by creating an account on GitHub.

dhh pushed to main in hotwired/hotwire-site

dhh github · 2021-12-10

hotwired.dev web site. Contribute to hotwired/hotwire-site development by creating an account on GitHub.

"It doesn't have the intellectualism of a Bryan Magee or the inquisitiveness of a William Buckley, but it does have the spirit of letting people – with whom he, his audience, and others might disagree – present their thoughts in full." https://world.hey.com/dhh/everything-popular-is-problematic-eb039e2b

dhh twitter · 2021-12-10

"It doesn't have the intellectualism of a Bryan Magee or the inquisitiveness of a William Buckley, but it does have the spirit of letting pe

Everything popular is problematic

dhh blog · 2021-12-10

I can completely see why Joe Rogan's podcast has become so popular. I've listened to maybe a dozen shows, and the way he lets his guests tal

"Infatuation is what this industry does. And while that has its drawbacks with the constant churn, the tribalism, and the amnesia of solutions past, it's also a tremendous source of energy and experimentation. You can't have one without the other." https://world.hey.com/dhh/the-time-is-right-for-hotwire-ecdb9b33

dhh twitter · 2021-12-07

"Infatuation is what this industry does. And while that has its drawbacks with the constant churn, the tribalism, and the amnesia of solutio

The time is right for Hotwire

dhh blog · 2021-12-07

It's not exactly been a big secret that I've harbored a fair skepticism towards single-page applications over the years. Not because of some

RT by @dhh: I just released Rails 7.0.0.rc1. The plan is to have the final version before Christmas. Please give it a try and report any issues you find so we can have a smooth final release https://weblog.rubyonrails.org/2021/12/6/Rails-7-0-rc-1-released/

dhh twitter · 2021-12-06

I just released Rails 7.0.0.rc1. The plan is to have the final version before Christmas. Please give it a try and report any issues you find

dhh pushed to master in basecamp/google_sign_in

dhh github · 2021-12-06

Sign in (or up) with Google for Rails applications - Comparing 4a5b945c05...7ce5948bee · basecamp/google_sign_in

dhh merged a pull request in basecamp/google_sign_in

dhh github · 2021-12-06

Bumps activerecord from 6.0.0 to 6.1.4.1. Release notes Sourced from activerecord's releases. 6.1.4 Active Support MemCacheStore: co

dhh released v1.2.1 at basecamp/google_sign_in

dhh github · 2021-12-06

What's Changed Make compatible with Rails 7 by @terracatta in #58 Full Changelog: v1.2.0...v1.2.1

dhh created a tag v1.2.1 in basecamp/google_sign_in

dhh github · 2021-12-06

Sign in (or up) with Google for Rails applications - GitHub - basecamp/google_sign_in at v1.2.1

dhh pushed to master in basecamp/google_sign_in

dhh github · 2021-12-06

Sign in (or up) with Google for Rails applications - Comparing 1685882c98...4a5b945c05 · basecamp/google_sign_in

dhh pushed to master in basecamp/google_sign_in

dhh github · 2021-12-06

Sign in (or up) with Google for Rails applications - Comparing ce49677262...1685882c98 · basecamp/google_sign_in

dhh merged a pull request in basecamp/google_sign_in

dhh github · 2021-12-06

⚠️ Dependabot is rebasing this PR ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make a

dhh pushed to dependabot/bundler/nokogiri-1.12.5 in basecamp/google_sign_in

dhh github · 2021-12-06

Sign in (or up) with Google for Rails applications - Comparing 1234e6682c...f8e9d19d78 · basecamp/google_sign_in

dhh pushed to master in basecamp/google_sign_in

dhh github · 2021-12-06

Sign in (or up) with Google for Rails applications - Comparing 1146c21765...ce49677262 · basecamp/google_sign_in

dhh merged a pull request in basecamp/google_sign_in

dhh github · 2021-12-06

Bumps addressable from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in

dhh pushed to master in basecamp/google_sign_in

dhh github · 2021-12-06

Sign in (or up) with Google for Rails applications - Comparing 12d9fea3ab...1146c21765 · basecamp/google_sign_in

dhh merged a pull request in basecamp/google_sign_in

dhh github · 2021-12-06

When upgrading to Rails 7 alpha 2 the new unsafe redirect protection conflicts with this gem. This simply allows the unsafe_redirect.

dhh commented on pull request hotwired/turbo-rails#279

dhh github · 2021-12-06

The contents of this commit were generated by executing bin/test locally.

dhh commented on issue guybedford/es-module-shims#228

dhh github · 2021-12-03

In Safari, and not Chrome or Firefox, source maps are not being loaded when going through the shim. Here are the errors: Here's the sour

dhh commented on issue guybedford/es-module-shims#228

dhh github · 2021-12-03

In Safari, and not Chrome or Firefox, source maps are not being loaded when going through the shim. Here are the errors: Here's the sour

On mission statements: "The fact that we are so blunt about how everything is bullshit sets a tone that like, we both know it’s bullshit, and maybe that eases business somehow, because so much business is bullshit." https://www.rework.fm/mission-statement-impossible/

dhh twitter · 2021-12-03

On mission statements: "The fact that we are so blunt about how everything is bullshit sets a tone that like, we both know it’s bullshit,

RT by @dhh: Bearer switched from React, Rails, and GraphQL to Hotwire. Here's what their stack looks like today. http://bearer.sh/blog/why-hotwire via @BearerSH

dhh twitter · 2021-12-02

Bearer switched from React, Rails, and GraphQL to Hotwire. Here's what their stack looks like today. http://bearer.sh/blog/why-hotwire via @

dhh commented on issue guybedford/es-module-shims#228

dhh github · 2021-12-02

In Safari, and not Chrome or Firefox, source maps are not being loaded when going through the shim. Here are the errors: Here's the sour

dhh commented on issue guybedford/es-module-shims#228

dhh github · 2021-12-02

In Safari, and not Chrome or Firefox, source maps are not being loaded when going through the shim. Here are the errors: Here's the sour

dhh pushed to main in hotwired/stimulus-rails

dhh github · 2021-12-02

Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.

dhh opened an issue in guybedford/es-module-shims

dhh github · 2021-12-02

In Safari, and not Chrome or Firefox, source maps are not being loaded when going through the shim. Here are the errors: Here's the sour

"For most small- and even medium-sized businesses, the main threat is not the few bad things that eventually happen. It's spending all your attention and energy on the ones that never do." https://world.hey.com/dhh/worrying-yourself-into-excess-37e06863

dhh twitter · 2021-12-02

"For most small- and even medium-sized businesses, the main threat is not the few bad things that eventually happen. It's spending all your

Worrying yourself into excess

dhh blog · 2021-12-02

When we were developing this HEY World system in the beginning of the year, we ended up spending a very considerable amount of time worrying

RAiLs? BUt dOEs iT sCaLe???

dhh twitter · 2021-12-01

RAiLs? BUt dOEs iT sCaLe???

"What's great about reading books instead of Twitter threads is how they allow the counter arguments room to complete. Over the course of a couple of hundred pages, you'll usually found enough common ground that your mind opens.." https://world.hey.com/dhh/books-that-bust-bubbles-35c46be2

dhh twitter · 2021-12-01

"What's great about reading books instead of Twitter threads is how they allow the counter arguments room to complete. Over the course of a

Books that might bust some bubbles

dhh blog · 2021-12-01

It's a disorientating time in America. So many societal seams are unraveling simultaneously. So few ideas for how to stitch those seams back

Books that bust bubbles

dhh blog · 2021-12-01

It's a disorientating time in America. So many societal seams are unraveling simultaneously. So few ideas for how to stitch those seams back