Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/supermomonga/rails_template
- Owner: supermomonga
- Created: 2014-12-08T10:28:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T19:10:24.000Z (about 9 years ago)
- Last Synced: 2025-01-02T23:55:56.676Z (13 days ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
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