Bookmarks

Bookmarks

49989 bookmarks
Custom sorting
rsjs
rsjs
Reasonable System for JavaScript Structure
·ricostacruz.com·
rsjs
Common Issues with Rails Textarea Whitespace Behaviour
Common Issues with Rails Textarea Whitespace Behaviour
While building a textarea component for RapidRails UI, I discovered an interesting Rails behaviour that affects any textarea rendering, whether in regular views or ViewComponents: Version 1: Adds unwanted whitespace Result when value is " Hello ": Hello Version 2...
·world.hey.com·
Common Issues with Rails Textarea Whitespace Behaviour
mhenrixon | Server provisioning for a kamal setup
mhenrixon | Server provisioning for a kamal setup
Kamal doesn't provision anything on your servers, it just installs docker. I use the following to provision my servers before I run Kamal setup.
·mhenrixon.com·
mhenrixon | Server provisioning for a kamal setup
Systematic system tests considered harmful
Systematic system tests considered harmful
When it comes to system tests in Rails, I fully agree with David's vision: their benefit/cost is tiny just because their cost is huge. They are a pain to write because of the poor feedback loop and a pain to maintain because of their brittleness. They make deployments slower. And they don't save you from having to test things manually....
·world.hey.com·
Systematic system tests considered harmful
Rails Simple Auth - Unlock Rails 8 Authentication
Rails Simple Auth - Unlock Rails 8 Authentication
Ruby on Rails 8 introduces a new authentication generator that makes it simple to add a basic login system to your application. This microbook will guide you through adding a Sign up system, invite system and much more to make a full fledged authentication system.
·simplerailsauth.com·
Rails Simple Auth - Unlock Rails 8 Authentication