# rails_template **Repository Path**: mirrors_Unitech/rails_template ## Basic Information - **Project Name**: rails_template - **Description**: rails new my_new_app -m rails_template/generate_template.rb - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Template Gen for Rails ## How to use `rails new eschool -m rails_template/generate_template.rb` ## Elements - Markdown helper - Bootstrap CSS from Twitter - HTML5 Boilerplate (full yielding & co) ## config/application.rb config.generators do |g| g.test_framework false g.stylesheets false # disable geneartion stylesheet g.assets false end