Original object's inspect should be added to the distributed proxy object's inspect
Reported by Mark Bates | August 7th, 2008 @ 11:54 AM | in 0.7.0
When you do .inspect on a distributed proxy class you get something like this:
#<DRb::DRbObject:0x108ff9c @uri="druby://imacbates.local:54250", @ref=19803890>
It would be nice to see something like this:
#<DRb::DRbObject:0x108ff9c @uri="druby://imacbates.local:54250", @ref=19803890>#<User id=1 username="saul_frami" password="ff14c6d989df48a45ea15b28064e0c23aebe2a3c" created_at=#<DateTime: 106040430799/43200,-1/6,2299161> updated_at=#<DateTime: 212084386159/86400,-1/6,2299161>>
Comments and changes to this ticket
-

Mark Bates August 7th, 2008 @ 06:06 PM
- → State changed from new to resolved
(from [a12d7dea695d90ebf116d02dc135edb34d0784d7]) Original object's inspect should be added to the distributed proxy object's inspect [#80 state:resolved] http://github.com/markbates/mack...
-

Mark Bates August 8th, 2008 @ 10:11 AM
(from [377cddde21884f01815bcc920a3414c1929712e1]) Made DRb::DRbObject use both the DRbObject's inspect and the referenced object's inspect. [#80] http://github.com/markbates/mack...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Mack is a Ruby web application framework focused on writing distributed, portal-like, applications. it's built on best of breed technologies, such as Rack, Cachetastic, and DataMapper.
People watching this ticket
Tags
Referenced by
-
#80 Original object's inspect should be added to the distributed proxy object's inspect
(from [a12d7dea695d90ebf116d02dc135edb34d0784d7]) Origina...
-
#80 Original object's inspect should be added to the distributed proxy object's inspect
(from [377cddde21884f01815bcc920a3414c1929712e1]) Made DR...
-
#82 mack-distributed needs an ACL
(from [c9ff2bb597018796f83858b7fe6e0f166e285db9]) Updated...