Tutorials
A web file manager in Rails to move, download, upload and delete files
This project offers a very simple file explorer to see files in a directory, it allows to display and download files.This also allows to rename and delete files and directories simply by clicking a button.This project was quickly created to simpli...
Fail Fast and Fail Often: Handling API Errors at Scale
At Monolist, we’re building the software engineer’s ideal inbox. Our users depend on us to surface all relevant and actionable tasks and context across all the tools and services they use. For a typical engineer, this includes emails, outstanding ...
Rails 5.2 and Active Storage - the new approach to file uploads
Rails 5.2 stable version has just been released. One of its new features is a new built-in way for uploading files in your applications - ActiveStorage. That means you don't have to use third-party libraries like CarrierWave. Let's check out what ...