I hereby claim:
- I am leesheppard on github.
- I am leesheppard (https://keybase.io/leesheppard) on keybase.
- I have a public key ASD-dyE98vEU8mAoDIRzwHzMf5Po8wIKzrAG1VMTUa8g_Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| db:create Creates the database for the current RAILS_ENV environment. If RAILS_ENV is not specified it defaults to the development and test databases. | |
| db:create:all Creates the database for all environments. | |
| db:drop Drops the database for the current RAILS_ENV environment. If RAILS_ENV is not specified it defaults to the development and test databases. | |
| db:drop:all Drops the database for all environments. | |
| db:migrate Runs migrations for the current environment that have not run yet. By default it will run migrations only in the development environment. | |
| db:migrate:redo Runs db:migrate:down and db:migrate:up or db:migrate:rollback and db:migrate:migrate depending on the specified migration. I usually run this after creating and running a new migration to ensure the migration is reversable. | |
| db:migrate:up Runs the up for the given migration VERSION. | |
| db:migrate:down Runs the down for the given migration VERSION. |
| /* normal flexbox */ | |
| .flexbox .flex-container { | |
| display: -webkit-flex; | |
| display: -moz-flex; | |
| display: -ms-flex; | |
| display: flex; | |
| } | |
| .flexbox .flex-container.vertical { | |
| display: -webkit-flex; | |
| display: -moz-flex; |
| Reference : https://paulbrowne.xyz/https-localhost | |
| Enter in terminal: | |
| $ cd; mkdir .ssl | |
| $ openssl req -newkey rsa:2048 -x509 -nodes -keyout .ssl/localhost.key -new -out .ssl/localhost.crt -subj /CN=localhost -reqexts SAN -extensions SAN -config <(cat /System/Library/OpenSSL/openssl.cnf <(printf '[SAN]\nsubjectAltName=DNS:localhost')) -sha256 -days 3650 | |
| $ sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain .ssl/localhost.crt |
| # http://guides.rubygems.org/command-reference/#gem-environment | |
| # <gem_command>: A string containing arguments for the specified gem command | |
| # -N, --no-document - Disable documentation generation | |
| # --[no-]document [TYPES] - Generate documentation for installed gems List the | |
| # documentation types you wish to generate. For example: rdoc,ri | |
| # --[no-]suggestions - Suggest alternates when gems are not found | |
| gem: --no-ri --no-rdoc --no-document --suggestions | |
| # The paths in which to look for gems |
| https://www.hackerrank.com | |
| https://exercism.io | |
| https://www.codewars.com | |
| https://devskiller.com/coding-tests-skill/ruby-on-rails | |
| http://rubykoans.com |
Using Ruby on Rails we would like you to create a simple expert search tool. The application should fulfill the requirements below. The source code must be placed in a public repo on GitHub. The application should be deployable on Heroku.
| Full Environments | |
| https://stackblitz.com | |
| https://aws.amazon.com/cloud9 | |
| Frontend Development Environments | |
| https://codepen.io | |
| https://codesandbox.io |
| https://code.qantas.com/ | |
| https://engineering.linkedin.com/ |