Leonid Svyatov
[≡]

$ tail -f ~/blog | grep #tutorial

Posts filed under #tutorial.

2026-03-03 · 8 min read The complete guide to `rails new` in Rails 8.1 A guide to Rails 8.1 rails new options, covering databases, frontend tools, deployment, testing, skipped frameworks, and common application recipes. # ruby · rails · tutorial · beginners 2020-04-24 · 1 min read How to hide Ruby 2.7 deprecation warnings system-wide Are you using rbenv? Want to hide Ruby 2.7 deprecation warnings system-wide and not to deal with it on a per-project basis? This small tutorial is for you! # ruby · rails · rbenv · tutorial 2019-02-24 · 3 min read Easier usage of Rails 5.2 credentials and app-specific configuration Have you ever thought “isn’t there a simpler, more concise way to write `Rails.application.credentials[:something]`?” This post suggests a solution to this problem. # ruby · rails · tutorial · learning 2019-02-18 · 1 min read How to send Rails deprecation warnings to Airbrake Send Rails production deprecation warnings to Airbrake with an ActiveSupport::Notifications subscriber that preserves the message and call stack. # ruby · rails · todayilearned · tutorial 2014-08-12 · 2 min read How to partition and format a drive with GNU Parted Four commands in the parted shell are all it takes to repartition and format a drive on Linux: pick the disk from parted -l, create a gpt or msdos label, make one ext4 partition, and quit. # linux · devops · tutorial · cli 2014-07-16 · 2 min read Upload and download files on a remote server with iTerm2 and Z-Modem How to send files to a remote server and pull them back from inside an SSH session, without opening a separate scp session, using the Z-Modem protocol, lrzsz and iTerm2 triggers. # macos · terminal · devops · tutorial 2013-09-16 · 1 min read Nobody knows how to upload a file with Ruby Net::HTTP Every answer online tells you to reach for a wrapper gem or shell out to curl. Ruby's standard Net::HTTP can send a multipart/form-data file upload on its own, and here is how. # ruby · webdev · tutorial · opensource 2013-08-23 · 2 min read Mac OS X: paste without the source formatting How to make Cmd+V paste plain text in every Mac OS X app, with no third-party tools and no terminal, by remapping the shortcut to Paste and Match Style in System Preferences. # macos · productivity · tutorial · tips

Hotkeys