Week 1

Things that would be nice to remember:Change all instance ctrl + F2Route Helper Methods: At the bash prompt, run "rails routes" or navigate to "/rails/info/routes" in live appmethods "live" in control...
0 Read More

Realtime: Broadcast from Database

Realtime: Broadcast from Database
Now you can use Realtime Broadcast to scale database changes sent to clients with Broadcast from Database.⚡️ More on Launch Week What is Supabase Realtime? You can use Supabase Realtime...
0 Read More

belongs_to default

In standard Rails applications, the default is opposite: belongs_to adds an automatic validation to foreign key columns enforcing the presence of a valid value unless you explicitly add the option opt...
0 Read More