We’re re-running our online workshop “How to Supercharge Your Rails App with a Code Audit” and you’re invited!
Join us as we discuss the rise of security threats during COVID-19, and how upgrading your Rails application can protect your business and users.
The COVID-19 pandemic has brought with it an increase in cyber threats, but we can fight back by being more thoughtful about web security.
Learn thoughtbot’s approach and process around conducting code audits on Rails apps for our clients.
Scheduling, recurring events and relative dates have always been hard. Until now.
Making Elm + Rails/ActiveStorage play nice together.
Naming presenters can be challenging. By shifting our perspective to look at what abstraction we are representing rather than the data being presented, we can bring clarity to our presenters, views, and models.
Use synvert snippets to automatically rewrite ruby code for a smoother upgrade path to Rails 5.
When faking external services in tests, start with something simple. I like having a public interface to adapters and having an in-memory adapter for tests. Let me show you an example.
How can you do token authentication with Rails out of the box?