Tailwind UI, Hanami::API, Puma security fixes, and more

March 6, 2020, 1 p.m. (4 years, 1 month ago)
0 Comments

[00:02:13] The guys talk about how Ruby is 27 years old and Rails is 16 years old and how Yukihiro “Matz” Matsumoto is still involved with Ruby since the beginning. 


[00:03:28] Chris mentions using Python, but Ruby being more flexible and the philosophy of Matz making Ruby so special.  


[00:06:45] Jason asks the guys if anything cool is going on. Tailwinds UI is mentioned which leads into Adam Wathan’s tweet about it.  

 

[00:12:04] Listen here to see if Jason likes working on Front End code. Also, the guys discuss how they had AMAZING designers at their jobs and how they helped them.


[00:20:21] Out of Hanami World came Hanami API this week. What is Hanami and why does Jason love it? He explains what it’s really good at doing.


[00:32:09] Andrew chimes in about the most frustrating thing he’s ever had to do and Chris talks about his nightmare projects.

 

[00:33:20 Speaking of no fun, Andrew asks the guys if either of them has run into invalid authenticity token errors with Devise that they couldn’t resolve. 


[00:38:02] Puma is brought up and why it’s Chris’s favorite and Richard Schneeman and Evan Phoenix get a shout out from Andrew. 

[00:39:45] Andrew had a blog post published this week in Ruby Weekly about setting up VS Code for Rails Development and Chris dove into Shrine and rebuilt a Rails app called AnimatedGif.me.

[00:45:29] RailsConf and MicroConf are mentioned as they are both coming up in the next couple of months. 

[00:47:48] Jason joyfully mentions he released a Ruby Gem this week called, “Andrew Says.”  

[00:50:31] Chris chimes in to say one of his favorite gems is Gem Install Rails.   



Panelists:

Jason Charnes

Andrew Mason

Chris Oliver

Links:

Ruby Weekly Hanami API

Yukihiro “Matz” Matsumoto Twitter

Tailwind UI

Adam Wathan Twitter

Hanami

Dry-rb

Devise

Richard Schneeman

Evan Phoenix Twitter

Jason Charnes (Andrew_Says)

AnimatedGif.me

RailsConf 2020

MicroConf 2020

Login to Add New Comment
No comments have been posted yet, be the first one to comment.
Similar Podcasts
Tailwind CSS utility-first CSS with Adam Wathan Tailwind CSS utility-first CSS with Adam Wathan
We have Tailwind CSS author Adam Wathan on to discuss utility-first CSS, and why it’s a viable alternative to using semantic classes or BEM naming conventions. If you’ve heard of utility-first CSS but think it’s a misguided idea, or have only a vague idea of what utility CSS or atomic CSS is, this i...
Using Stitches CSS in JS to Improve on Tailwind CSS Using Stitches CSS in JS to Improve on Tailwind CSS
On this episode, we talk to Christian Alfoni & Fabrice Weinberg about their brand new Tailwind CSS inspired CSS in JS baby, Stitches! Christian & Fabrice talk about the advantages that CSS in JS offers, allowing you to get automatic Critical CSS, have narrowly scoped styles, and skip the Pu...
Chasing Bugs, Redis, Tailwind-Stimulus Controllers, and Superleggera Chasing Bugs, Redis, Tailwind-Stimulus Controllers, and Superleggera
Chris and Jason start their morning talking about different projects they've been working on....
Andrew needs a job and TailwindCSS ViewComponents Andrew needs a job and TailwindCSS ViewComponents
[00:01:03] Andrew fills us in on being laid off from his job and he talks about how his job search is going. [00:09:32] Jason asks Andrew how the interviewing process has been going and if he’s had to do any whiteboarding. Andrew tells us what he’s had to do for some interviews. [00:14:32] Andrew te...
Joined by Adam Wathan: TailwindCSS, Tailwind UI, and ActionView Components Joined by Adam Wathan: TailwindCSS, Tailwind UI, and ActionView Components
In this episode we welcome back a special guest, Adam Wathan, creator of Tailwind CSS. We find out some cool things that have happened in Tailwind, new things that have launched in Tailwind UI, and issues he ran into when building it. Adam tells us about a work system they use called the six-week cy...
Similar Tutorials
Install & Configure Tailwind CSS and Standalone CLI for your Project
Install & Configure Tailwind CSS and Standalone CLI for your Project
Tailwind CSS is a fantastic CSS utility framework that strikes a great balance between sound naming convention and artistic freedom. It allows you to rapidly prototype user interfaces for the web while also manage and ship fully customizable CSS to production. Previously, the only w...