Skip to content

Instantly share code, notes, and snippets.

@kryzhovnik
Last active June 18, 2020 19:42
Show Gist options
  • Save kryzhovnik/623ec488a649eefca7b0a8d55dfca581 to your computer and use it in GitHub Desktop.
Save kryzhovnik/623ec488a649eefca7b0a8d55dfca581 to your computer and use it in GitHub Desktop.
rails _5.2.4.3_ new test_ratl_plugin
cd test_ratl_plugin
Add following lines to Gemfile:
gem 'rails_admin'
gem 'rails_admin_tag_list', git: 'https://github.com/kryzhovnik/rails_admin_tag_list'
gem 'acts-as-taggable-on',
bundle
bin/rake acts_as_taggable_on_engine:install:migrations
bin/rails g rails_admin:install
bin/rails g model Player name
bin/rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment