0 Comments

Ruby and Rails Backup and Restore My SQL DB

To backup: mysqldump -u user -p DATABASE > backup.sql To import: mysql -u user -p DATABASE < backup.sql

0 Comments

Ruby on Rails exporting data

I got a rails site and a mysql db. I need to perform archiving one of my models. What are my options? does rails got some built in capabilities? does mysql got any? Source: Ruby on Rails exporting data

0 Comments

increasing-the-amount-of-inotify-watchers

https://github.com/guard/listen/blob/master/README.md#increasing-the-amount-of-inotify-watchers

0 Comments

GitHub – rvm/ubuntu_rvm: Ubuntu package for RVM

Ubuntu package for RVM. Contribute to rvm/ubuntu_rvm development by creating an account on GitHub. Source: GitHub – rvm/ubuntu_rvm: Ubuntu package for RVM

0 Comments

How-to resolve issue with -J10 Error

How to Fix J10 Error https://www.blogarama.com/technology-blogs/247250-g33ktricks-source-tips-tricks-blog/43639289-resolve-ruby-error-running-rvmmake-j10-macbook/

0 Comments

How to change the Ruby version in Gemfile

Source: How to change the Ruby version in Gemfile

0 Comments

How-to setup Ruby Environment

Install tools and configure your computer for Ruby application development. https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ruby-development-environment.html

0 Comments

PostgreSQL In Windows Subsystem for Linux (WSL)

To start refresh clean up the previous install using : Source: PostgreSQL In Windows Subsystem for Linux (WSL)

0 Comments

How-to update Ruby Gems

How-to update ruby gems https://www.moncefbelyamani.com/how-to-update-gems-in-your-gemfile/

0 Comments

Ruby: SQLite3::BusyException: database is locked:

Source: Ruby: SQLite3::BusyException: database is locked: