https://github.com/icostan/3dp
Fast bootstrap Ruby/Rails projects in just 3 days.
https://github.com/icostan/3dp
mongodb rails rspec ruby
Last synced: 3 months ago
JSON representation
Fast bootstrap Ruby/Rails projects in just 3 days.
- Host: GitHub
- URL: https://github.com/icostan/3dp
- Owner: icostan
- Created: 2015-01-24T16:02:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T11:01:38.000Z (over 3 years ago)
- Last Synced: 2024-10-31T10:12:36.092Z (over 1 year ago)
- Topics: mongodb, rails, rspec, ruby
- Language: Ruby
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3dp [](https://travis-ci.org/icostan/3dp)
3 Days Project
## Generation
Generate new rails app:
```shell
rails new blog -m ~/Projects/3dp/rails-template.rb --skip-test-unit --skip-spring --skip-turbolinks
```
Enhance existing app:
```shell
bundle exec rake app:template LOCATION=~/Projects/3dp/rails-template.rb
```
Generate default scaffold:
```shell
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
```