| website | https://rossta.net |
| rossta | |
| github | rossta |
| website | https://rossta.net |
| rossta | |
| github | rossta |
I’m working on a new article to summarize what I think you need to know before choosing SQLite to back your Rails app.
Joy of Rails runs on SQLite. I’m happy with my choice but that doesn’t mean it’s right for everyone.
Are you considering SQLite? What do you want to know?
I’m alway learning new things about Rails.
Just today I discovered ActiveRecord’s "excluding" and "with"—I already have a use for both in the Joy of Rails related pages query!
I don’t know who needs to hear this but
1. Next time
1. You write
1. An ordered list
1. In markdown
1. Just use 1.
If you’re looking for even more information about Web Push, check out the Pushpad blog. Not only does Pushpad share a lot of related content, but they also own maintain the web-push Ruby gem.
Luckily, the hairy details of Web Push on the server side (like Voluntary Application server Identification (VAPID)) are abstracted away in the web-push Ruby gem.
(I should know, I wrote its initial implementation of the VAPID protocol 😅)
Integrating Web Push notifications in your app can be a little tedious. Rails 8 promises to provide a new framework (Action Notifier) to make things easier.
If you want to learn how Web Push works or even how you could add it to your Rails app today, my article can help.