Sha256: 2c82d1d0bdaf3ba2fb024be02b36d3ccacfe8d1675c33b469b3d7cb5700aa985

Contents?: true

Size: 970 Bytes

Versions: 2

Compression:

Stored size: 970 Bytes

Contents

0.0.1 - 0.1.0 
* Initial drop and bug fixes. Not that interesting...

0.1.1
* Updated mongo store strategy
  * Tossed out mongo mapper. Trying to stay closer to the metal
  * Shortened col names for saving space. Unfortunately lame but necessary
  * Moved user info into separate collection.
  
0.2.0
* YAML options - You can now load the rack component from a yaml file. This is
  very handy in framework where Rackamole options varies depending on the environment.
  Please refer to spec/test_configs/rackamole_test.yml for an example
  
0.2.2
* NOTICE: Wrong docs and wrong configuration for mongo store initialization
  * Corrected docs and validation for mongo store init - changed :database to :db_name
  
0.2.3
* Bug fixes
  * Fixed issue where session or param key falls under the format a.b.c which causes 
    validation problems in mongoDB. Thanks Rafael!
    
0.2.4
* Breaking off action_mailer dependencies. Now leveraging Pony for sending out email alerts.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rackamole-0.2.5 HISTORY
rackamole-0.2.4 HISTORY