Skip to content
View kelso's full-sized avatar

Block or report kelso

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rails rails Public

    Forked from rails/rails

    Ruby on Rails

    Ruby

  2. How to generate Rails 7 app with Boo... How to generate Rails 7 app with Bootstrap 5 from template file
    1
    # Usage:
    2
    #   rails new my_app -m template.rb
    3
    #
    4
    # or for existing app (inside an app folder):
    5
    #   rails app:template LOCATION=../template.rb