Template to get rails apps started
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.
 
 
 
 
Thomas 56106e9514 remove testing of local env 2 years ago
lite remove testing of local env 2 years ago
README.md improve README for root and lite 2 years 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