sudo apt-get updatesudo apt-get install -y libssl1.0.0 opensslopenssl version -aand confirm the "built on" date is >= 2014-04-07sudo lsof -n | grep ssl | grep DELand restart all listed services.
Repeat #4 until no results are returned.
| var lines = { | |
| B: 'Bakerloo', | |
| C: 'Central', | |
| D: 'District', | |
| H: 'Hammersmith & Circle', | |
| J: 'Jubilee', | |
| M: 'Metropolitan', | |
| N: 'Northern', | |
| P: 'Piccadilly', |
| { | |
| "lines": { | |
| "B": "Bakerloo", | |
| "C": "Central", | |
| "D": "District", | |
| "H": "Hammersmith & Circle", | |
| "J": "Jubilee", | |
| "M": "Metropolitan", | |
| "N": "Northern", | |
| "P": "Piccadilly", |
| # You don't need Fog in Ruby or some other library to upload to S3 -- shell works perfectly fine | |
| # This is how I upload my new Sol Trader builds (http://soltrader.net) | |
| # Based on a modified script from here: http://tmont.com/blargh/2014/1/uploading-to-s3-in-bash | |
| S3KEY="my aws key" | |
| S3SECRET="my aws secret" # pass these in | |
| function putS3 | |
| { | |
| path=$1 |
This guide will walk you through adding a ChatGPT-like messaging stream to your Ruby on Rails 7 app using ruby-openai, Rails 7, Hotwire, Turbostream, Sidekiq and Tailwind. All code included below!
Want more content like this, for free? Check out my free book, RailsAI!