Weeknotes vol. 8: Active Storage and shipping baby no. 6
By Garrett,
I had two (big) tasks this week (which as per usual I’m writing after the fact):
- Get file uploads integrated into the app with Active Storage
- Bring my beautiful wife to the hospital on Friday to ship baby no. 6
I’ll stick to the nerdy stuff for this post though.
There’s nothing not to love about Rails, as my experience with Active Storage further confirmed. Installation is a breeze.
bin/rails active_storage:install
-
bin/rails db:migrate
-
class Thought < ApplicationRecord has_one_attached :file end
- Make some updates to your form(s)
- Done
And then there’s all the little app specific details, and that’s what took the week.
Phil finished the Web/Mac app design, and so the next few weeks (after the break with baby) will be spent focused on production-ready HTML and CSS, which I’m very excited about. This is where my original love for the internet started and I’m excited to see what’s changed since the last time I was serious about it (probably everything).
Like this? Get email updates or grab the RSS feed.
More blog posts:
-
Weeknotes vol. 15: Professional admin dashboard maker and Mac app polisher
-
Weeknotes vol. 14: More pool, less computer
-
Weeknotes vol. 13: May the thirtieth be with you
-
Weeknotes vol. 12: Teaser site, settings screens and new ideas
-
Weeknotes vol. 11: “Basically done.”
-
Weeknotes vol. 10: Back in the CSSaddle
-
Weeknotes vol. 9: Micro-apps and nursery rhymes on Rails
-
Weeknotes vol 7: Here ye here ye, Braindrop hath reached 100 commits
-
Weeknotes vol. 6: Web and hybrid and native, oh my!
-
Weeknotes vol. 5: A month of cool stuff, a listicle
-
Weeknotes vol. 4: Coding like it’s the 80s (with stickers)
-
Weeknotes vol. 3: 404, Chunk not found
-
The road to Braindrop
-
Weeknotes vol. 2: In the rabbit holes we find marketing goals
-
Weeknotes vol. 1: The
endbeginning of an era -
Hello, world!