0 Comments

cloud9 – Upgraded Rails to 6, getting Blocked host Error – Stack Overflow

Source: cloud9 – Upgraded Rails to 6, getting Blocked host Error – Stack Overflow

0 Comments

Git cheat sheets bundle – light/dark/cobolt2/fairy floss variation combo

Save time with these simple, clean Git cheat sheets so you can get back to solving problems or making cool things.This cheat sheet bundle comes with four color variations, a light, a dark version, cobolt2 and fairy floss.The color variations are based off of the Atom text editor’s One light and dark theme, Wes Bos’ […]

0 Comments

Rails ActiveRecord data types / Michael Lee

The ActiveRecord data types available in Rails 5. Source: Rails ActiveRecord data types / Michael Lee

0 Comments

ruby on rails – How to migrate from SQLite3 to PostgreSQL – Stack Overflow

sequel -C sqlite://db/development.sqlite3 postgres://user:password@localhost/dbname Source: ruby on rails – How to migrate from SQLite3 to PostgreSQL – Stack Overflow

0 Comments

Getting Started on Heroku with Rails 6.x | Heroku Dev Center

Creating, configuring, deploying and scaling Rails 6.x applications on Heroku, using Bundler dependency management. Source: Getting Started on Heroku with Rails 6.x | Heroku Dev Center

0 Comments

ruby on rails – heroku: Gemfile.lock is required issue – Stack Overflow

I have the following issue:I’m trying to deploy my project on heroku but after i rungit push heroku masterI get the following:git push heroku master -fCounting objects: 524, done.Delta Source: ruby on rails – heroku: Gemfile.lock is required issue – Stack Overflow

0 Comments

bundler – How can I resolve “Your bundle only supports platforms [“x86-mingw32”] but your local platforms are [“ruby”, “x86_64-linux”]” – Stack Overflow

bundle lock –add-platform rubybundle lock –add-platform x86_64-linux Source: bundler – How can I resolve “Your bundle only supports platforms [“x86-mingw32”] but your local platforms are [“ruby”, “x86_64-linux”]” – Stack Overflow

0 Comments

How to migrate from SQLite3 to PostgreSQL

I have a Rails application, created initially using SQLite3. Now I have a need to move it to PostgreSQL with all the data. I tried to do it as suggested in “How to migrate from SQLite to PostgreSQL ( Source: How to migrate from SQLite3 to PostgreSQL

0 Comments

Install RVM in macOS (step by step) | by Pagorn Phusaisakul | Medium

Actually, I am waiting for my workmate. He chatted back after I just start a blog. Sorry man, but I can’t stop writing 😛 Source: Install RVM in macOS (step by step) | by Pagorn Phusaisakul | Medium

0 Comments

Ruby on Rails: Switch From sqlite3 to Postgres

Have you built a Rails application on top of the default sqlite3 database and now want to deploy it to Heroku? Well I hate to break it to… Source: Ruby on Rails: Switch From sqlite3 to Postgres