Skip to content
Discussion options

You must be logged in to vote

This is what works for me:

Gemfile

source "https://rubygems.org"

gem "devise"

# Solana wallet generation
gem "ed25519"
gem "base58"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 8.1"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft"
# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem "importmap-rails"
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
gem "turbo-rails"
# Hotwire's modest JavaScript fra…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@DanyloNovikov
Comment options

@tagliala
Comment options

Comment options

You must be logged in to vote
2 replies
@tagliala
Comment options

@setoelkahfi
Comment options

Answer selected by setoelkahfi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants