Details
-
New Feature
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
1.4.3, 1.5.0, 1.5.1, 1.5.2, 1.5.3
-
None
-
Ubuntu 9.10, Ruby, Rails, MongoMapper
-
Fully Compatible
Description
It would be awesome if we could do things like the following:
Array.prototype.custom_func=function
.
Currently this can be done using db.eval(), but it doesn't persist from connection to connection. It would be great if there were a way to make it persist.