kill Rails process with find port number in macos lsof -wni tcp:3000Then, use the number in the PID column to kill the process:$ kill -9 PID https://stackoverflow.com/a/4473322/1399891 #macos (4) #rails (43) List Please enable JavaScript to view the comments powered by Disqus. How to Check Mac App Names and Open Apps from Terminal x1wins@changwoo.net Opening Apps from Te...... #macos (4) #tips (1) #terminal (2) Ruby Memory — Line by Line Breakdown x1wins@changwoo.net Ruby Memory Internal...... #ruby (18) #rails (43) #memory (3) #heap (3) #stack (4) #gc (1) #rvalue (1) #optimization (1) __NSPlaceholderDate x1wins@changwoo.net Case 1. [74118] - Wo...... #rails (43) rails cron job x1wins@changwoo.net Rails job & whenever...... #job (1) #cron (1) #rails (43) Add column and Index using ActiveRecord in Rails x1wins@changwoo.net $ rails generate mig...... #active_record (1) #alter (1) #add_column (1) #add_index (1) #rails (43) rails production deploy x1wins@changwoo.net RAILS_ENV=production...... #production (1) #deploy (3) #rake (4) #rails (43) $ rails credentials:help x1wins@changwoo.net $ rails credentials:...... #credentials:help (1) #rails (43) Rails with Docker cheat sheet x1wins@changwoo.net rails new command wi...... #kubernetes (1) #docker (30) #rails (43) asset path in controller x1wins@changwoo.net ActionController::Ba...... #ruby (18) #rails (43) Bundler could not find compatible versions x1wins@changwoo.net August 18, 2019 Rail...... #rails (43)