MOle updated - Version 0.003
We have updated the MOle plugin to pack in a few more
- Added origination ip address for users. This is useful to see where users are using your application from, as well as filtering in or out users from your organization
- Added browser tracking. Not only can you see how folks are interacting with your rails application, you can now also see what browsers they are using. This will allow you to access browser support and maximize efforts in this area.
- Multiple apps single db support. There has been scenarios where our users wanted to mole applications that used the same database. You can now namespace the mole features with the application name on the same database.
- Simpler initialization and configuration. We've eliminated all const var setup and
bottled down the initialization to a single call:
Moleable::init( :max_perf_time => 10, :app_name => 'Beast' )
Thank you all again for your support, we hope you'll find these changes useful...
New video of the new features coming soon !!
