25 Reasons to Switch to Webpacker — Is it worth the effort to migrate JavaScript compilation from the Rails asset pipeline to Webpacker? Ross thinks so, and takes quite some time to outline the reasons here.
Ross Kaffenberger
|
'Fear-Free' Postgres Migrations for Rails — The ‘fear-free’ element here is knowing how to deal with schema migration problems that can break future queries. The good news, GoCardless have released a new tool called Nandi to help you write safer migrations.
James Turley (GoCardless)
|
RailsConf 2020 Cancelled — RailsConf 2020, an always popular conference where big Rails news often gets released, was due to take place in May in Portland. Due to the continuing COVID-19 emergency, Ruby Central has decided to postpone the event.
Ruby Central
|
Find a Dev Job Through Vettery — Vettery is completely free for job seekers. Make a profile, name your salary, and connect with hiring managers from top employers.
Vettery
|
▶ Cypress vs. Capybara: A Three Part Tutorial Series — Justin wasn’t entirely satisfied with his browser tests so he decided to face-off two popular options, Capybara and Cypress, against each other. There’s a lot to enjoy here if you have the time.
Justin Searls
|
Does Your App or Gem Need an Upgrade? — If you need to upgrade your Rails Application or dependencies and need a skilled partner, reinteractive can help. Ask for a free quote.
reinteractive
|
(Make Your Tests) Necessary and Sufficient — In a concept first put forth by the late Jim Weirich, applying these two heuristics is difficult at first, but will make your tests more effective in both coverage and design.
Justin Searls
|
Barcharts: Simple Terminal Barchart Rendering — Can use basic ASCII or Unicode block elements to turn arrays or hashes of keys and quantities into basic horizontal bar charts. gem install barchart to get it installed, BTW.
Gerald Bauer
|
|