Update Gemfile:
group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails', '~> 3.5'
gem "factory_bot_rails"
gem 'capybara'
gem 'database_cleaner'
gem 'faker'
| FROM ruby:3.2.2-alpine | |
| # ============================================================================================================ | |
| # Install system packages | |
| # ============================================================================================================ | |
| RUN apk add --no-cache --update \ | |
| bash \ | |
| build-base \ | |
| curl \ | |
| gcompat \ |
Update Gemfile:
group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails', '~> 3.5'
gem "factory_bot_rails"
gem 'capybara'
gem 'database_cleaner'
gem 'faker'
The world, as we know it, has fallen into an apocalyptic scenario. The "Influenzer T-Virus" (a.k.a. Twiter Virus) is transforming human beings into stupid beasts (a.k.a. Zombies), hungry to cancel humans and eat their limbs.
You, the last survivor who knows how to code, will help the resistance by deploying a system to connect the remaining humans. This system will be essential to detect new infections and share resources between the members.
| HTTP status code symbols for Rails | |
| Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings. | |
| Status Code Symbol | |
| 1xx Informational | |
| 100 :continue | |
| 101 :switching_protocols | |
| 102 :processing |