icostan / 3dp

Fast bootstrap Ruby/Rails projects in just 3 days.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3dp Build Status

3 Days Project

Generation

Generate new rails app:

rails new blog -m ~/Projects/3dp/rails-template.rb  --skip-test-unit  --skip-spring --skip-turbolinks

Enhance existing app:

bundle exec rake app:template LOCATION=~/Projects/3dp/rails-template.rb

Generate default scaffold:

rails g scaffold post boolean:boolean email url phone password search uuid text:text file hidden integer:integer float:float range:range date:date time:time country time_zone

About

Fast bootstrap Ruby/Rails projects in just 3 days.


Languages

Language:Ruby 71.4%Language:HTML 20.0%Language:Gherkin 6.7%Language:CSS 1.9%