Various Gems Mentioned
Authenticaiton gems
- A reusable authenticaiton framework
- Gem for interacting with 3rd party providers
- Gem for creating your own Oauth provider
- Gem for creating your own Oauth provider
Utility gems
- Gem for adding table schema information to the top of the model files
- Gem for adding Haml capabilities to your applicatoion. Haml can make it easier to write HTML, but requires a bit of learning.
Testing gems
- Gem for creating factories for testing
- Gem for createing fake test data
- Gem for cleaning the database before test runs.