Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimmyn/rails-templates

Simple temlates for fast RoR setup
https://github.com/jimmyn/rails-templates

Last synced: about 4 hours ago
JSON representation

Simple temlates for fast RoR setup

Awesome Lists containing this project

README

        

# Rails Templates
Simple temlates for fast RoR setup

## Set up for simple RoR app with active_admin and other stuff
```
rails new app_name -m https://raw.githubusercontent.com/jimmyn/rails-templates/master/mongo.rb --skip-active-record
```