# 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