useflyyer / flyyer-example-rails

Example using Rails 5 and Flyyer.io | https://docs.flyyer.io/guides/ruby/rails

Home Page:https://docs.flyyer.io/guides/ruby/rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example-rails

For development, run:

bundle install
rails s

Then go to http://localhost:3000


Created with the settings for a minimal Ruby on Rails app:

rails new \
  --database sqlite3 \
  --minimal \
  --skip-keeps \
  --skip-action-mailer \
  --skip-action-mailbox \
  --skip-action-text \
  --skip-active-storage \
  --skip-puma \
  --skip-action-cable \
  --skip-sprockets \
  --skip-spring \
  --skip-listen \
  --skip-javascript \
  --skip-turbolinks \
  --skip-test \
  --skip-system-test \
  --skip-bootsnap \
  --skip-webpack-install \
  rails-example

About

Example using Rails 5 and Flyyer.io | https://docs.flyyer.io/guides/ruby/rails

https://docs.flyyer.io/guides/ruby/rails


Languages

Language:Ruby 95.9%Language:HTML 4.1%