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

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

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

0 Comments

PostgreSQL Tutorials, Resources and Training | EDB

PostgreSQL High availability – ha, Backup and recovery, Automatic failover, PostgreSQL Extensions, and resources on being successful with Postgres. Source: PostgreSQL Tutorials, Resources and Training | EDB

0 Comments

ruby version error when pushing to heroku – Stack Overflow

Source: ruby version error when pushing to heroku – Stack Overflow

0 Comments

Command Line | Heroku Dev Center

How to use the Heroku command line (CLI), formerly part of the Heroku Toolbelt. Source: Command Line | Heroku Dev Center