dhh released v1.1.3 at basecamp/name_of_person
Full Changelog: v1.1.2...v1.1.3
Full Changelog: v1.1.2...v1.1.3
Presenting names of people in full, familiar, abbreviated, and initialized forms (but without titulation etc) - GitHub - basecamp/name_of_pe
Presenting names of people in full, familiar, abbreviated, and initialized forms (but without titulation etc) - Comparing 287d1409b4...bab0a
Presenting names of people in full, familiar, abbreviated, and initialized forms (but without titulation etc) - Comparing acc6fae117...287d1
It was a rough 2023 for DEI. After the ideology completely conquered both the corporate and cultural world from 2020-2022, the reversal last
Does turbo broadcast depend on a logged in user for it to work? When I am not logged in, the broadcast happens and the page does not render
Does turbo broadcast depend on a logged in user for it to work? When I am not logged in, the broadcast happens and the page does not render
The App Store dispute can be boiled down to one big question: Is the iPhone a computer or not? If it’s a computer, we ought to have the righ
please configure app/permission to the repo/org at https://github.com/marketplace/renovate
please configure app/permission to the repo/org at https://github.com/marketplace/renovate
Apple’s recent threat of financial audits for developers who dare link to their own website was a big, revealing moment to a lot of people.
As the tech layoffs continue, there’s naturally a search for someone to blame. People are losing their jobs after all, so that must mean som
First-time entrepreneurs are often insecure about all the things they believe they don’t know. Maybe if they just get this one investor invo
Juniors are judged on effort, seniors are judged on outcomes. That’s a common and useful heuristic for evaluating employees. It neatly separ
With the successful launch of HEY Calendar a week in the rearview mirror, we’re ready for our second big launch of the new year: ONCE #1. An
kamal-deploy.org. Contribute to basecamp/kamal-site development by creating an account on GitHub.
Apple is protecting its App Store racket with the same kind of indignant entitlement that characterized Microsoft during its darkest monopol
Apple just lost an appeal on the ruling from the Epic case that mandated the company allow app developers the right to link to their own web
Computers have gotten so ridiculously fast that there is scarcely any organization in the world that can overwhelm a web-based information s
The first major Rails conference on the European continent in over a decade was a smashing success this past October in Amsterdam. Not only
The first major Rails conference on the European continent in over a decade was a smashing success this past October in Amsterdam. Not only
A quarter of a million tech workers were laid off last year from the likes of Google, Amazon, Meta, Microsoft, and thousands of other big an
The absurd egress fees charged by major hyperscalers have been one of the biggest impediments for companies to leave the cloud. We’ve been p
Something that is occasionally handy (when running a long/app-breaking migration, upgrading the database, making some fundamental change to
Deploy web apps anywhere. Contribute to basecamp/kamal development by creating an account on GitHub.
You may want to build single-arch images locally, but for a different architecture than the native one.
Deploy web apps anywhere. Contribute to basecamp/kamal development by creating an account on GitHub.
Deploy web apps anywhere. Contribute to basecamp/kamal development by creating an account on GitHub.
I’ll admit it was a bit cheeky to make our new HEY Calendar app “do something” by including Apple’s own history as a preview for people who
I’ll admit it was a bit cheeky to make our new HEY Calendar app “do something” by including Apple’s own history as a preview for people who
Apple waited until end of business on Friday to send us the formal rejection of the HEY Calendar app. It seems they love to play these littl
“I feel it in the feed. I feel it in the discourse. I smell it in the vibes. Much of the pessimism that once was is lost, for none now wish
It was a big year for ops at 37signals. In 2023, we moved seven major applications out of the cloud. Including HEY, our email service, which
Basecamp Employee Handbook. Contribute to basecamp/handbook development by creating an account on GitHub.
If there’s one value Jason and I put above all else in business, it's independence. The freedom to make our own choices, good or bad, withou
There should at least be a standard of double jeopardy when it comes to the app store monopoly regimes. If you’ve managed to overturn a reje
Denmark has long ranked high on the list of societies that American liberals dream about turning the United States into. And for many good r
Programmers at large seem eternally skeptical of style. And I’m not just talking about the stereotype of nerds in uncoordinated outfits or u
What's Changed Fix syntax error in stimulus_with_node.rb by @euxx in #134 Full Changelog: v1.3.2...v1.3.3
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
This quote is a typo, possibly due to a switch from "" to %().
This quote is a typo, possibly due to a switch from "" to %().
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
Fix syntax error: $ rails stimulus:install gems/stimulus-rails-1.3.2/lib/install/stimulus_with_node.rb:18: syntax error, unexpected ')', ex
Fix syntax error: $ rails stimulus:install gems/stimulus-rails-1.3.2/lib/install/stimulus_with_node.rb:18: syntax error, unexpected ')', ex
What's Changed Support for dasherized controller filenames by @adrienpoly in #126 Describe the two options under stimulus:manifest so they
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
Summary This PR extends the current functionality of the Gem to support Stimulus controllers with dasherized names (multi-word-dash_controll
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
Add support for bun If you create a new rails project with "--main --javascript bun" you end up with a yarn.lock and not a bun.lockb file.
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
Describe the two options under stimulus:manifest so they can be found in a rails -T listing.
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.
We’ve spent the last year tackling the number one request for our email service HEY.com: Adding a calendar! And now, in celebration of the n
Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.
Ignore "test.sqlite3-shm", "test.sqlite3-wal" files Fix warning: `*' interpreted as argument prefix Fix warning: assigned but unused variabl
Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.
This: Removes the turbo_meta_tag helper added in #542. See discussion. Add some missing documentation. Follow up to #542 (comment). cc @dh
Ruby on Rails. Contribute to faqndo97/rails development by creating an account on GitHub.