This is an accumulation of all my favorite Rails tools and services. With the boilerplates boilerplated and batteries included. Every Rails developer has their favorite set of tools and gems. These just happen to be mine.
.env.example
includes a good set of ENV variables to set up.
Setup includes:
- Active Admin, together with a super admin role to administer admin users. Endpoints are at
/admin
and/super_admins
. - RSpec, Factory Girl, Devise test helpers and Twitter Bootstrap setup and running.