# radlibs
**Repository Path**: mirrors_couchbaselabs/radlibs
## Basic Information
- **Project Name**: radlibs
- **Description**: Radlibs! - a sample web based social game using Ruby on Rails
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2026-05-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
= Radlibs
Based on the wonderfully creative fun of the original Penguin Books Mad Libs of
my youth, this social app takes a new spin by making it fun to create, share,
and get responses back from friends and acquaintances.
It also serves as an educational example of how to model users in Couchbase and utilize
the Couchbase Ruby gem with Rails.
== Getting Started Wiki
https://github.com/couchbaselabs/radlibs/wiki/Setup-Radlibs
== Learning Data Modeling Patterns
http://couchbasemodels.com
== Gem Dependencies
[Couchbase Ruby Gem] This is a fundamental gem for this application for using ActiveModel and the Couchbase database. For more information about setting this up on your system, please refer to: https://github.com/couchbase/couchbase-ruby-client
[Dalli Gem] This allows us to use Couchbase for the Rails cache instead of the default cookies and Sqlite3 based ActiveRecord. For more information on setting this up, refer to: https://github.com/mperham/dalli You can see the settings in config/application.rb, and config/initializers/session_store.rb
[Wordnik Gem] This allows us to lookup word definitions, parts of speech, and more great and useful information. For more information on setting this up refer to: https://github.com/wordnik/wordnik-ruby Also, you need to create an API key by going to: http://developer.wordnik.com You can refer to their API docs by going to both http://developer.wordnik.com/docs and http://rubydoc.info/gems/wordnik/4.07/frames
[Sass Rails Gem] For the wonderfully programmatic creation of CSS3, a default install with rails, but I prefer the alternative sass syntax over the scss syntax.
[Koala] This is a great Facebook API gem for convenient lookups of user info, etc. Refer to: https://github.com/arsduo/koala
== Personal Selections
For convenience I use many gems that make life easier:
[ThoughtBot's Bourbon] A very useful set of Sass based CSS mixin's that make things pretty and organized, refer to: https://github.com/thoughtbot/bourbon and http://thoughtbot.com/bourbon
[Yettings] A great little gem for creating environment based global settings through an application scope class/object. The settings are stored in a yaml file in the config folder. Refer to: https://github.com/charlotte-ruby/yettings
[Map] A great indifference gem for Hashes, allows nesting as well by Ara Howard, use strings or symbols for hash lookups. Refer to: https://github.com/ahoward/map
[Term-AnsiColor] A great gem for colorizing your terminal puts and debugging messages. Refer to: https://github.com/flori/term-ansicolor