-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
22 lines (19 loc) · 966 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Gearbox Tools
=============
This is the generic template work extracted from acts_as_authenticated and action_mailer_tls.
Difference
==========
* by default ActionController:Base is mixed with lib/authenticated_system.rb
* No testing support (the test code is a mess...) but authenticated_test_helper still exists to help on doing other testing
* AppConfig support for configuring smtp and various app settings (see config/app_config.yml)
What the installation does
==========================
* Install Generators for authentication package (named: auth)
* Auto-Install action_mailer_tls fork (with optional tls support)
Things to do after install
==========================
run script/generate auth to generate all authentication related files
run script/generate common to generate other helpers
- app_config.yml with initializer
- mail_config initializer
- jquery initializer if you want to use jquery (remove it from config/initializers if you don't need it)