You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
lite | 1 year ago | |
README.md | 1 year ago |
README.md
Rails templates
This repository regroups template to get RubyOnRails app started.
lite
A basic template to get started with just enough :
- postgresql
- rspec
- haml
- postmarkapp
- byebug
- bulma for the css basis
It has a very simple landing page and that's it.
basic
A bigger basis to start with. In addition to the above :
- clearance (authentication)
- pundit (authorization)
This template get you started with a few features already in :
- a landing page
- a sign up form and page
- a sign in form and page
- admin and regular roles for users
- admin dashboard to list and manage users
- a simple dashboard for regular users to change their information, password