public
Rubygem
Description: Extras for DataMapper, including bridges to DataObjects::Migrations and Merb::DataMapper
Homepage: http://datamapper.org
Clone URL: git://github.com/sam/dm-more.git
Renamed dm-voyeur to dm-observer

Did these renamings:
  dm-voyeur -> dm_observer
  Voyeur -> Observer
  peep -> observe
  neighborhood_watch -> observing

Did the renaming because:
  * it makes this plugin easier to find
  * the new name is more family friendly
djwonk (author)
Wed Jun 11 18:30:22 -0700 2008
commit  6db3ffe21b792fccd70f02ff1a1d881dc0d6de9a
tree    1fdead5a134f526b9b5c8d3c4c78a8ff41856e2d
parent  8d432c6e847db710b2774f2837e56cd2cb7cada3
0
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ Including:
0
  * Migrations
0
  * Validations
0
  * Aggregates
0
- * Voyeurs
0
+ * Observers
0
 
0
 == Aggregates
0
 
...
13
14
15
16
 
...
13
14
15
 
16
0
@@ -13,4 +13,4 @@ Including
0
   * ActiveRecord-style finders
0
   * Adapters for your favorite repository or database type
0
   * Integration with your favorite web frameworks
0
- * Voyeurs for watching resources. Think observers.
0
+ * Observers for watching resources.
...
27
28
29
 
30
31
32
33
34
35
 
36
37
38
...
27
28
29
30
31
32
33
34
35
 
36
37
38
39
0
@@ -27,12 +27,13 @@ gem_paths = %w[
0
   dm-is-nested_set
0
   dm-is-tree
0
   dm-migrations
0
+ dm-observer
0
   dm-serializer
0
   dm-shorthand
0
   dm-timestamps
0
   dm-types
0
   dm-validations
0
- dm-voyeur
0
+
0
   merb_datamapper
0
 ]
0
 gems = gem_paths.map { |p| File.basename(p) }

Comments

  • djwonk Wed Jun 11 18:36:10 -0700 2008

    In my local repo, git did a better job of showing the file renames. Sorry that they don’t appear very well here.

  • adam Wed Jun 11 18:56:06 -0700 2008

    What’s the reasoning behind changing the name? There’s another dm-observers gem out there which does actually follow the Observers pattern. DM-Voyeurs uses the Hook architecture to inject callbacks. It’s not an Observer in the strictest sense.

  • djwonk Thu Jun 12 05:38:00 -0700 2008

    I’m open to another name, provided that it reflects well on the DM community. I thought using “voyeur” was not the best choice.