rails new plugin, see readme for command

This commit is contained in:
2022-11-28 19:22:50 +02:00
commit f97ce5ae7b
71 changed files with 920 additions and 0 deletions

10
Gemfile Normal file
View File

@ -0,0 +1,10 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in merged.gemspec.
gemspec
gem "sprockets-rails"
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"