Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/supermomonga/rails_template

super-cool rails application template
https://github.com/supermomonga/rails_template

Last synced: 7 days ago
JSON representation

super-cool rails application template

Awesome Lists containing this project

README

        

# Super cool rails application template

(WIP)

## How to use

```sh
rails new [name] -m https://raw.githubusercontent.com/supermomonga/rails_template/master/basic.rb

```

## Server/Runner

- unicorn
- foreman

## Admin

- activeadmin

## Form

- simple_form
- ransack

## Database

- squeel

## Benri
friendly_id

## Authentication

- devise
- cancancan
- rorify

## Views

- slim
- coffee_script

## Themes

- bootstrap-sass
- rails-assets-bootswatch-scss
- font-awesome-sass

## Development

- better_errors
- binding_of_caller
- spring
- html2slim
- letter_opener_web

## Test

- rspec-rails
- database_cleaner
- capybara
- factory_girl_rails