octopi 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (153) hide show
  1. data/.gitignore +5 -0
  2. data/Rakefile +2 -84
  3. data/examples/authenticated.rb +20 -0
  4. data/examples/github.yml.example +14 -0
  5. data/examples/issues.rb +18 -0
  6. data/examples/overall.rb +50 -0
  7. data/lib/octopi/version.rb +3 -0
  8. data/octopi.gemspec +20 -93
  9. data/real_world_test/commit_test.rb +20 -0
  10. data/real_world_test/repository_test.rb +19 -0
  11. data/real_world_test/test_helper.rb +11 -0
  12. data/test/.gitconfig +3 -0
  13. data/test/api_test.rb +58 -0
  14. data/test/authenticated_test.rb +39 -0
  15. data/test/base_test.rb +20 -0
  16. data/test/blob_test.rb +23 -0
  17. data/test/branch_test.rb +20 -0
  18. data/test/commit_test.rb +89 -0
  19. data/test/file_object_test.rb +39 -0
  20. data/test/gist_test.rb +16 -0
  21. data/test/issue_comment.rb +19 -0
  22. data/test/issue_set_test.rb +33 -0
  23. data/test/issue_test.rb +136 -0
  24. data/test/key_set_test.rb +29 -0
  25. data/test/key_test.rb +35 -0
  26. data/test/repository_set_test.rb +23 -0
  27. data/test/repository_test.rb +164 -0
  28. data/test/stubs/account +691 -0
  29. data/test/stubs/blob/fcoury/octopi/plain/f6609209c3ac0badd004512d318bfaa508ea10ae +20 -0
  30. data/test/stubs/comments/fcoury/octopi/comments +30 -0
  31. data/test/stubs/comments/fcoury/octopi/comments.atom +48 -0
  32. data/test/stubs/commits/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae +94 -0
  33. data/test/stubs/commits/fcoury/octopi/lazy +491 -0
  34. data/test/stubs/commits/fcoury/octopi/master +477 -0
  35. data/test/stubs/commits/fcoury/octopi/octopi.rb +818 -0
  36. data/test/stubs/commits/fcoury/rboard/master +437 -0
  37. data/test/stubs/dashboard +231 -0
  38. data/test/stubs/errors/repository/not_found +16 -0
  39. data/test/stubs/gists/159579 +18 -0
  40. data/test/stubs/issues/fcoury/octopi/27 +42 -0
  41. data/test/stubs/issues/fcoury/octopi/27-reopened +27 -0
  42. data/test/stubs/issues/fcoury/octopi/28 +27 -0
  43. data/test/stubs/issues/fcoury/octopi/28-closed +27 -0
  44. data/test/stubs/issues/fcoury/octopi/28-edited +27 -0
  45. data/test/stubs/issues/fcoury/octopi/closed +175 -0
  46. data/test/stubs/issues/fcoury/octopi/comment/28-comment +15 -0
  47. data/test/stubs/issues/fcoury/octopi/labels/28-maybe-two-point-oh +16 -0
  48. data/test/stubs/issues/fcoury/octopi/labels/28-one-point-oh +16 -0
  49. data/test/stubs/issues/fcoury/octopi/labels/28-remove-maybe-two-point-oh +14 -0
  50. data/test/stubs/issues/fcoury/octopi/labels/28-remove-one-point-oh +15 -0
  51. data/test/stubs/issues/fcoury/octopi/new +27 -0
  52. data/test/stubs/issues/fcoury/octopi/open +329 -0
  53. data/test/stubs/issues/fcoury/octopi/search +139 -0
  54. data/test/stubs/login +157 -0
  55. data/test/stubs/repos/fcoury/octopi/branches +18 -0
  56. data/test/stubs/repos/fcoury/octopi/collaborators +16 -0
  57. data/test/stubs/repos/fcoury/octopi/delete-token +13 -0
  58. data/test/stubs/repos/fcoury/octopi/languages +16 -0
  59. data/test/stubs/repos/fcoury/octopi/main +12 -0
  60. data/test/stubs/repos/fcoury/octopi/master +24 -0
  61. data/test/stubs/repos/fcoury/octopi/tags +23 -0
  62. data/test/stubs/repos/fcoury/octopus/main +24 -0
  63. data/test/stubs/repos/fcoury/rboard/main +12 -0
  64. data/test/stubs/repos/fcoury/rboard/master +24 -0
  65. data/test/stubs/repos/search +238 -0
  66. data/test/stubs/repos/show/fcoury +463 -0
  67. data/test/stubs/repos/show/fcoury-private +454 -0
  68. data/test/stubs/tree/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae +54 -0
  69. data/test/stubs/users/Caged +26 -0
  70. data/test/stubs/users/FooBarWidget +26 -0
  71. data/test/stubs/users/aslakhellesoy +26 -0
  72. data/test/stubs/users/augustl +26 -0
  73. data/test/stubs/users/bcalloway +26 -0
  74. data/test/stubs/users/benaskins +26 -0
  75. data/test/stubs/users/benhoskings +26 -0
  76. data/test/stubs/users/bjeanes +27 -0
  77. data/test/stubs/users/cldwalker +26 -0
  78. data/test/stubs/users/danlucraft +26 -0
  79. data/test/stubs/users/dchelimsky +26 -0
  80. data/test/stubs/users/dcrec1 +26 -0
  81. data/test/stubs/users/defunkt +26 -0
  82. data/test/stubs/users/derencius +26 -0
  83. data/test/stubs/users/diy +21 -0
  84. data/test/stubs/users/documentcloud +26 -0
  85. data/test/stubs/users/drnic +26 -0
  86. data/test/stubs/users/dustin +26 -0
  87. data/test/stubs/users/eladmeidar +26 -0
  88. data/test/stubs/users/elliottcable +26 -0
  89. data/test/stubs/users/entp +26 -0
  90. data/test/stubs/users/fcoury +26 -0
  91. data/test/stubs/users/fcoury-private +36 -0
  92. data/test/stubs/users/follow +15 -0
  93. data/test/stubs/users/follow-rails +15 -0
  94. data/test/stubs/users/followers +24 -0
  95. data/test/stubs/users/following +28 -0
  96. data/test/stubs/users/giraffesoft +26 -0
  97. data/test/stubs/users/gwoliveira +26 -0
  98. data/test/stubs/users/hashrocket +26 -0
  99. data/test/stubs/users/hcatlin +26 -0
  100. data/test/stubs/users/jamis +26 -0
  101. data/test/stubs/users/jnicklas +26 -0
  102. data/test/stubs/users/jnunemaker +26 -0
  103. data/test/stubs/users/jruby +21 -0
  104. data/test/stubs/users/kballard +26 -0
  105. data/test/stubs/users/kchris +26 -0
  106. data/test/stubs/users/key-added +20 -0
  107. data/test/stubs/users/key-removed +17 -0
  108. data/test/stubs/users/keys +21 -0
  109. data/test/stubs/users/knewter +26 -0
  110. data/test/stubs/users/lachie +26 -0
  111. data/test/stubs/users/lachlanhardy +26 -0
  112. data/test/stubs/users/lenary +26 -0
  113. data/test/stubs/users/lifo +26 -0
  114. data/test/stubs/users/maccman +26 -0
  115. data/test/stubs/users/markgandolfo +26 -0
  116. data/test/stubs/users/mbleigh +26 -0
  117. data/test/stubs/users/mhodgson +26 -0
  118. data/test/stubs/users/mocra +26 -0
  119. data/test/stubs/users/mojombo +26 -0
  120. data/test/stubs/users/newbamboo +26 -0
  121. data/test/stubs/users/notahat +26 -0
  122. data/test/stubs/users/opscode +26 -0
  123. data/test/stubs/users/paulorv +26 -0
  124. data/test/stubs/users/pvande +21 -0
  125. data/test/stubs/users/rack +26 -0
  126. data/test/stubs/users/radar +26 -0
  127. data/test/stubs/users/rails +26 -0
  128. data/test/stubs/users/railscampau +21 -0
  129. data/test/stubs/users/redinger +26 -0
  130. data/test/stubs/users/remi +26 -0
  131. data/test/stubs/users/search-radar +27 -0
  132. data/test/stubs/users/shanesveller +26 -0
  133. data/test/stubs/users/shuber +26 -0
  134. data/test/stubs/users/softprops +26 -0
  135. data/test/stubs/users/superfeedr +26 -0
  136. data/test/stubs/users/svenfuchs +26 -0
  137. data/test/stubs/users/taylorrf +26 -0
  138. data/test/stubs/users/technoweenie +26 -0
  139. data/test/stubs/users/tgraham +26 -0
  140. data/test/stubs/users/thoughtbot +26 -0
  141. data/test/stubs/users/tmm1 +26 -0
  142. data/test/stubs/users/tobi +26 -0
  143. data/test/stubs/users/tpope +26 -0
  144. data/test/stubs/users/unfollow-rails +14 -0
  145. data/test/stubs/users/watched-repos +1668 -0
  146. data/test/stubs/users/webbynode +26 -0
  147. data/test/stubs/users/wvanbergen +26 -0
  148. data/test/stubs/users/wycats +26 -0
  149. data/test/tag_test.rb +20 -0
  150. data/test/test_helper.rb +251 -0
  151. data/test/user_test.rb +97 -0
  152. data/test_auth.rb +5 -0
  153. metadata +359 -73
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:48 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "f7f967bcc68b2e729b3746071b3d7c16"
8
+ X-Runtime: 14ms
9
+ Content-Length: 253
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: doug tangren
16
+ company:
17
+ location: nyc
18
+ created_at: 2008-03-04 19:41:51 -08:00
19
+ public_gist_count: 33
20
+ public_repo_count: 17
21
+ blog: lessis.me
22
+ following_count: 48
23
+ id: 2242
24
+ followers_count: 6
25
+ login: softprops
26
+ email: ""
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.26
3
+ Date: Sat, 01 Aug 2009 11:51:39 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 20ms
9
+ ETag: "4cbbb424dc3a0688693e977ce26213d4"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 306
12
+
13
+ ---
14
+ user:
15
+ name: Superfeedr.com
16
+ company: Notifixious
17
+ following_count: 607
18
+ public_gist_count: 9
19
+ public_repo_count: 8
20
+ blog: http://superfeedr.com
21
+ id: 83422
22
+ followers_count: 26
23
+ login: superfeedr
24
+ location: Earth!
25
+ email: superfeedr@superfeedr.com
26
+ created_at: 2009-05-11 14:20:36 -07:00
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:49 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "a80da464516051d65f1487e36e5211c6"
8
+ X-Runtime: 15ms
9
+ Content-Length: 304
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: Sven Fuchs
16
+ company:
17
+ location: Germany/Berlin
18
+ created_at: 2008-03-04 12:38:09 -08:00
19
+ public_gist_count: 34
20
+ public_repo_count: 30
21
+ blog: http://www.artweb-design.de
22
+ following_count: 8
23
+ id: 2208
24
+ followers_count: 71
25
+ login: svenfuchs
26
+ email: svenfuchs@artweb-design.de
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.26
3
+ Date: Sat, 01 Aug 2009 11:51:40 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 100ms
9
+ ETag: "2655f46411e18f2f7624bda82245af39"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 295
12
+
13
+ ---
14
+ user:
15
+ name: Tailor R. Fontela
16
+ company: ""
17
+ following_count: 70
18
+ public_gist_count: 1
19
+ public_repo_count: 6
20
+ blog: www.tailorfontela.com.br
21
+ id: 21313
22
+ followers_count: 8
23
+ login: taylorrf
24
+ location: Canoas/RS
25
+ email: taylorrf@gmail.com
26
+ created_at: 2008-08-20 13:33:56 -07:00
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:49 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "d4f6c7eda48df0eb9bea13461bc1378c"
8
+ X-Runtime: 22ms
9
+ Content-Length: 276
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: rick
16
+ company: entp.com
17
+ location: portland
18
+ created_at: 2008-01-13 20:33:35 -08:00
19
+ public_gist_count: 43
20
+ public_repo_count: 76
21
+ blog: http://techno-weenie.net
22
+ following_count: 11
23
+ id: 21
24
+ followers_count: 927
25
+ login: technoweenie
26
+ email: ""
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.31
3
+ Date: Sat, 01 Aug 2009 11:51:37 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 12ms
9
+ ETag: "6c81f5c8f70d08ccda0af7b2f3340b88"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 293
12
+
13
+ ---
14
+ user:
15
+ name: Travis Graham
16
+ company: Smith & Hammaker
17
+ following_count: 3
18
+ public_gist_count: 0
19
+ public_repo_count: 1
20
+ blog:
21
+ id: 28802
22
+ followers_count: 2
23
+ login: tgraham
24
+ location: Knoxville, TN
25
+ email: tgraham@smithandhammaker.com
26
+ created_at: 2008-10-13 12:39:48 -07:00
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:50 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "eb14cad2b4bef6b2a1da11461d5bc218"
8
+ X-Runtime: 52ms
9
+ Content-Length: 355
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: thoughtbot, inc.
16
+ company: thoughtbot, inc.
17
+ location: Boston, NYC, Philadelphia, San Francisco
18
+ created_at: 2008-04-10 11:00:20 -07:00
19
+ public_gist_count: 785
20
+ public_repo_count: 29
21
+ blog: http://giantrobots.thoughtbot.com
22
+ following_count: 11
23
+ id: 6183
24
+ followers_count: 550
25
+ login: thoughtbot
26
+ email: info@thoughtbot.com
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.31
3
+ Date: Sat, 01 Aug 2009 11:51:34 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 30ms
9
+ ETag: "aca83b181e2b6b1a9b172dce0a49c8f2"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 289
12
+
13
+ ---
14
+ user:
15
+ name: Aman Gupta
16
+ company: ""
17
+ following_count: 71
18
+ public_gist_count: 72
19
+ public_repo_count: 45
20
+ blog: http://twitter.com/tmm1
21
+ id: 2567
22
+ followers_count: 143
23
+ login: tmm1
24
+ location: San Francisco, CA
25
+ email: aman@tmm1.net
26
+ created_at: 2008-03-07 18:10:31 -08:00
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:50 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "1018cf9120b7b4c5b21044f72f36efd2"
8
+ X-Runtime: 14ms
9
+ Content-Length: 319
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: "Tobias L\xC3\xBCtke"
16
+ company: jadedPixel Technologies Inc
17
+ location: Ottawa, Canada
18
+ created_at: 2008-02-17 12:58:38 -08:00
19
+ public_gist_count: 11
20
+ public_repo_count: 17
21
+ blog: blog.leetsoft.com
22
+ following_count: 23
23
+ id: 347
24
+ followers_count: 125
25
+ login: tobi
26
+ email: tobi@leetsoft.com
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.31
3
+ Date: Sat, 01 Aug 2009 11:54:23 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 24ms
9
+ ETag: "160f5ee7082d06aaaa74cc6135bdec61"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 285
12
+
13
+ ---
14
+ user:
15
+ name: Tim Pope
16
+ company: Hashrocket
17
+ following_count: 2
18
+ public_gist_count: 5
19
+ public_repo_count: 10
20
+ blog: http://www.tpope.net/node/106
21
+ id: 378
22
+ followers_count: 110
23
+ login: tpope
24
+ location: Jacksonville, FL
25
+ email:
26
+ created_at: 2008-02-18 10:08:55 -08:00
@@ -0,0 +1,14 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.31
3
+ Date: Sun, 02 Aug 2009 00:07:54 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 10ms
9
+ ETag: "3cb913170d403b8a731721650eea0598"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 12
12
+
13
+ ---
14
+ users:
@@ -0,0 +1,1668 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:04:36 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "4a7b5b0089e95bcddd2b5cd0e6f84f8f"
8
+ X-Runtime: 453ms
9
+ Content-Length: 44252
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ repositories:
15
+ - :description: "Merb Core: All you need. None you don't."
16
+ :url: http://github.com/wycats/merb-core
17
+ :homepage: http://www.merbivore.com
18
+ :fork: false
19
+ :forks: 58
20
+ :private: false
21
+ :name: merb-core
22
+ :owner: wycats
23
+ :open_issues: 0
24
+ :watchers: 604
25
+ - :description: Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in.
26
+ :url: http://github.com/technoweenie/restful-authentication
27
+ :homepage: http://weblog.techno-weenie.net
28
+ :fork: false
29
+ :pledgie: 731
30
+ :forks: 222
31
+ :private: false
32
+ :name: restful-authentication
33
+ :owner: technoweenie
34
+ :open_issues: 5
35
+ :watchers: 2153
36
+ - :description: Rails RESTful controller abstraction plugin.
37
+ :url: http://github.com/giraffesoft/resource_controller
38
+ :homepage: http://jamesgolick.com/resource_controller
39
+ :fork: false
40
+ :pledgie: 1078
41
+ :forks: 63
42
+ :private: false
43
+ :name: resource_controller
44
+ :owner: giraffesoft
45
+ :open_issues: 5
46
+ :watchers: 496
47
+ - :description: Chronic is a pure Ruby natural language date parser.
48
+ :url: http://github.com/mojombo/chronic
49
+ :homepage: http://chronic.rubyforge.org
50
+ :fork: false
51
+ :forks: 47
52
+ :private: false
53
+ :name: chronic
54
+ :owner: mojombo
55
+ :open_issues: 2
56
+ :watchers: 231
57
+ - :description: Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
58
+ :url: http://github.com/drnic/ruby-on-rails-tmbundle
59
+ :homepage: http://groups.google.com/group/rails-textmate
60
+ :fork: false
61
+ :pledgie: 749
62
+ :forks: 65
63
+ :private: false
64
+ :name: ruby-on-rails-tmbundle
65
+ :owner: drnic
66
+ :open_issues: 1
67
+ :watchers: 770
68
+ - :description: "Database backed asynchronous priority queue -- Extracted from Shopify "
69
+ :url: http://github.com/tobi/delayed_job
70
+ :homepage: http://tobi.github.com/delayed_job
71
+ :fork: false
72
+ :forks: 113
73
+ :private: false
74
+ :name: delayed_job
75
+ :owner: tobi
76
+ :open_issues: 13
77
+ :watchers: 1060
78
+ - :description: Ruby TextMate bundle
79
+ :url: http://github.com/drnic/ruby-tmbundle
80
+ :homepage: http://drnicwilliams.com
81
+ :fork: false
82
+ :forks: 20
83
+ :private: false
84
+ :name: ruby-tmbundle
85
+ :owner: drnic
86
+ :open_issues: 0
87
+ :watchers: 89
88
+ - :description: Behaviour Driven Development framework for Ruby
89
+ :url: http://github.com/dchelimsky/rspec
90
+ :homepage: http://rspec.info
91
+ :fork: false
92
+ :pledgie: 1093
93
+ :forks: 128
94
+ :private: false
95
+ :name: rspec
96
+ :owner: dchelimsky
97
+ :open_issues: 0
98
+ :watchers: 1300
99
+ - :description: A mirror of the mephisto code-base
100
+ :url: http://github.com/technoweenie/mephisto
101
+ :homepage: http://mephistoblog.com/
102
+ :fork: true
103
+ :pledgie: 742
104
+ :forks: 49
105
+ :private: false
106
+ :name: mephisto
107
+ :owner: technoweenie
108
+ :open_issues: 0
109
+ :watchers: 267
110
+ - :description: ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
111
+ :url: http://github.com/technoweenie/acts_as_paranoid
112
+ :homepage: ""
113
+ :fork: false
114
+ :forks: 38
115
+ :private: false
116
+ :name: acts_as_paranoid
117
+ :owner: technoweenie
118
+ :open_issues: 5
119
+ :watchers: 281
120
+ - :description: A fully featured forum system compatible with Rails 2.3
121
+ :url: http://github.com/radar/rboard
122
+ :homepage: http://forum.frozenplague.net
123
+ :fork: false
124
+ :pledgie: 1801
125
+ :forks: 31
126
+ :private: false
127
+ :name: rboard
128
+ :owner: radar
129
+ :open_issues: 4
130
+ :watchers: 250
131
+ - :description: Natural-looking Finder Queries for ActiveRecord
132
+ :url: http://github.com/thoughtbot/squirrel
133
+ :homepage: http://www.thoughtbot.com/projects/squirrel
134
+ :fork: false
135
+ :forks: 19
136
+ :private: false
137
+ :name: squirrel
138
+ :owner: thoughtbot
139
+ :open_issues: 2
140
+ :watchers: 214
141
+ - :description: BDD that talks to domain experts first and code second
142
+ :url: http://github.com/aslakhellesoy/cucumber
143
+ :homepage: http://cukes.info/
144
+ :fork: false
145
+ :forks: 215
146
+ :private: false
147
+ :name: cucumber
148
+ :owner: aslakhellesoy
149
+ :open_issues: 0
150
+ :watchers: 1599
151
+ - :description: First attempt at a rails plugin. A form captcha with a textual question.
152
+ :url: http://github.com/softprops/captcha_with_question
153
+ :homepage: ""
154
+ :fork: false
155
+ :forks: 0
156
+ :private: false
157
+ :name: captcha_with_question
158
+ :owner: softprops
159
+ :open_issues: 0
160
+ :watchers: 11
161
+ - :description: The official Ruby Library for interacting with the Lighthouse API
162
+ :url: http://github.com/Caged/lighthouse-api
163
+ :homepage: http://lighthouseapp.com/api
164
+ :fork: false
165
+ :forks: 13
166
+ :private: false
167
+ :name: lighthouse-api
168
+ :owner: Caged
169
+ :open_issues: 0
170
+ :watchers: 64
171
+ - :description: Mirror of validation reflection plugin
172
+ :url: http://github.com/redinger/validation_reflection
173
+ :homepage: http://rubyforge.org/projects/valirefl/
174
+ :fork: false
175
+ :forks: 8
176
+ :private: false
177
+ :name: validation_reflection
178
+ :owner: redinger
179
+ :open_issues: 1
180
+ :watchers: 204
181
+ - :description: PLEASE CHECK http://github.com/lifo/docrails/wikis
182
+ :url: http://github.com/lifo/docrails
183
+ :homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
184
+ :fork: false
185
+ :forks: 59
186
+ :private: false
187
+ :name: docrails
188
+ :owner: lifo
189
+ :open_issues: 1
190
+ :watchers: 334
191
+ - :description: String matching extension for Ruby (fork of svn repo)
192
+ :url: http://github.com/kballard/amatch
193
+ :homepage: http://amatch.rubyforge.org
194
+ :fork: false
195
+ :forks: 1
196
+ :private: false
197
+ :name: amatch
198
+ :owner: kballard
199
+ :open_issues: 0
200
+ :watchers: 5
201
+ - :description: ActsAsList plugin
202
+ :url: http://github.com/rails/acts_as_list
203
+ :homepage: http://rubyonrails.org
204
+ :fork: false
205
+ :forks: 28
206
+ :private: false
207
+ :name: acts_as_list
208
+ :owner: rails
209
+ :open_issues: 0
210
+ :watchers: 250
211
+ - :description: This pretentious little plugin aims to make nested_set cool again
212
+ :url: http://github.com/jnicklas/eb_nested_set
213
+ :homepage: ""
214
+ :fork: false
215
+ :forks: 2
216
+ :private: false
217
+ :name: eb_nested_set
218
+ :owner: jnicklas
219
+ :open_issues: 0
220
+ :watchers: 12
221
+ - :description: The Twonk List
222
+ :url: http://github.com/radar/twonk-list
223
+ :homepage: http://www.twonklist.com
224
+ :fork: false
225
+ :forks: 1
226
+ :private: false
227
+ :name: twonk-list
228
+ :owner: radar
229
+ :open_issues: 0
230
+ :watchers: 3
231
+ - :description: Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
232
+ :url: http://github.com/radar/ruby-on-rails-tmbundle
233
+ :homepage: http://groups.google.com/group/rubyonrails-textmate
234
+ :fork: true
235
+ :forks: 0
236
+ :private: false
237
+ :name: ruby-on-rails-tmbundle
238
+ :owner: radar
239
+ :open_issues: 0
240
+ :watchers: 1
241
+ - :description: No longer maintained.
242
+ :url: http://github.com/augustl/live-validations
243
+ :homepage: ""
244
+ :fork: false
245
+ :forks: 10
246
+ :private: false
247
+ :name: live-validations
248
+ :owner: augustl
249
+ :open_issues: 5
250
+ :watchers: 282
251
+ - :description: A command line tool that analyzes request logfiles (e.g. Rails, Merb, Apache) to produce a performance report.
252
+ :url: http://github.com/wvanbergen/request-log-analyzer
253
+ :homepage: http://www.railsdoctors.com
254
+ :fork: false
255
+ :forks: 18
256
+ :private: false
257
+ :name: request-log-analyzer
258
+ :owner: wvanbergen
259
+ :open_issues: 17
260
+ :watchers: 462
261
+ - :description: ""
262
+ :url: http://github.com/entp/seinfeld
263
+ :homepage: http://oss.techno-weenie.net/discussions/seinfeld-calendar
264
+ :fork: false
265
+ :forks: 17
266
+ :private: false
267
+ :name: seinfeld
268
+ :owner: entp
269
+ :open_issues: 0
270
+ :watchers: 115
271
+ - :description: Makes http fun! Also, makes consuming restful web services dead easy.
272
+ :url: http://github.com/jnunemaker/httparty
273
+ :homepage: ""
274
+ :fork: false
275
+ :pledgie: 1337
276
+ :forks: 90
277
+ :private: false
278
+ :name: httparty
279
+ :owner: jnunemaker
280
+ :open_issues: 13
281
+ :watchers: 625
282
+ - :description: Repository for collecting Locale data for Ruby on Rails I18n as well as other interesting, Rails related I18n stuff
283
+ :url: http://github.com/svenfuchs/rails-i18n
284
+ :homepage: http://rails-i18n.org
285
+ :fork: false
286
+ :forks: 99
287
+ :private: false
288
+ :name: rails-i18n
289
+ :owner: svenfuchs
290
+ :open_issues: 5
291
+ :watchers: 468
292
+ - :description: everyone has one...
293
+ :url: http://github.com/bjeanes/dot-files
294
+ :homepage: ""
295
+ :fork: false
296
+ :forks: 4
297
+ :private: false
298
+ :name: dot-files
299
+ :owner: bjeanes
300
+ :open_issues: 0
301
+ :watchers: 6
302
+ - :description: A gem that allows you to create, list, and modify hostnames with ease...
303
+ :url: http://github.com/bjeanes/ghost
304
+ :homepage: http://bjeanes.com
305
+ :fork: false
306
+ :forks: 3
307
+ :private: false
308
+ :name: ghost
309
+ :owner: bjeanes
310
+ :open_issues: 0
311
+ :watchers: 131
312
+ - :description: Open source Rails based content management that works.
313
+ :url: http://github.com/knewter/ansuz
314
+ :homepage: http://www.ansuzcms.com
315
+ :fork: false
316
+ :forks: 11
317
+ :private: false
318
+ :name: ansuz
319
+ :owner: knewter
320
+ :open_issues: 0
321
+ :watchers: 98
322
+ - :description: Classier solution for file uploads in Ruby for Rack, Rails, Merb and Sinatra
323
+ :url: http://github.com/jnicklas/carrierwave
324
+ :homepage: http://carrierwave.rubyforge.org/
325
+ :fork: false
326
+ :forks: 16
327
+ :private: false
328
+ :name: carrierwave
329
+ :owner: jnicklas
330
+ :open_issues: 4
331
+ :watchers: 152
332
+ - :description: A solver for Sudoku puzzles built in Ruby
333
+ :url: http://github.com/radar/ruby-sudoku-solver
334
+ :homepage: ""
335
+ :fork: false
336
+ :forks: 0
337
+ :private: false
338
+ :name: ruby-sudoku-solver
339
+ :owner: radar
340
+ :open_issues: 0
341
+ :watchers: 2
342
+ - :description: Rails 2.1.1 broke nested-layouts, this is the "fixed" version, Compatible with >2.3.2!
343
+ :url: http://github.com/radar/nested-layouts
344
+ :homepage: ""
345
+ :fork: false
346
+ :forks: 8
347
+ :private: false
348
+ :name: nested-layouts
349
+ :owner: radar
350
+ :open_issues: 0
351
+ :watchers: 44
352
+ - :description: Python Parser for Logga Bot, seperated because it's Python
353
+ :url: http://github.com/radar/logga-parser
354
+ :homepage: ""
355
+ :fork: false
356
+ :forks: 1
357
+ :private: false
358
+ :name: logga-parser
359
+ :owner: radar
360
+ :open_issues: 0
361
+ :watchers: 2
362
+ - :description: Serve git and advertise with bonjour
363
+ :url: http://github.com/lachlanhardy/gitjour
364
+ :homepage: http://rubyforge.org/projects/gitjour
365
+ :fork: true
366
+ :forks: 3
367
+ :private: false
368
+ :name: gitjour
369
+ :owner: lachlanhardy
370
+ :open_issues: 0
371
+ :watchers: 18
372
+ - :description: Simple application showing how to do models for user's "favouriting" other users.
373
+ :url: http://github.com/radar/fans
374
+ :homepage: ""
375
+ :fork: false
376
+ :forks: 1
377
+ :private: false
378
+ :name: fans
379
+ :owner: radar
380
+ :open_issues: 0
381
+ :watchers: 3
382
+ - :description: Merb version of rboard
383
+ :url: http://github.com/radar/mboard
384
+ :homepage: ""
385
+ :fork: false
386
+ :forks: 0
387
+ :private: false
388
+ :name: mboard
389
+ :owner: radar
390
+ :open_issues: 0
391
+ :watchers: 1
392
+ - :description: Gallery for your photos
393
+ :url: http://github.com/radar/rgallery
394
+ :homepage: ""
395
+ :fork: false
396
+ :forks: 1
397
+ :private: false
398
+ :name: rgallery
399
+ :owner: radar
400
+ :open_issues: 0
401
+ :watchers: 4
402
+ - :description: Wikimedia's Mobile Site in Merb
403
+ :url: http://github.com/hcatlin/wikimedia-mobile
404
+ :homepage: http://m.wikipedia.org
405
+ :fork: false
406
+ :forks: 27
407
+ :private: false
408
+ :name: wikimedia-mobile
409
+ :owner: hcatlin
410
+ :open_issues: 0
411
+ :watchers: 108
412
+ - :description: Bastardises sentences for you
413
+ :url: http://github.com/radar/acts_as_foreigner
414
+ :homepage: ""
415
+ :fork: false
416
+ :forks: 0
417
+ :private: false
418
+ :name: acts_as_foreigner
419
+ :owner: radar
420
+ :open_issues: 0
421
+ :watchers: 3
422
+ - :description: Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in.
423
+ :url: http://github.com/radar/restful-authentication
424
+ :homepage: http://weblog.techno-weenie.net
425
+ :fork: true
426
+ :forks: 0
427
+ :private: false
428
+ :name: restful-authentication
429
+ :owner: radar
430
+ :open_issues: 0
431
+ :watchers: 1
432
+ - :description: Lets you find ActiveRecord objects by year, month, fortnight, week and more!
433
+ :url: http://github.com/radar/by_star
434
+ :homepage: http://runcoderun.com/radar/by_star
435
+ :fork: false
436
+ :forks: 4
437
+ :private: false
438
+ :name: by_star
439
+ :owner: radar
440
+ :open_issues: 0
441
+ :watchers: 99
442
+ - :description: A plugin for integrating Amazon Flexible Payment Service with your rails app
443
+ :url: http://github.com/mhodgson/amazon_fps_foo
444
+ :homepage: ""
445
+ :fork: false
446
+ :forks: 0
447
+ :private: false
448
+ :name: amazon_fps_foo
449
+ :owner: mhodgson
450
+ :open_issues: 0
451
+ :watchers: 12
452
+ - :description: ""
453
+ :url: http://github.com/radar/blog
454
+ :homepage: ""
455
+ :fork: false
456
+ :forks: 0
457
+ :private: false
458
+ :name: blog
459
+ :owner: radar
460
+ :open_issues: 0
461
+ :watchers: 2
462
+ - :description: Simple graphs using jQuery and Raphael
463
+ :url: http://github.com/benaskins/simplegraph
464
+ :homepage: ""
465
+ :fork: false
466
+ :forks: 6
467
+ :private: false
468
+ :name: simplegraph
469
+ :owner: benaskins
470
+ :open_issues: 0
471
+ :watchers: 52
472
+ - :description: "\x7FExample app of having a has_and_belongs_to_many assoication and adding removing items from it"
473
+ :url: http://github.com/radar/courses
474
+ :homepage: ""
475
+ :fork: false
476
+ :forks: 0
477
+ :private: false
478
+ :name: courses
479
+ :owner: radar
480
+ :open_issues: 0
481
+ :watchers: 2
482
+ - :description: Rails SaaS and SSO solution
483
+ :url: http://github.com/maccman/saasy
484
+ :homepage: http://madebymany.co.uk
485
+ :fork: false
486
+ :forks: 18
487
+ :private: false
488
+ :name: saasy
489
+ :owner: maccman
490
+ :open_issues: 0
491
+ :watchers: 326
492
+ - :description: rblog
493
+ :url: http://github.com/radar/rblog
494
+ :homepage: ""
495
+ :fork: false
496
+ :forks: 1
497
+ :private: false
498
+ :name: rblog
499
+ :owner: radar
500
+ :open_issues: 0
501
+ :watchers: 3
502
+ - :description: a modular Ruby webserver interface
503
+ :url: http://github.com/rack/rack
504
+ :homepage: http://rack.rubyforge.org/
505
+ :fork: true
506
+ :forks: 48
507
+ :private: false
508
+ :name: rack
509
+ :owner: rack
510
+ :open_issues: 5
511
+ :watchers: 289
512
+ - :description: The helping side of logga
513
+ :url: http://github.com/radar/helpa
514
+ :homepage: ""
515
+ :fork: false
516
+ :forks: 0
517
+ :private: false
518
+ :name: helpa
519
+ :owner: radar
520
+ :open_issues: 0
521
+ :watchers: 2
522
+ - :description: The logga bot!
523
+ :url: http://github.com/radar/logga-bot
524
+ :homepage: ""
525
+ :fork: false
526
+ :forks: 2
527
+ :private: false
528
+ :name: logga-bot
529
+ :owner: radar
530
+ :open_issues: 0
531
+ :watchers: 4
532
+ - :description: Generates attr_accessors that encrypt and decrypt attributes
533
+ :url: http://github.com/shuber/attr_encrypted
534
+ :homepage: ""
535
+ :fork: false
536
+ :forks: 4
537
+ :private: false
538
+ :name: attr_encrypted
539
+ :owner: shuber
540
+ :open_issues: 2
541
+ :watchers: 150
542
+ - :description: A blank Chef repository - useful to bootstrap your own
543
+ :url: http://github.com/opscode/chef-repo
544
+ :homepage: http://wiki.opscode.com/browse/chef/Chef+Repository
545
+ :fork: false
546
+ :forks: 58
547
+ :private: false
548
+ :name: chef-repo
549
+ :owner: opscode
550
+ :open_issues: 0
551
+ :watchers: 82
552
+ - :description: "Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it\xE2\x80\x99s like Hoe but for Cocoa apps. "
553
+ :url: http://github.com/drnic/choctop
554
+ :homepage: http://drnic.github.com/choctop
555
+ :fork: false
556
+ :forks: 11
557
+ :private: false
558
+ :name: choctop
559
+ :owner: drnic
560
+ :open_issues: 2
561
+ :watchers: 96
562
+ - :description: Lookup for Ruby & Rails api in the terminal
563
+ :url: http://github.com/radar/lookup
564
+ :homepage: ""
565
+ :fork: false
566
+ :forks: 1
567
+ :private: false
568
+ :name: lookup
569
+ :owner: radar
570
+ :open_issues: 0
571
+ :watchers: 13
572
+ - :description: everyone has one...
573
+ :url: http://github.com/radar/dot-files
574
+ :homepage: ""
575
+ :fork: true
576
+ :forks: 3
577
+ :private: false
578
+ :name: dot-files
579
+ :owner: radar
580
+ :open_issues: 0
581
+ :watchers: 5
582
+ - :description: a modular Ruby webserver interface
583
+ :url: http://github.com/radar/rack
584
+ :homepage: http://rack.rubyforge.org/
585
+ :fork: true
586
+ :forks: 0
587
+ :private: false
588
+ :name: rack
589
+ :owner: radar
590
+ :open_issues: 0
591
+ :watchers: 1
592
+ - :description: Rails SaaS and SSO solution
593
+ :url: http://github.com/mocra/saasy
594
+ :homepage: http://madebymany.co.uk
595
+ :fork: true
596
+ :forks: 1
597
+ :private: false
598
+ :name: saasy
599
+ :owner: mocra
600
+ :open_issues: 0
601
+ :watchers: 9
602
+ - :description: Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.
603
+ :url: http://github.com/mocra/active_merchant
604
+ :homepage: http://activemerchant.org
605
+ :fork: true
606
+ :forks: 0
607
+ :private: false
608
+ :name: active_merchant
609
+ :owner: mocra
610
+ :open_issues: 0
611
+ :watchers: 5
612
+ - :description: Standard authentication stack for Rails using Twitter to log in.
613
+ :url: http://github.com/mbleigh/twitter-auth
614
+ :fork: false
615
+ :pledgie: 3489
616
+ :forks: 29
617
+ :private: false
618
+ :name: twitter-auth
619
+ :owner: mbleigh
620
+ :open_issues: 12
621
+ :watchers: 263
622
+ - :description: A Rails Engine that adds blogging + twitter + github + flickr to any existing rails site
623
+ :url: http://github.com/bjeanes/twibblr
624
+ :homepage: ""
625
+ :fork: false
626
+ :forks: 0
627
+ :private: false
628
+ :name: twibblr
629
+ :owner: bjeanes
630
+ :open_issues: 0
631
+ :watchers: 12
632
+ - :description: RailsCamp website
633
+ :url: http://github.com/railscampau/railscampau.github.com
634
+ :homepage: railscampau.github.com
635
+ :fork: false
636
+ :forks: 0
637
+ :private: false
638
+ :name: railscampau.github.com
639
+ :owner: railscampau
640
+ :open_issues: 0
641
+ :watchers: 8
642
+ - :description: DIY Maturity Model
643
+ :url: http://github.com/diy/maturitymodel
644
+ :homepage: http://diy.github.com/maturitymodel
645
+ :fork: false
646
+ :forks: 1
647
+ :private: false
648
+ :name: maturitymodel
649
+ :owner: diy
650
+ :open_issues: 0
651
+ :watchers: 7
652
+ - :description: DIY Maturity Model
653
+ :url: http://github.com/mocra/maturitymodel
654
+ :homepage: http://diy.github.com/maturitymodel
655
+ :fork: true
656
+ :forks: 0
657
+ :private: false
658
+ :name: maturitymodel
659
+ :owner: mocra
660
+ :open_issues: 0
661
+ :watchers: 5
662
+ - :description: The server for caching the GitHub network of maturitymodel forks
663
+ :url: http://github.com/diy/maturitymodel-app
664
+ :homepage: ""
665
+ :fork: false
666
+ :forks: 0
667
+ :private: false
668
+ :name: maturitymodel-app
669
+ :owner: diy
670
+ :open_issues: 0
671
+ :watchers: 6
672
+ - :description: Simple library which makes it easy to add caching to all your external API calls.
673
+ :url: http://github.com/newbamboo/api_cache
674
+ :homepage: http://blog.new-bamboo.co.uk/2008/6/6/api_cache
675
+ :fork: true
676
+ :forks: 1
677
+ :private: false
678
+ :name: api_cache
679
+ :owner: newbamboo
680
+ :open_issues: 0
681
+ :watchers: 23
682
+ - :description: URL Shortener written in Sinatra
683
+ :url: http://github.com/radar/url
684
+ :homepage: ""
685
+ :fork: false
686
+ :forks: 4
687
+ :private: false
688
+ :name: url
689
+ :owner: radar
690
+ :open_issues: 0
691
+ :watchers: 30
692
+ - :description: URL Shortener written in Sinatra
693
+ :url: http://github.com/mocra/url
694
+ :homepage: ""
695
+ :fork: true
696
+ :forks: 0
697
+ :private: false
698
+ :name: url
699
+ :owner: mocra
700
+ :open_issues: 0
701
+ :watchers: 13
702
+ - :description: Choppy choppies an image into lots and lots of little squares
703
+ :url: http://github.com/radar/cropsquare
704
+ :fork: false
705
+ :forks: 1
706
+ :private: false
707
+ :name: cropsquare
708
+ :owner: radar
709
+ :open_issues: 0
710
+ :watchers: 5
711
+ - :description: A mini view framework for console/irb that's easy to use, even while under its influence. Console goodies include a no-wrap table, auto-pager, tree and menu.
712
+ :url: http://github.com/cldwalker/hirb
713
+ :homepage: http://tagaholic.me/hirb/
714
+ :fork: false
715
+ :forks: 8
716
+ :private: false
717
+ :name: hirb
718
+ :owner: cldwalker
719
+ :open_issues: 0
720
+ :watchers: 328
721
+ - :description: A web-based personal finance manager with a focus on non-OCD budgeting and avoiding credit card debt
722
+ :url: http://github.com/jamis/bucketwise
723
+ :homepage: http://wiki.github.com/jamis/bucketwise
724
+ :fork: false
725
+ :pledgie: 4019
726
+ :forks: 67
727
+ :private: false
728
+ :name: bucketwise
729
+ :owner: jamis
730
+ :open_issues: 9
731
+ :watchers: 344
732
+ - :description: Ruby 1.9 compatible version
733
+ :url: http://github.com/radar/ruby-xslt
734
+ :homepage: http://ruby-xslt.rubyforge.org
735
+ :fork: false
736
+ :forks: 1
737
+ :private: false
738
+ :name: ruby-xslt
739
+ :owner: radar
740
+ :open_issues: 0
741
+ :watchers: 5
742
+ - :description: Ruby 1.9 compatible version
743
+ :url: http://github.com/radar/json
744
+ :homepage: http://json.rubyforge.org
745
+ :fork: false
746
+ :forks: 0
747
+ :private: false
748
+ :name: json
749
+ :owner: radar
750
+ :open_issues: 0
751
+ :watchers: 2
752
+ - :description: Ruby 1.9 compatible version
753
+ :url: http://github.com/radar/mysql
754
+ :homepage: http://mysql.rubyforge.org
755
+ :fork: false
756
+ :forks: 0
757
+ :private: false
758
+ :name: mysql
759
+ :owner: radar
760
+ :open_issues: 0
761
+ :watchers: 6
762
+ - :description: Ruby 1.9 compatible version
763
+ :url: http://github.com/radar/pg
764
+ :homepage: http://pg.rubyforge.org
765
+ :fork: false
766
+ :forks: 0
767
+ :private: false
768
+ :name: pg
769
+ :owner: radar
770
+ :open_issues: 0
771
+ :watchers: 1
772
+ - :description: String matching extension for Ruby (fork of svn repo)
773
+ :url: http://github.com/radar/amatch
774
+ :homepage: http://amatch.rubyforge.org
775
+ :fork: true
776
+ :forks: 1
777
+ :private: false
778
+ :name: amatch
779
+ :owner: radar
780
+ :open_issues: 0
781
+ :watchers: 3
782
+ - :description: "Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it\xE2\x80\x99s like Hoe but for Cocoa apps. "
783
+ :url: http://github.com/radar/choctop
784
+ :homepage: http://drnic.github.com/choctop
785
+ :fork: true
786
+ :forks: 0
787
+ :private: false
788
+ :name: choctop
789
+ :owner: radar
790
+ :open_issues: 0
791
+ :watchers: 2
792
+ - :description: Ruby 1.9 compatible version
793
+ :url: http://github.com/radar/discount
794
+ :homepage: http://discount.rubyforge.org
795
+ :fork: false
796
+ :forks: 0
797
+ :private: false
798
+ :name: discount
799
+ :owner: radar
800
+ :open_issues: 0
801
+ :watchers: 1
802
+ - :description: Tutorial that's been on old for too long
803
+ :url: http://github.com/radar/tutorial
804
+ :homepage: ""
805
+ :fork: false
806
+ :forks: 1
807
+ :private: false
808
+ :name: tutorial
809
+ :owner: radar
810
+ :open_issues: 0
811
+ :watchers: 2
812
+ - :description: Rails plugin for fuzzy finding
813
+ :url: http://github.com/bjeanes/find_by_like
814
+ :homepage: ""
815
+ :fork: false
816
+ :forks: 0
817
+ :private: false
818
+ :name: find_by_like
819
+ :owner: bjeanes
820
+ :open_issues: 0
821
+ :watchers: 5
822
+ - :description: Humanizing numbers!
823
+ :url: http://github.com/radar/humanize
824
+ :homepage: ""
825
+ :fork: false
826
+ :forks: 1
827
+ :private: false
828
+ :name: humanize
829
+ :owner: radar
830
+ :open_issues: 0
831
+ :watchers: 9
832
+ - :description: A library of neat Rails application templates.
833
+ :url: http://github.com/drnic/rails-templates
834
+ :homepage: ""
835
+ :fork: true
836
+ :forks: 5
837
+ :private: false
838
+ :name: rails-templates
839
+ :owner: drnic
840
+ :open_issues: 0
841
+ :watchers: 42
842
+ - :description: Numero language
843
+ :url: http://github.com/radar/numero
844
+ :homepage: ""
845
+ :fork: false
846
+ :forks: 0
847
+ :private: false
848
+ :name: numero
849
+ :owner: radar
850
+ :open_issues: 0
851
+ :watchers: 3
852
+ - :description: A simple gem for generating string diffs
853
+ :url: http://github.com/pvande/differ
854
+ :homepage: ""
855
+ :fork: false
856
+ :forks: 2
857
+ :private: false
858
+ :name: differ
859
+ :owner: pvande
860
+ :open_issues: 0
861
+ :watchers: 19
862
+ - :description: Sprinkles for Apache, Passenger, Memcached, Git, Mysql or Postgres
863
+ :url: http://github.com/mocra/passenger-stack
864
+ :homepage: http://benschwarz.github.com/passenger-stack/
865
+ :fork: true
866
+ :forks: 0
867
+ :private: false
868
+ :name: passenger-stack
869
+ :owner: mocra
870
+ :open_issues: 0
871
+ :watchers: 7
872
+ - :description: A Ruby interface to GitHub API v2
873
+ :url: http://github.com/fcoury/octopi
874
+ :homepage: http://hasmany.info/2009/4/18/ruby-interface-to-github-api
875
+ :fork: false
876
+ :forks: 11
877
+ :private: false
878
+ :name: octopi
879
+ :owner: fcoury
880
+ :open_issues: 12
881
+ :watchers: 107
882
+ - :description: Standard authentication stack for Rails using Twitter to log in.
883
+ :url: http://github.com/radar/twitter-auth
884
+ :fork: true
885
+ :forks: 0
886
+ :private: false
887
+ :name: twitter-auth
888
+ :owner: radar
889
+ :open_issues: 0
890
+ :watchers: 1
891
+ - :description: Creating nested items, all at once
892
+ :url: http://github.com/radar/projectr
893
+ :homepage: http://projectr.heroku.com
894
+ :fork: false
895
+ :forks: 0
896
+ :private: false
897
+ :name: projectr
898
+ :owner: radar
899
+ :open_issues: 0
900
+ :watchers: 7
901
+ - :description: Guides written about how certain things in Rails works
902
+ :url: http://github.com/radar/how-rails-works
903
+ :homepage: http://frozenplague.net
904
+ :fork: false
905
+ :forks: 1
906
+ :private: false
907
+ :name: how-rails-works
908
+ :owner: radar
909
+ :open_issues: 0
910
+ :watchers: 13
911
+ - :description: A fully featured forum system compatible with Rails 2.3
912
+ :url: http://github.com/webbynode/rboard
913
+ :homepage: http://forum.frozenplague.net
914
+ :fork: true
915
+ :forks: 0
916
+ :private: false
917
+ :name: rboard
918
+ :owner: webbynode
919
+ :open_issues: 0
920
+ :watchers: 5
921
+ - :description: Bigger. Better. Awesome. "Fork" of Gitorious
922
+ :url: http://github.com/radar/scoot
923
+ :homepage: ""
924
+ :fork: false
925
+ :forks: 1
926
+ :private: false
927
+ :name: scoot
928
+ :owner: radar
929
+ :open_issues: 0
930
+ :watchers: 10
931
+ - :description: OAuth for Ruby
932
+ :url: http://github.com/drnic/oauth
933
+ :homepage: http://oauth.rubyforge.org/
934
+ :fork: true
935
+ :forks: 0
936
+ :private: false
937
+ :name: oauth
938
+ :owner: drnic
939
+ :open_issues: 0
940
+ :watchers: 8
941
+ - :description: THE railscamp jukebox
942
+ :url: http://github.com/lachie/duke
943
+ :homepage: ""
944
+ :fork: false
945
+ :forks: 1
946
+ :private: false
947
+ :name: duke
948
+ :owner: lachie
949
+ :open_issues: 0
950
+ :watchers: 7
951
+ - :description: THE railscamp jukebox
952
+ :url: http://github.com/radar/duke
953
+ :homepage: ""
954
+ :fork: true
955
+ :forks: 0
956
+ :private: false
957
+ :name: duke
958
+ :owner: radar
959
+ :open_issues: 0
960
+ :watchers: 1
961
+ - :description: RubyStein 3d SUPER MEGA ULTRA MEGAZORD UBER UBER ENTERPRISE EDITION
962
+ :url: http://github.com/FooBarWidget/rubystein
963
+ :homepage: ""
964
+ :fork: false
965
+ :forks: 8
966
+ :private: false
967
+ :name: rubystein
968
+ :owner: FooBarWidget
969
+ :open_issues: 0
970
+ :watchers: 162
971
+ - :description: A gitweb clone using Sinatra and Grit
972
+ :url: http://github.com/lenary/ginatra
973
+ :homepage: http://lenary.github.com/ginatra
974
+ :fork: false
975
+ :forks: 9
976
+ :private: false
977
+ :name: ginatra
978
+ :owner: lenary
979
+ :open_issues: 0
980
+ :watchers: 124
981
+ - :description: Exceptional clone, but for a local network
982
+ :url: http://github.com/radar/guarddog
983
+ :homepage: ""
984
+ :fork: false
985
+ :forks: 0
986
+ :private: false
987
+ :name: guarddog
988
+ :owner: radar
989
+ :open_issues: 0
990
+ :watchers: 2
991
+ - :description: Duplicates features of getexceptional.com. For use on a local network in conjunction with GuardDog.
992
+ :url: http://github.com/radar/kennel
993
+ :homepage: ""
994
+ :fork: false
995
+ :forks: 0
996
+ :private: false
997
+ :name: kennel
998
+ :owner: radar
999
+ :open_issues: 0
1000
+ :watchers: 2
1001
+ - :description: Find List is a ruby on rails plugin to return an array from activerecord in a format that f.select likes
1002
+ :url: http://github.com/markgandolfo/find_list
1003
+ :homepage: http://markgandolfo.com
1004
+ :fork: false
1005
+ :forks: 1
1006
+ :private: false
1007
+ :name: find_list
1008
+ :owner: markgandolfo
1009
+ :open_issues: 0
1010
+ :watchers: 2
1011
+ - :description: Find List is a ruby on rails plugin to return an array from activerecord in a format that f.select likes
1012
+ :url: http://github.com/radar/find_list
1013
+ :homepage: http://markgandolfo.com
1014
+ :fork: true
1015
+ :forks: 0
1016
+ :private: false
1017
+ :name: find_list
1018
+ :owner: radar
1019
+ :open_issues: 0
1020
+ :watchers: 1
1021
+ - :description: BDD that talks to domain experts first and code second
1022
+ :url: http://github.com/radar/cucumber
1023
+ :homepage: http://cukes.info/
1024
+ :fork: true
1025
+ :forks: 0
1026
+ :private: false
1027
+ :name: cucumber
1028
+ :owner: radar
1029
+ :open_issues: 0
1030
+ :watchers: 1
1031
+ - :description: Display the SQL of any given query
1032
+ :url: http://github.com/radar/sql_display
1033
+ :homepage: ""
1034
+ :fork: false
1035
+ :forks: 0
1036
+ :private: false
1037
+ :name: sql_display
1038
+ :owner: radar
1039
+ :open_issues: 0
1040
+ :watchers: 8
1041
+ - :description: ""
1042
+ :url: http://github.com/benhoskings/babushka
1043
+ :homepage: http://babushka.me
1044
+ :fork: false
1045
+ :forks: 6
1046
+ :private: false
1047
+ :name: babushka
1048
+ :owner: benhoskings
1049
+ :open_issues: 15
1050
+ :watchers: 36
1051
+ - :description: Sinatra App for tracking what's been fixed in TextMate 2
1052
+ :url: http://github.com/radar/fixedbytm2
1053
+ :homepage: http://fixedintm2.com
1054
+ :fork: false
1055
+ :forks: 0
1056
+ :private: false
1057
+ :name: fixedbytm2
1058
+ :owner: radar
1059
+ :open_issues: 0
1060
+ :watchers: 3
1061
+ - :description: Lyndon wraps JavaScript in a loving MacRuby embrace.
1062
+ :url: http://github.com/defunkt/lyndon
1063
+ :homepage: ""
1064
+ :fork: false
1065
+ :forks: 3
1066
+ :private: false
1067
+ :name: lyndon
1068
+ :owner: defunkt
1069
+ :open_issues: 0
1070
+ :watchers: 156
1071
+ - :description: ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
1072
+ :url: http://github.com/radar/acts_as_paranoid
1073
+ :homepage: ""
1074
+ :fork: true
1075
+ :forks: 0
1076
+ :private: false
1077
+ :name: acts_as_paranoid
1078
+ :owner: radar
1079
+ :open_issues: 0
1080
+ :watchers: 2
1081
+ - :description: Tickets
1082
+ :url: http://github.com/radar/tickets
1083
+ :homepage: ""
1084
+ :fork: false
1085
+ :forks: 0
1086
+ :private: false
1087
+ :name: tickets
1088
+ :owner: radar
1089
+ :open_issues: 0
1090
+ :watchers: 4
1091
+ - :description: Behaviour Driven Development framework for Ruby
1092
+ :url: http://github.com/radar/rspec
1093
+ :homepage: http://rspec.info
1094
+ :fork: true
1095
+ :forks: 0
1096
+ :private: false
1097
+ :name: rspec
1098
+ :owner: radar
1099
+ :open_issues: 0
1100
+ :watchers: 1
1101
+ - :description: Pretty Print -> JSON conversion
1102
+ :url: http://github.com/radar/pp.tmbundle
1103
+ :homepage: ""
1104
+ :fork: false
1105
+ :forks: 0
1106
+ :private: false
1107
+ :name: pp.tmbundle
1108
+ :owner: radar
1109
+ :open_issues: 1
1110
+ :watchers: 2
1111
+ - :description: A web-based personal finance manager with a focus on non-OCD budgeting and avoiding credit card debt
1112
+ :url: http://github.com/radar/bucketwise
1113
+ :homepage: http://wiki.github.com/jamis/bucketwise
1114
+ :fork: true
1115
+ :forks: 0
1116
+ :private: false
1117
+ :name: bucketwise
1118
+ :owner: radar
1119
+ :open_issues: 0
1120
+ :watchers: 1
1121
+ - :description: A couple of hacks to let Ultraviolet readers copy code without the line numbers
1122
+ :url: http://github.com/radar/syn
1123
+ :homepage: ""
1124
+ :fork: false
1125
+ :forks: 0
1126
+ :private: false
1127
+ :name: syn
1128
+ :owner: radar
1129
+ :open_issues: 0
1130
+ :watchers: 1
1131
+ - :description: ""
1132
+ :url: http://github.com/wycats/bundler
1133
+ :homepage: ""
1134
+ :fork: false
1135
+ :forks: 27
1136
+ :private: false
1137
+ :name: bundler
1138
+ :owner: wycats
1139
+ :open_issues: 17
1140
+ :watchers: 337
1141
+ - :description: A blank Chef repository - useful to bootstrap your own
1142
+ :url: http://github.com/radar/chef-repo
1143
+ :homepage: http://wiki.opscode.com/browse/chef/Chef+Repository
1144
+ :fork: true
1145
+ :forks: 0
1146
+ :private: false
1147
+ :name: chef-repo
1148
+ :owner: radar
1149
+ :open_issues: 0
1150
+ :watchers: 1
1151
+ - :description: Permissions system for Rails applications, extracted from rboard
1152
+ :url: http://github.com/radar/can_touch_this
1153
+ :homepage: http://frozenplague.net
1154
+ :fork: false
1155
+ :forks: 0
1156
+ :private: false
1157
+ :name: can_touch_this
1158
+ :owner: radar
1159
+ :open_issues: 0
1160
+ :watchers: 44
1161
+ - :description: Allows sorting of (and pagination of sorted) records!
1162
+ :url: http://github.com/radar/sort_by
1163
+ :homepage: http://frozenplague.net
1164
+ :fork: false
1165
+ :forks: 1
1166
+ :private: false
1167
+ :name: sort_by
1168
+ :owner: radar
1169
+ :open_issues: 0
1170
+ :watchers: 59
1171
+ - :description: A Rails powered wiki with a sensible code base. Work in progress, actively maintained.
1172
+ :url: http://github.com/augustl/kii
1173
+ :homepage: http://kiiproject.org/
1174
+ :fork: false
1175
+ :forks: 4
1176
+ :private: false
1177
+ :name: kii
1178
+ :owner: augustl
1179
+ :open_issues: 0
1180
+ :watchers: 28
1181
+ - :description: Generates attr_accessors that encrypt and decrypt attributes
1182
+ :url: http://github.com/radar/attr_encrypted
1183
+ :homepage: ""
1184
+ :fork: true
1185
+ :forks: 0
1186
+ :private: false
1187
+ :name: attr_encrypted
1188
+ :owner: radar
1189
+ :open_issues: 0
1190
+ :watchers: 1
1191
+ - :description: This pretentious little plugin aims to make nested_set cool again
1192
+ :url: http://github.com/radar/eb_nested_set
1193
+ :homepage: ""
1194
+ :fork: true
1195
+ :forks: 0
1196
+ :private: false
1197
+ :name: eb_nested_set
1198
+ :owner: radar
1199
+ :open_issues: 0
1200
+ :watchers: 1
1201
+ - :description: Chronos, Improved Ruby wrapper for Harvest/Coop with a bot built-in
1202
+ :url: http://github.com/mocra/chronos
1203
+ :homepage: http://mocra.com
1204
+ :fork: false
1205
+ :forks: 0
1206
+ :private: false
1207
+ :name: chronos
1208
+ :owner: mocra
1209
+ :open_issues: 0
1210
+ :watchers: 5
1211
+ - :description: A Rails powered wiki with a sensible code base. Work in progress.
1212
+ :url: http://github.com/radar/kii
1213
+ :homepage: http://kii.lilleaas.net/
1214
+ :fork: true
1215
+ :forks: 0
1216
+ :private: false
1217
+ :name: kii
1218
+ :owner: radar
1219
+ :open_issues: 0
1220
+ :watchers: 1
1221
+ - :description: A Jabber server (kind of), built with EventMachine
1222
+ :url: http://github.com/radar/talka
1223
+ :homepage: http://frozenplague.net
1224
+ :fork: false
1225
+ :forks: 0
1226
+ :private: false
1227
+ :name: talka
1228
+ :owner: radar
1229
+ :open_issues: 0
1230
+ :watchers: 2
1231
+ - :description: ""
1232
+ :url: http://github.com/radar/seinfeld
1233
+ :homepage: http://oss.techno-weenie.net/discussions/seinfeld-calendar
1234
+ :fork: true
1235
+ :forks: 0
1236
+ :private: false
1237
+ :name: seinfeld
1238
+ :owner: radar
1239
+ :open_issues: 0
1240
+ :watchers: 1
1241
+ - :description: Tired of your users not knowing their own API tokens? Get them to give you their username and password and you go find it!
1242
+ :url: http://github.com/radar/github-token-fetcher
1243
+ :homepage: http://frozenplague.net
1244
+ :fork: false
1245
+ :forks: 0
1246
+ :private: false
1247
+ :name: github-token-fetcher
1248
+ :owner: radar
1249
+ :open_issues: 0
1250
+ :watchers: 3
1251
+ - :description: A Ruby interface to GitHub API v2
1252
+ :url: http://github.com/radar/octopi
1253
+ :homepage: http://hasmany.info/2009/4/18/ruby-interface-to-github-api
1254
+ :fork: true
1255
+ :forks: 0
1256
+ :private: false
1257
+ :name: octopi
1258
+ :owner: radar
1259
+ :open_issues: 0
1260
+ :watchers: 2
1261
+ - :description: The official Ruby Library for interacting with the Lighthouse API
1262
+ :url: http://github.com/radar/lighthouse-api
1263
+ :homepage: http://lighthouseapp.com/api
1264
+ :fork: true
1265
+ :forks: 0
1266
+ :private: false
1267
+ :name: lighthouse-api
1268
+ :owner: radar
1269
+ :open_issues: 0
1270
+ :watchers: 1
1271
+ - :description: Bug Masher Bot for Railsbridge
1272
+ :url: http://github.com/markgandolfo/railsbridge_bugmash_bot
1273
+ :homepage: http://railsbridge.org
1274
+ :fork: false
1275
+ :forks: 0
1276
+ :private: false
1277
+ :name: railsbridge_bugmash_bot
1278
+ :owner: markgandolfo
1279
+ :open_issues: 0
1280
+ :watchers: 5
1281
+ - :description: Makes http fun! Also, makes consuming restful web services dead easy.
1282
+ :url: http://github.com/radar/httparty
1283
+ :homepage: ""
1284
+ :fork: true
1285
+ :forks: 0
1286
+ :private: false
1287
+ :name: httparty
1288
+ :owner: radar
1289
+ :open_issues: 0
1290
+ :watchers: 1
1291
+ - :description: Simple library which makes it easy to add caching to all your external API calls.
1292
+ :url: http://github.com/radar/api_cache
1293
+ :homepage: http://blog.new-bamboo.co.uk/2008/6/6/api_cache
1294
+ :fork: true
1295
+ :forks: 1
1296
+ :private: false
1297
+ :name: api_cache
1298
+ :owner: radar
1299
+ :open_issues: 0
1300
+ :watchers: 2
1301
+ - :description: Something that's Vicious and Delicious
1302
+ :url: http://github.com/lenary/vicious-delicious
1303
+ :homepage: ""
1304
+ :fork: false
1305
+ :forks: 0
1306
+ :private: false
1307
+ :name: vicious-delicious
1308
+ :owner: lenary
1309
+ :open_issues: 0
1310
+ :watchers: 3
1311
+ - :description: Better distance of time in words for Rails
1312
+ :url: http://github.com/radar/dotiw
1313
+ :homepage: http://frozenplague.net
1314
+ :fork: false
1315
+ :forks: 1
1316
+ :private: false
1317
+ :name: dotiw
1318
+ :owner: radar
1319
+ :open_issues: 0
1320
+ :watchers: 40
1321
+ - :url: http://github.com/radar/dnssd
1322
+ :fork: false
1323
+ :forks: 0
1324
+ :private: false
1325
+ :name: dnssd
1326
+ :owner: radar
1327
+ :open_issues: 0
1328
+ :watchers: 1
1329
+ - :description: A simple Rails wrapper for the PrinceXML PDF generation library.
1330
+ :url: http://github.com/drnic/princely
1331
+ :homepage: http://www.mbleigh.com/plugins/princely-rails-prince-xml-wrapper
1332
+ :fork: true
1333
+ :forks: 0
1334
+ :private: false
1335
+ :name: princely
1336
+ :owner: drnic
1337
+ :open_issues: 0
1338
+ :watchers: 4
1339
+ - :description: Awesome gem for modeling your domain and storing it in mongo
1340
+ :url: http://github.com/hashrocket/mongomapper
1341
+ :homepage: ""
1342
+ :fork: true
1343
+ :forks: 0
1344
+ :private: false
1345
+ :name: mongomapper
1346
+ :owner: hashrocket
1347
+ :open_issues: 0
1348
+ :watchers: 34
1349
+ - :description: Gem for using .NET time formatters in Ruby
1350
+ :url: http://github.com/radar/ananke
1351
+ :homepage: http://frozenplague.net
1352
+ :fork: false
1353
+ :forks: 0
1354
+ :private: false
1355
+ :name: ananke
1356
+ :owner: radar
1357
+ :open_issues: 0
1358
+ :watchers: 2
1359
+ - :description: Parallel Processing for the Rest of Us
1360
+ :url: http://github.com/documentcloud/cloud-crowd
1361
+ :homepage: http://wiki.github.com/documentcloud/cloud-crowd
1362
+ :fork: false
1363
+ :forks: 12
1364
+ :private: false
1365
+ :name: cloud-crowd
1366
+ :owner: documentcloud
1367
+ :open_issues: 3
1368
+ :watchers: 377
1369
+ - :description: Example of Rails 2.3 nested form attributes magic
1370
+ :url: http://github.com/notahat/nested_attributes_example
1371
+ :homepage: ""
1372
+ :fork: false
1373
+ :forks: 0
1374
+ :private: false
1375
+ :name: nested_attributes_example
1376
+ :owner: notahat
1377
+ :open_issues: 0
1378
+ :watchers: 2
1379
+ - :description: A gem that allows you to create, list, and modify hostnames with ease...
1380
+ :url: http://github.com/radar/ghost
1381
+ :homepage: http://bjeanes.com
1382
+ :fork: true
1383
+ :forks: 0
1384
+ :private: false
1385
+ :name: ghost
1386
+ :owner: radar
1387
+ :open_issues: 0
1388
+ :watchers: 1
1389
+ - :description: A driver for your Passengers. Alternative to Passenger Preference Pane. Works on both Mac OS X and Linux
1390
+ :url: http://github.com/radar/driver
1391
+ :homepage: http://frozenplague.net
1392
+ :fork: false
1393
+ :forks: 3
1394
+ :private: false
1395
+ :name: driver
1396
+ :owner: radar
1397
+ :open_issues: 5
1398
+ :watchers: 29
1399
+ - :description: Rails engine for providing a calendar for your app
1400
+ :url: http://github.com/radar/calenduh
1401
+ :homepage: http://frozenplague.net
1402
+ :fork: false
1403
+ :forks: 0
1404
+ :private: false
1405
+ :name: calenduh
1406
+ :owner: radar
1407
+ :open_issues: 0
1408
+ :watchers: 4
1409
+ - :description: Since you can't (easily) embed features in an engine...
1410
+ :url: http://github.com/radar/calenduh-test
1411
+ :homepage: http://frozenplague.net
1412
+ :fork: false
1413
+ :forks: 0
1414
+ :private: false
1415
+ :name: calenduh-test
1416
+ :owner: radar
1417
+ :open_issues: 0
1418
+ :watchers: 1
1419
+ - :description: ActsAsList plugin
1420
+ :url: http://github.com/radar/acts_as_list
1421
+ :homepage: http://rubyonrails.org
1422
+ :fork: true
1423
+ :forks: 0
1424
+ :private: false
1425
+ :name: acts_as_list
1426
+ :owner: radar
1427
+ :open_issues: 0
1428
+ :watchers: 1
1429
+ - :description: Rails RESTful controller abstraction plugin.
1430
+ :url: http://github.com/hashrocket/resource_controller
1431
+ :homepage: http://jamesgolick.com/resource_controller
1432
+ :fork: true
1433
+ :forks: 0
1434
+ :private: false
1435
+ :name: resource_controller
1436
+ :owner: hashrocket
1437
+ :open_issues: 0
1438
+ :watchers: 24
1439
+ - :description: ""
1440
+ :url: http://github.com/radar/bundler
1441
+ :homepage: ""
1442
+ :fork: true
1443
+ :forks: 0
1444
+ :private: false
1445
+ :name: bundler
1446
+ :owner: radar
1447
+ :open_issues: 0
1448
+ :watchers: 1
1449
+ - :description: A rake task to track down missing database indexes. does not assume that all foreign keys end with the convention of _id.
1450
+ :url: http://github.com/eladmeidar/rails_indexes
1451
+ :homepage: http://blog.eizesus.com/2009/9/find-where-to-index-your-tables-on-a-rails-app
1452
+ :fork: false
1453
+ :forks: 3
1454
+ :private: false
1455
+ :name: rails_indexes
1456
+ :owner: eladmeidar
1457
+ :open_issues: 1
1458
+ :watchers: 130
1459
+ - :description: A rake task to track down missing database indexes. does not assume that all foreign keys end with the convention of _id.
1460
+ :url: http://github.com/radar/rails_indexes
1461
+ :homepage: http://blog.eizesus.com/2009/9/find-where-to-index-your-tables-on-a-rails-app
1462
+ :fork: true
1463
+ :forks: 0
1464
+ :private: false
1465
+ :name: rails_indexes
1466
+ :owner: radar
1467
+ :open_issues: 0
1468
+ :watchers: 1
1469
+ - :description: Rails RESTful controller abstraction plugin.
1470
+ :url: http://github.com/radar/resource_controller
1471
+ :homepage: http://jamesgolick.com/resource_controller
1472
+ :fork: true
1473
+ :forks: 0
1474
+ :private: false
1475
+ :name: resource_controller
1476
+ :owner: radar
1477
+ :open_issues: 0
1478
+ :watchers: 1
1479
+ - :description: The RailsIRC Site
1480
+ :url: http://github.com/radar/railsirc
1481
+ :homepage: http://railsirc.com
1482
+ :fork: false
1483
+ :forks: 0
1484
+ :private: false
1485
+ :name: railsirc
1486
+ :owner: radar
1487
+ :open_issues: 0
1488
+ :watchers: 2
1489
+ - :description: ""
1490
+ :url: http://github.com/radar/babushka
1491
+ :homepage: ""
1492
+ :fork: true
1493
+ :forks: 0
1494
+ :private: false
1495
+ :name: babushka
1496
+ :owner: radar
1497
+ :open_issues: 0
1498
+ :watchers: 1
1499
+ - :description: Parallel Processing for the Rest of Us
1500
+ :url: http://github.com/radar/cloud-crowd
1501
+ :homepage: http://wiki.github.com/documentcloud/cloud-crowd
1502
+ :fork: true
1503
+ :forks: 0
1504
+ :private: false
1505
+ :name: cloud-crowd
1506
+ :owner: radar
1507
+ :open_issues: 0
1508
+ :watchers: 1
1509
+ - :description: Continuous Integration Server written in Rails, supporting Github and Codebase payloads
1510
+ :url: http://github.com/radar/construct
1511
+ :homepage: http://gitpilot.com
1512
+ :fork: false
1513
+ :forks: 3
1514
+ :private: false
1515
+ :name: construct
1516
+ :owner: radar
1517
+ :open_issues: 0
1518
+ :watchers: 43
1519
+ - :description: Chronic is a pure Ruby natural language date parser.
1520
+ :url: http://github.com/radar/chronic
1521
+ :homepage: http://chronic.rubyforge.org
1522
+ :fork: true
1523
+ :forks: 0
1524
+ :private: false
1525
+ :name: chronic
1526
+ :owner: radar
1527
+ :open_issues: 0
1528
+ :watchers: 1
1529
+ - :description: A project that is successful when ran in Construct
1530
+ :url: http://github.com/radar/construct-success
1531
+ :homepage: http://gitpilot.com
1532
+ :fork: false
1533
+ :forks: 0
1534
+ :private: false
1535
+ :name: construct-success
1536
+ :owner: radar
1537
+ :open_issues: 0
1538
+ :watchers: 1
1539
+ - :description: A project that is supposed to fail when run on Construct
1540
+ :url: http://github.com/radar/construct-failure
1541
+ :homepage: http://gitpilot.com
1542
+ :fork: false
1543
+ :forks: 0
1544
+ :private: false
1545
+ :name: construct-failure
1546
+ :owner: radar
1547
+ :open_issues: 0
1548
+ :watchers: 1
1549
+ - :description: Ruby library for accessing the eFax Developer service
1550
+ :url: http://github.com/drnic/efax
1551
+ :homepage: ""
1552
+ :fork: true
1553
+ :forks: 0
1554
+ :private: false
1555
+ :name: efax
1556
+ :owner: drnic
1557
+ :open_issues: 0
1558
+ :watchers: 18
1559
+ - :description: http://stackoverflow.com/questions/1514880/how-can-i-create-new-records-with-hasmany-through-and-honor-conditions
1560
+ :url: http://github.com/radar/course-student-membership-bug
1561
+ :homepage: http://stackoverflow.com/questions/1514880/how-can-i-create-new-records-with-hasmany-through-and-honor-conditions
1562
+ :fork: false
1563
+ :forks: 0
1564
+ :private: false
1565
+ :name: course-student-membership-bug
1566
+ :owner: radar
1567
+ :open_issues: 0
1568
+ :watchers: 1
1569
+ - :description: Sample app containing middleware for banning users
1570
+ :url: http://github.com/radar/hammer
1571
+ :homepage: http://frozenplague.net
1572
+ :fork: false
1573
+ :forks: 0
1574
+ :private: false
1575
+ :name: hammer
1576
+ :owner: radar
1577
+ :open_issues: 0
1578
+ :watchers: 2
1579
+ - :description: Site for listing all the cool new features of rails 3
1580
+ :url: http://github.com/radar/fixedbyrails3
1581
+ :homepage: http://fixedbyrails3.com
1582
+ :fork: false
1583
+ :forks: 0
1584
+ :private: false
1585
+ :name: fixedbyrails3
1586
+ :owner: radar
1587
+ :open_issues: 0
1588
+ :watchers: 2
1589
+ - :description: Logging responses for all Net::HTTP requests
1590
+ :url: http://github.com/mocra/response_logger
1591
+ :homepage: http://mocra.com
1592
+ :fork: false
1593
+ :forks: 0
1594
+ :private: false
1595
+ :name: response_logger
1596
+ :owner: mocra
1597
+ :open_issues: 0
1598
+ :watchers: 5
1599
+ - :description: Lets you find ActiveRecord objects by year, month, fortnight, week and more!
1600
+ :url: http://github.com/mocra/by_star
1601
+ :homepage: http://runcoderun.com/radar/by_star
1602
+ :fork: true
1603
+ :forks: 0
1604
+ :private: false
1605
+ :name: by_star
1606
+ :owner: mocra
1607
+ :open_issues: 0
1608
+ :watchers: 7
1609
+ - :description: fields_for example app, inspired by acts_as_rubyist
1610
+ :url: http://github.com/radar/anaf_example
1611
+ :homepage: http://frozenplague.net
1612
+ :fork: false
1613
+ :forks: 0
1614
+ :private: false
1615
+ :name: anaf_example
1616
+ :owner: radar
1617
+ :open_issues: 0
1618
+ :watchers: 1
1619
+ - :description: "Database backed asynchronous priority queue -- Extracted from Shopify "
1620
+ :url: http://github.com/radar/delayed_job
1621
+ :homepage: http://tobi.github.com/delayed_job
1622
+ :fork: true
1623
+ :forks: 0
1624
+ :private: false
1625
+ :name: delayed_job
1626
+ :owner: radar
1627
+ :open_issues: 0
1628
+ :watchers: 1
1629
+ - :description: Ruby on Rails
1630
+ :url: http://github.com/hashrocket/rails
1631
+ :homepage: http://rubyonrails.org
1632
+ :fork: true
1633
+ :forks: 0
1634
+ :private: false
1635
+ :name: rails
1636
+ :owner: hashrocket
1637
+ :open_issues: 0
1638
+ :watchers: 26
1639
+ - :description: Javascript Parser for Ruby
1640
+ :url: http://github.com/radar/ham-and-cheese
1641
+ :homepage: http://frozenplague.net
1642
+ :fork: false
1643
+ :forks: 0
1644
+ :private: false
1645
+ :name: ham-and-cheese
1646
+ :owner: radar
1647
+ :open_issues: 0
1648
+ :watchers: 1
1649
+ - :description: A command line tool that analyzes request logfiles (e.g. Rails, Merb, Apache) to produce a performance report.
1650
+ :url: http://github.com/radar/request-log-analyzer
1651
+ :homepage: http://www.railsdoctors.com
1652
+ :fork: true
1653
+ :forks: 0
1654
+ :private: false
1655
+ :name: request-log-analyzer
1656
+ :owner: radar
1657
+ :open_issues: 0
1658
+ :watchers: 2
1659
+ - :description: Classier solution for file uploads in Ruby for Rack, Rails, Merb and Sinatra
1660
+ :url: http://github.com/radar/carrierwave
1661
+ :homepage: http://carrierwave.rubyforge.org/
1662
+ :fork: true
1663
+ :forks: 0
1664
+ :private: false
1665
+ :name: carrierwave
1666
+ :owner: radar
1667
+ :open_issues: 0
1668
+ :watchers: 1