Skip to content

Instantly share code, notes, and snippets.

View babajidemm's full-sized avatar
🎯
Coding to survive

Babajide Mayowa Moibi babajidemm

🎯
Coding to survive
View GitHub Profile
@kirillshevch
kirillshevch / rails_new_options_help.md
Last active May 21, 2025 13:01
"rails new" options for generating a new Rails application

Run rails new --help to see all of the options you can use to create a new Rails application:

Output for Rails 8+

Usage:
  rails COMMAND [options]

You must specify a command:
@bosskovic
bosskovic / Gemfile
Last active September 21, 2022 14:24
Devise as authentication solution for rails API
gem 'devise', '3.2.4'
gem 'simple_token_authentication', '1.5.0'