muck-users 3.2.12 → 3.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (665) hide show
  1. data/Gemfile +6 -0
  2. data/Rakefile +1 -5
  3. data/VERSION +1 -1
  4. data/app/controllers/muck/users_controller.rb +84 -11
  5. data/lib/muck-users/config.rb +2 -0
  6. data/muck-users.gemspec +9 -666
  7. metadata +18 -677
  8. data/test/app/controllers/application_controller.rb +0 -15
  9. data/test/app/controllers/default_controller.rb +0 -7
  10. data/test/app/helpers/application_helper.rb +0 -3
  11. data/test/app/mailers/user_mailer.rb +0 -3
  12. data/test/app/models/access_code.rb +0 -3
  13. data/test/app/models/access_code_request.rb +0 -3
  14. data/test/app/models/country.rb +0 -13
  15. data/test/app/models/language.rb +0 -15
  16. data/test/app/models/state.rb +0 -13
  17. data/test/app/models/user.rb +0 -52
  18. data/test/app/models/user_session.rb +0 -2
  19. data/test/app/views/default/index.html.erb +0 -0
  20. data/test/app/views/layouts/application.html.erb +0 -14
  21. data/test/config/application.rb +0 -42
  22. data/test/config/assets.yml +0 -34
  23. data/test/config/boot.rb +0 -13
  24. data/test/config/database.yml +0 -15
  25. data/test/config/environment.rb +0 -5
  26. data/test/config/environments/development.rb +0 -26
  27. data/test/config/environments/production.rb +0 -49
  28. data/test/config/environments/test.rb +0 -35
  29. data/test/config/initializers/backtrace_silencers.rb +0 -7
  30. data/test/config/initializers/inflections.rb +0 -10
  31. data/test/config/initializers/mime_types.rb +0 -5
  32. data/test/config/initializers/muck.rb +0 -60
  33. data/test/config/initializers/secret_token.rb +0 -7
  34. data/test/config/initializers/session_store.rb +0 -8
  35. data/test/config/locales/en.yml +0 -5
  36. data/test/config/routes.rb +0 -4
  37. data/test/db/migrate/20090320174818_create_muck_permissions_and_roles.rb +0 -16
  38. data/test/db/migrate/20090327231918_create_users.rb +0 -40
  39. data/test/db/migrate/20090402234137_create_languages.rb +0 -18
  40. data/test/db/migrate/20090426041056_create_countries.rb +0 -15
  41. data/test/db/migrate/20090426041103_create_states.rb +0 -18
  42. data/test/db/migrate/20100123035450_create_access_codes.rb +0 -19
  43. data/test/db/migrate/20100123233654_create_access_code_requests.rb +0 -14
  44. data/test/db/migrate/20101117172951_add_name_to_access_code_requests.rb +0 -9
  45. data/test/db/migrate/20110303183433_add_sent_to_to_access_codes.rb +0 -9
  46. data/test/db/migrate/20110420153714_add_provided_by_to_access_codes.rb +0 -9
  47. data/test/db/schema.rb +0 -115
  48. data/test/db/seeds.rb +0 -7
  49. data/test/features/step_definitions/web_steps.rb +0 -219
  50. data/test/features/support/custom_env.rb +0 -19
  51. data/test/features/support/env.rb +0 -58
  52. data/test/features/support/paths.rb +0 -33
  53. data/test/lib/tasks/cucumber.rake +0 -53
  54. data/test/log/production.log +0 -0
  55. data/test/log/server.log +0 -0
  56. data/test/public/404.html +0 -30
  57. data/test/public/422.html +0 -30
  58. data/test/public/500.html +0 -30
  59. data/test/public/dispatch.rb +0 -10
  60. data/test/public/favicon.ico +0 -0
  61. data/test/public/images/admin/Home.gif +0 -0
  62. data/test/public/images/admin/roles.gif +0 -0
  63. data/test/public/images/admin/source/Home.png +0 -0
  64. data/test/public/images/admin/source/User.png +0 -0
  65. data/test/public/images/admin/source/roles.png +0 -0
  66. data/test/public/images/admin/user.gif +0 -0
  67. data/test/public/images/arrow_down.gif +0 -0
  68. data/test/public/images/arrow_left.gif +0 -0
  69. data/test/public/images/arrow_right.gif +0 -0
  70. data/test/public/images/arrow_up.gif +0 -0
  71. data/test/public/images/blue/preview.gif +0 -0
  72. data/test/public/images/fancybox/blank.gif +0 -0
  73. data/test/public/images/fancybox/fancy_close.png +0 -0
  74. data/test/public/images/fancybox/fancy_closebox.png +0 -0
  75. data/test/public/images/fancybox/fancy_left.png +0 -0
  76. data/test/public/images/fancybox/fancy_loading.png +0 -0
  77. data/test/public/images/fancybox/fancy_nav_left.png +0 -0
  78. data/test/public/images/fancybox/fancy_nav_right.png +0 -0
  79. data/test/public/images/fancybox/fancy_progress.png +0 -0
  80. data/test/public/images/fancybox/fancy_right.png +0 -0
  81. data/test/public/images/fancybox/fancy_shadow_e.png +0 -0
  82. data/test/public/images/fancybox/fancy_shadow_n.png +0 -0
  83. data/test/public/images/fancybox/fancy_shadow_ne.png +0 -0
  84. data/test/public/images/fancybox/fancy_shadow_nw.png +0 -0
  85. data/test/public/images/fancybox/fancy_shadow_s.png +0 -0
  86. data/test/public/images/fancybox/fancy_shadow_se.png +0 -0
  87. data/test/public/images/fancybox/fancy_shadow_sw.png +0 -0
  88. data/test/public/images/fancybox/fancy_shadow_w.png +0 -0
  89. data/test/public/images/fancybox/fancy_title_left.png +0 -0
  90. data/test/public/images/fancybox/fancy_title_main.png +0 -0
  91. data/test/public/images/fancybox/fancy_title_over.png +0 -0
  92. data/test/public/images/fancybox/fancy_title_right.png +0 -0
  93. data/test/public/images/fancybox/fancybox-x.png +0 -0
  94. data/test/public/images/fancybox/fancybox-y.png +0 -0
  95. data/test/public/images/fancybox/fancybox.png +0 -0
  96. data/test/public/images/icon_no.gif +0 -0
  97. data/test/public/images/icon_success.gif +0 -0
  98. data/test/public/images/icons/accept.png +0 -0
  99. data/test/public/images/icons/add.png +0 -0
  100. data/test/public/images/icons/blue_guy.png +0 -0
  101. data/test/public/images/icons/button_background.png +0 -0
  102. data/test/public/images/icons/cancel.png +0 -0
  103. data/test/public/images/icons/close.png +0 -0
  104. data/test/public/images/icons/comment.png +0 -0
  105. data/test/public/images/icons/delete.png +0 -0
  106. data/test/public/images/icons/exclaim.png +0 -0
  107. data/test/public/images/icons/external.png +0 -0
  108. data/test/public/images/icons/feed.png +0 -0
  109. data/test/public/images/icons/grey_guy.png +0 -0
  110. data/test/public/images/icons/hide.png +0 -0
  111. data/test/public/images/icons/information.png +0 -0
  112. data/test/public/images/icons/minus.png +0 -0
  113. data/test/public/images/icons/pending.png +0 -0
  114. data/test/public/images/icons/question.png +0 -0
  115. data/test/public/images/icons/search_box.png +0 -0
  116. data/test/public/images/icons/star.png +0 -0
  117. data/test/public/images/icons/stop.png +0 -0
  118. data/test/public/images/icons/thumb_down.png +0 -0
  119. data/test/public/images/icons/thumb_up.png +0 -0
  120. data/test/public/images/icons/vote.png +0 -0
  121. data/test/public/images/loading-spinner.gif +0 -0
  122. data/test/public/images/loading.gif +0 -0
  123. data/test/public/images/nothing.png +0 -0
  124. data/test/public/images/profile_default.jpg +0 -0
  125. data/test/public/images/rails.png +0 -0
  126. data/test/public/images/red/preview.gif +0 -0
  127. data/test/public/images/service_icons/16/amazon.png +0 -0
  128. data/test/public/images/service_icons/16/ask.png +0 -0
  129. data/test/public/images/service_icons/16/bibsonomy.png +0 -0
  130. data/test/public/images/service_icons/16/bing.png +0 -0
  131. data/test/public/images/service_icons/16/blogger.png +0 -0
  132. data/test/public/images/service_icons/16/bloglines.png +0 -0
  133. data/test/public/images/service_icons/16/citeulike.png +0 -0
  134. data/test/public/images/service_icons/16/clipmarks.png +0 -0
  135. data/test/public/images/service_icons/16/connotea.png +0 -0
  136. data/test/public/images/service_icons/16/dailymotion.png +0 -0
  137. data/test/public/images/service_icons/16/delicious.png +0 -0
  138. data/test/public/images/service_icons/16/digg.png +0 -0
  139. data/test/public/images/service_icons/16/diigo.png +0 -0
  140. data/test/public/images/service_icons/16/facebook.png +0 -0
  141. data/test/public/images/service_icons/16/feed.png +0 -0
  142. data/test/public/images/service_icons/16/fireeagle.png +0 -0
  143. data/test/public/images/service_icons/16/flickr.png +0 -0
  144. data/test/public/images/service_icons/16/fotolog.png +0 -0
  145. data/test/public/images/service_icons/16/friendfeed.png +0 -0
  146. data/test/public/images/service_icons/16/friendster.png +0 -0
  147. data/test/public/images/service_icons/16/furl.png +0 -0
  148. data/test/public/images/service_icons/16/goodreads.png +0 -0
  149. data/test/public/images/service_icons/16/google.png +0 -0
  150. data/test/public/images/service_icons/16/googleblog.png +0 -0
  151. data/test/public/images/service_icons/16/googlenews.png +0 -0
  152. data/test/public/images/service_icons/16/icerocket.png +0 -0
  153. data/test/public/images/service_icons/16/identica.png +0 -0
  154. data/test/public/images/service_icons/16/joost.png +0 -0
  155. data/test/public/images/service_icons/16/lastfm.png +0 -0
  156. data/test/public/images/service_icons/16/librarything.png +0 -0
  157. data/test/public/images/service_icons/16/linkedin.png +0 -0
  158. data/test/public/images/service_icons/16/livejournal.png +0 -0
  159. data/test/public/images/service_icons/16/magnolia.png +0 -0
  160. data/test/public/images/service_icons/16/mendeley.png +0 -0
  161. data/test/public/images/service_icons/16/metacafe.png +0 -0
  162. data/test/public/images/service_icons/16/mixx.png +0 -0
  163. data/test/public/images/service_icons/16/myspace.png +0 -0
  164. data/test/public/images/service_icons/16/netflix.png +0 -0
  165. data/test/public/images/service_icons/16/netvibes.png +0 -0
  166. data/test/public/images/service_icons/16/newsvine.png +0 -0
  167. data/test/public/images/service_icons/16/oai.png +0 -0
  168. data/test/public/images/service_icons/16/odeo.png +0 -0
  169. data/test/public/images/service_icons/16/opml.png +0 -0
  170. data/test/public/images/service_icons/16/pandora.png +0 -0
  171. data/test/public/images/service_icons/16/photobucket.png +0 -0
  172. data/test/public/images/service_icons/16/picasa.png +0 -0
  173. data/test/public/images/service_icons/16/polyvore.png +0 -0
  174. data/test/public/images/service_icons/16/pownce.png +0 -0
  175. data/test/public/images/service_icons/16/reddit.png +0 -0
  176. data/test/public/images/service_icons/16/simpy.png +0 -0
  177. data/test/public/images/service_icons/16/smugmug.png +0 -0
  178. data/test/public/images/service_icons/16/stumbleupon.png +0 -0
  179. data/test/public/images/service_icons/16/tag.png +0 -0
  180. data/test/public/images/service_icons/16/technorati.png +0 -0
  181. data/test/public/images/service_icons/16/tumblr.png +0 -0
  182. data/test/public/images/service_icons/16/twine.png +0 -0
  183. data/test/public/images/service_icons/16/twitter.png +0 -0
  184. data/test/public/images/service_icons/16/vimeo.png +0 -0
  185. data/test/public/images/service_icons/16/webshots.png +0 -0
  186. data/test/public/images/service_icons/16/wordpress.png +0 -0
  187. data/test/public/images/service_icons/16/xanga.png +0 -0
  188. data/test/public/images/service_icons/16/yahoo.png +0 -0
  189. data/test/public/images/service_icons/16/yelp.png +0 -0
  190. data/test/public/images/service_icons/16/youtube.png +0 -0
  191. data/test/public/images/service_icons/16/zooomr.png +0 -0
  192. data/test/public/images/service_icons/16/zotero.png +0 -0
  193. data/test/public/images/service_icons/24/amazon.png +0 -0
  194. data/test/public/images/service_icons/24/ask.png +0 -0
  195. data/test/public/images/service_icons/24/bibsonomy.png +0 -0
  196. data/test/public/images/service_icons/24/bing.png +0 -0
  197. data/test/public/images/service_icons/24/blogger.png +0 -0
  198. data/test/public/images/service_icons/24/bloglines.png +0 -0
  199. data/test/public/images/service_icons/24/citeulike.png +0 -0
  200. data/test/public/images/service_icons/24/clipmarks.png +0 -0
  201. data/test/public/images/service_icons/24/connotea.png +0 -0
  202. data/test/public/images/service_icons/24/dailymotion.png +0 -0
  203. data/test/public/images/service_icons/24/delicious.png +0 -0
  204. data/test/public/images/service_icons/24/digg.png +0 -0
  205. data/test/public/images/service_icons/24/diigo.png +0 -0
  206. data/test/public/images/service_icons/24/facebook.png +0 -0
  207. data/test/public/images/service_icons/24/feed.png +0 -0
  208. data/test/public/images/service_icons/24/fireeagle.png +0 -0
  209. data/test/public/images/service_icons/24/flickr.png +0 -0
  210. data/test/public/images/service_icons/24/fotolog.png +0 -0
  211. data/test/public/images/service_icons/24/friendfeed.png +0 -0
  212. data/test/public/images/service_icons/24/friendster.png +0 -0
  213. data/test/public/images/service_icons/24/furl.png +0 -0
  214. data/test/public/images/service_icons/24/goodreads.png +0 -0
  215. data/test/public/images/service_icons/24/google.png +0 -0
  216. data/test/public/images/service_icons/24/googleblog.png +0 -0
  217. data/test/public/images/service_icons/24/googlenews.png +0 -0
  218. data/test/public/images/service_icons/24/icerocket.png +0 -0
  219. data/test/public/images/service_icons/24/identica.png +0 -0
  220. data/test/public/images/service_icons/24/joost.png +0 -0
  221. data/test/public/images/service_icons/24/lastfm.png +0 -0
  222. data/test/public/images/service_icons/24/librarything.png +0 -0
  223. data/test/public/images/service_icons/24/linkedin.png +0 -0
  224. data/test/public/images/service_icons/24/livejournal.png +0 -0
  225. data/test/public/images/service_icons/24/magnolia.png +0 -0
  226. data/test/public/images/service_icons/24/mendeley.png +0 -0
  227. data/test/public/images/service_icons/24/metacafe.png +0 -0
  228. data/test/public/images/service_icons/24/mixx.png +0 -0
  229. data/test/public/images/service_icons/24/myspace.png +0 -0
  230. data/test/public/images/service_icons/24/netflix.png +0 -0
  231. data/test/public/images/service_icons/24/netvibes.png +0 -0
  232. data/test/public/images/service_icons/24/newsvine.png +0 -0
  233. data/test/public/images/service_icons/24/oai.png +0 -0
  234. data/test/public/images/service_icons/24/odeo.png +0 -0
  235. data/test/public/images/service_icons/24/opml.png +0 -0
  236. data/test/public/images/service_icons/24/pandora.png +0 -0
  237. data/test/public/images/service_icons/24/photobucket.png +0 -0
  238. data/test/public/images/service_icons/24/picasa.png +0 -0
  239. data/test/public/images/service_icons/24/polyvore.png +0 -0
  240. data/test/public/images/service_icons/24/pownce.png +0 -0
  241. data/test/public/images/service_icons/24/reddit.png +0 -0
  242. data/test/public/images/service_icons/24/simpy.png +0 -0
  243. data/test/public/images/service_icons/24/smugmug.png +0 -0
  244. data/test/public/images/service_icons/24/stumbleupon.png +0 -0
  245. data/test/public/images/service_icons/24/tag.png +0 -0
  246. data/test/public/images/service_icons/24/technorati.png +0 -0
  247. data/test/public/images/service_icons/24/tumblr.png +0 -0
  248. data/test/public/images/service_icons/24/twine.png +0 -0
  249. data/test/public/images/service_icons/24/twitter.png +0 -0
  250. data/test/public/images/service_icons/24/vimeo.png +0 -0
  251. data/test/public/images/service_icons/24/webshots.png +0 -0
  252. data/test/public/images/service_icons/24/wordpress.png +0 -0
  253. data/test/public/images/service_icons/24/xanga.png +0 -0
  254. data/test/public/images/service_icons/24/yahoo.png +0 -0
  255. data/test/public/images/service_icons/24/yelp.png +0 -0
  256. data/test/public/images/service_icons/24/youtube.png +0 -0
  257. data/test/public/images/service_icons/24/zooomr.png +0 -0
  258. data/test/public/images/service_icons/24/zotero.png +0 -0
  259. data/test/public/images/service_icons/48/amazon.png +0 -0
  260. data/test/public/images/service_icons/48/ask.png +0 -0
  261. data/test/public/images/service_icons/48/bibsonomy.png +0 -0
  262. data/test/public/images/service_icons/48/bing.png +0 -0
  263. data/test/public/images/service_icons/48/blogger.png +0 -0
  264. data/test/public/images/service_icons/48/bloglines.png +0 -0
  265. data/test/public/images/service_icons/48/citeulike.png +0 -0
  266. data/test/public/images/service_icons/48/clipmarks.png +0 -0
  267. data/test/public/images/service_icons/48/connotea.png +0 -0
  268. data/test/public/images/service_icons/48/dailymotion.png +0 -0
  269. data/test/public/images/service_icons/48/delicious.png +0 -0
  270. data/test/public/images/service_icons/48/digg.png +0 -0
  271. data/test/public/images/service_icons/48/diigo.png +0 -0
  272. data/test/public/images/service_icons/48/facebook.png +0 -0
  273. data/test/public/images/service_icons/48/feed.png +0 -0
  274. data/test/public/images/service_icons/48/fireeagle.png +0 -0
  275. data/test/public/images/service_icons/48/flickr.png +0 -0
  276. data/test/public/images/service_icons/48/fotolog.png +0 -0
  277. data/test/public/images/service_icons/48/friendfeed.png +0 -0
  278. data/test/public/images/service_icons/48/friendster.png +0 -0
  279. data/test/public/images/service_icons/48/furl.png +0 -0
  280. data/test/public/images/service_icons/48/goodreads.png +0 -0
  281. data/test/public/images/service_icons/48/google.png +0 -0
  282. data/test/public/images/service_icons/48/googleblog.png +0 -0
  283. data/test/public/images/service_icons/48/googlenews.png +0 -0
  284. data/test/public/images/service_icons/48/icerocket.png +0 -0
  285. data/test/public/images/service_icons/48/identica.png +0 -0
  286. data/test/public/images/service_icons/48/joost.png +0 -0
  287. data/test/public/images/service_icons/48/lastfm.png +0 -0
  288. data/test/public/images/service_icons/48/librarything.png +0 -0
  289. data/test/public/images/service_icons/48/linkedin.png +0 -0
  290. data/test/public/images/service_icons/48/livejournal.png +0 -0
  291. data/test/public/images/service_icons/48/magnolia.png +0 -0
  292. data/test/public/images/service_icons/48/mendeley.png +0 -0
  293. data/test/public/images/service_icons/48/metacafe.png +0 -0
  294. data/test/public/images/service_icons/48/mixx.png +0 -0
  295. data/test/public/images/service_icons/48/myspace.png +0 -0
  296. data/test/public/images/service_icons/48/netflix.png +0 -0
  297. data/test/public/images/service_icons/48/netvibes.png +0 -0
  298. data/test/public/images/service_icons/48/newsvine.png +0 -0
  299. data/test/public/images/service_icons/48/oai.png +0 -0
  300. data/test/public/images/service_icons/48/odeo.png +0 -0
  301. data/test/public/images/service_icons/48/opml.png +0 -0
  302. data/test/public/images/service_icons/48/pandora.png +0 -0
  303. data/test/public/images/service_icons/48/photobucket.png +0 -0
  304. data/test/public/images/service_icons/48/picasa.png +0 -0
  305. data/test/public/images/service_icons/48/polyvore.png +0 -0
  306. data/test/public/images/service_icons/48/pownce.png +0 -0
  307. data/test/public/images/service_icons/48/reddit.png +0 -0
  308. data/test/public/images/service_icons/48/simpy.png +0 -0
  309. data/test/public/images/service_icons/48/smugmug.png +0 -0
  310. data/test/public/images/service_icons/48/stumbleupon.png +0 -0
  311. data/test/public/images/service_icons/48/tag.png +0 -0
  312. data/test/public/images/service_icons/48/technorati.png +0 -0
  313. data/test/public/images/service_icons/48/tumblr.png +0 -0
  314. data/test/public/images/service_icons/48/twine.png +0 -0
  315. data/test/public/images/service_icons/48/twitter.png +0 -0
  316. data/test/public/images/service_icons/48/vimeo.png +0 -0
  317. data/test/public/images/service_icons/48/webshots.png +0 -0
  318. data/test/public/images/service_icons/48/wordpress.png +0 -0
  319. data/test/public/images/service_icons/48/xanga.png +0 -0
  320. data/test/public/images/service_icons/48/yahoo.png +0 -0
  321. data/test/public/images/service_icons/48/yelp.png +0 -0
  322. data/test/public/images/service_icons/48/youtube.png +0 -0
  323. data/test/public/images/service_icons/48/zooomr.png +0 -0
  324. data/test/public/images/service_icons/48/zotero.png +0 -0
  325. data/test/public/images/service_icons/60/amazon.png +0 -0
  326. data/test/public/images/service_icons/60/ask.png +0 -0
  327. data/test/public/images/service_icons/60/bibsonomy.png +0 -0
  328. data/test/public/images/service_icons/60/bing.png +0 -0
  329. data/test/public/images/service_icons/60/blogger.png +0 -0
  330. data/test/public/images/service_icons/60/bloglines.png +0 -0
  331. data/test/public/images/service_icons/60/citeulike.png +0 -0
  332. data/test/public/images/service_icons/60/clipmarks.png +0 -0
  333. data/test/public/images/service_icons/60/connotea.png +0 -0
  334. data/test/public/images/service_icons/60/dailymotion.png +0 -0
  335. data/test/public/images/service_icons/60/delicious.png +0 -0
  336. data/test/public/images/service_icons/60/digg.png +0 -0
  337. data/test/public/images/service_icons/60/diigo.png +0 -0
  338. data/test/public/images/service_icons/60/facebook.png +0 -0
  339. data/test/public/images/service_icons/60/feed.png +0 -0
  340. data/test/public/images/service_icons/60/fireeagle.png +0 -0
  341. data/test/public/images/service_icons/60/flickr.png +0 -0
  342. data/test/public/images/service_icons/60/fotolog.png +0 -0
  343. data/test/public/images/service_icons/60/friendfeed.png +0 -0
  344. data/test/public/images/service_icons/60/friendster.png +0 -0
  345. data/test/public/images/service_icons/60/furl.png +0 -0
  346. data/test/public/images/service_icons/60/goodreads.png +0 -0
  347. data/test/public/images/service_icons/60/google.png +0 -0
  348. data/test/public/images/service_icons/60/googleblog.png +0 -0
  349. data/test/public/images/service_icons/60/googlenews.png +0 -0
  350. data/test/public/images/service_icons/60/icerocket.png +0 -0
  351. data/test/public/images/service_icons/60/identica.png +0 -0
  352. data/test/public/images/service_icons/60/joost.png +0 -0
  353. data/test/public/images/service_icons/60/lastfm.png +0 -0
  354. data/test/public/images/service_icons/60/librarything.png +0 -0
  355. data/test/public/images/service_icons/60/linkedin.png +0 -0
  356. data/test/public/images/service_icons/60/livejournal.png +0 -0
  357. data/test/public/images/service_icons/60/magnolia.png +0 -0
  358. data/test/public/images/service_icons/60/mendeley.png +0 -0
  359. data/test/public/images/service_icons/60/metacafe.png +0 -0
  360. data/test/public/images/service_icons/60/mixx.png +0 -0
  361. data/test/public/images/service_icons/60/myspace.png +0 -0
  362. data/test/public/images/service_icons/60/netflix.png +0 -0
  363. data/test/public/images/service_icons/60/netvibes.png +0 -0
  364. data/test/public/images/service_icons/60/newsvine.png +0 -0
  365. data/test/public/images/service_icons/60/oai.png +0 -0
  366. data/test/public/images/service_icons/60/odeo.png +0 -0
  367. data/test/public/images/service_icons/60/opml.png +0 -0
  368. data/test/public/images/service_icons/60/pandora.png +0 -0
  369. data/test/public/images/service_icons/60/photobucket.png +0 -0
  370. data/test/public/images/service_icons/60/picasa.png +0 -0
  371. data/test/public/images/service_icons/60/polyvore.png +0 -0
  372. data/test/public/images/service_icons/60/pownce.png +0 -0
  373. data/test/public/images/service_icons/60/reddit.png +0 -0
  374. data/test/public/images/service_icons/60/simpy.png +0 -0
  375. data/test/public/images/service_icons/60/smugmug.png +0 -0
  376. data/test/public/images/service_icons/60/stumbleupon.png +0 -0
  377. data/test/public/images/service_icons/60/tag.png +0 -0
  378. data/test/public/images/service_icons/60/technorati.png +0 -0
  379. data/test/public/images/service_icons/60/tumblr.png +0 -0
  380. data/test/public/images/service_icons/60/twine.png +0 -0
  381. data/test/public/images/service_icons/60/twitter.png +0 -0
  382. data/test/public/images/service_icons/60/vimeo.png +0 -0
  383. data/test/public/images/service_icons/60/webshots.png +0 -0
  384. data/test/public/images/service_icons/60/wordpress.png +0 -0
  385. data/test/public/images/service_icons/60/xanga.png +0 -0
  386. data/test/public/images/service_icons/60/yahoo.png +0 -0
  387. data/test/public/images/service_icons/60/yelp.png +0 -0
  388. data/test/public/images/service_icons/60/youtube.png +0 -0
  389. data/test/public/images/service_icons/60/zooomr.png +0 -0
  390. data/test/public/images/service_icons/60/zotero.png +0 -0
  391. data/test/public/images/service_icons/facebook_friend_links.jpg +0 -0
  392. data/test/public/images/service_icons/facebook_my_links.jpg +0 -0
  393. data/test/public/images/service_icons/source/Aquaticus_Social_Icon_template_by_jwloh.psd +0 -0
  394. data/test/public/images/service_icons/source/Google.psd +0 -0
  395. data/test/public/images/service_icons/source/Quake 9 Design.webloc b/data/test/public/images/service_icons/source/Quake 9 → Design.webloc +0 -0
  396. data/test/public/images/service_icons/source/ReadMe.rtf +0 -52
  397. data/test/public/images/service_icons/source/amazon.png +0 -0
  398. data/test/public/images/service_icons/source/aquaticus.social.png +0 -0
  399. data/test/public/images/service_icons/source/ask.png +0 -0
  400. data/test/public/images/service_icons/source/ask.psd +0 -0
  401. data/test/public/images/service_icons/source/bibsonomy.png +0 -0
  402. data/test/public/images/service_icons/source/bibsonomy.psd +0 -0
  403. data/test/public/images/service_icons/source/bing.png +0 -0
  404. data/test/public/images/service_icons/source/bing.psd +0 -0
  405. data/test/public/images/service_icons/source/blogger.png +0 -0
  406. data/test/public/images/service_icons/source/bloglines.png +0 -0
  407. data/test/public/images/service_icons/source/bloglines.psd +0 -0
  408. data/test/public/images/service_icons/source/citeulike.png +0 -0
  409. data/test/public/images/service_icons/source/clipmarks.png +0 -0
  410. data/test/public/images/service_icons/source/connotea.png +0 -0
  411. data/test/public/images/service_icons/source/connotea.psd +0 -0
  412. data/test/public/images/service_icons/source/dailymotion.png +0 -0
  413. data/test/public/images/service_icons/source/delicious.png +0 -0
  414. data/test/public/images/service_icons/source/digg.png +0 -0
  415. data/test/public/images/service_icons/source/diigo.png +0 -0
  416. data/test/public/images/service_icons/source/facebook.png +0 -0
  417. data/test/public/images/service_icons/source/feed.png +0 -0
  418. data/test/public/images/service_icons/source/fireeagle.psd +0 -0
  419. data/test/public/images/service_icons/source/flickr.png +0 -0
  420. data/test/public/images/service_icons/source/fotolog.png +0 -0
  421. data/test/public/images/service_icons/source/friendfeed.png +0 -0
  422. data/test/public/images/service_icons/source/friendster.png +0 -0
  423. data/test/public/images/service_icons/source/furl.png +0 -0
  424. data/test/public/images/service_icons/source/goodreads.png +0 -0
  425. data/test/public/images/service_icons/source/google.png +0 -0
  426. data/test/public/images/service_icons/source/googleblog.png +0 -0
  427. data/test/public/images/service_icons/source/googlenews.png +0 -0
  428. data/test/public/images/service_icons/source/icerocket.png +0 -0
  429. data/test/public/images/service_icons/source/icerocket.psd +0 -0
  430. data/test/public/images/service_icons/source/identica.png +0 -0
  431. data/test/public/images/service_icons/source/joost.png +0 -0
  432. data/test/public/images/service_icons/source/lastfm.png +0 -0
  433. data/test/public/images/service_icons/source/librarything.png +0 -0
  434. data/test/public/images/service_icons/source/linkedin.png +0 -0
  435. data/test/public/images/service_icons/source/livejournal.png +0 -0
  436. data/test/public/images/service_icons/source/magnolia.png +0 -0
  437. data/test/public/images/service_icons/source/mendeley.png +0 -0
  438. data/test/public/images/service_icons/source/metacafe.png +0 -0
  439. data/test/public/images/service_icons/source/metacafe.psd +0 -0
  440. data/test/public/images/service_icons/source/mixx.png +0 -0
  441. data/test/public/images/service_icons/source/myspace.png +0 -0
  442. data/test/public/images/service_icons/source/netflix.png +0 -0
  443. data/test/public/images/service_icons/source/netvibes.png +0 -0
  444. data/test/public/images/service_icons/source/newsvine.png +0 -0
  445. data/test/public/images/service_icons/source/oai.png +0 -0
  446. data/test/public/images/service_icons/source/odeo.png +0 -0
  447. data/test/public/images/service_icons/source/opml.png +0 -0
  448. data/test/public/images/service_icons/source/pandora.png +0 -0
  449. data/test/public/images/service_icons/source/photobucket.png +0 -0
  450. data/test/public/images/service_icons/source/picasa.png +0 -0
  451. data/test/public/images/service_icons/source/polyvore.png +0 -0
  452. data/test/public/images/service_icons/source/posterous.psd +0 -0
  453. data/test/public/images/service_icons/source/pownce.png +0 -0
  454. data/test/public/images/service_icons/source/reddit.png +0 -0
  455. data/test/public/images/service_icons/source/simpy.png +0 -0
  456. data/test/public/images/service_icons/source/smugmug.png +0 -0
  457. data/test/public/images/service_icons/source/stumbleupon.png +0 -0
  458. data/test/public/images/service_icons/source/tag.png +0 -0
  459. data/test/public/images/service_icons/source/technorati.png +0 -0
  460. data/test/public/images/service_icons/source/template.png +0 -0
  461. data/test/public/images/service_icons/source/tumblr.png +0 -0
  462. data/test/public/images/service_icons/source/twine.png +0 -0
  463. data/test/public/images/service_icons/source/twine.psd +0 -0
  464. data/test/public/images/service_icons/source/twitter.png +0 -0
  465. data/test/public/images/service_icons/source/vimeo.png +0 -0
  466. data/test/public/images/service_icons/source/webshots.png +0 -0
  467. data/test/public/images/service_icons/source/wordpress.png +0 -0
  468. data/test/public/images/service_icons/source/xanga.png +0 -0
  469. data/test/public/images/service_icons/source/yahoo.png +0 -0
  470. data/test/public/images/service_icons/source/yelp.png +0 -0
  471. data/test/public/images/service_icons/source/youtube.png +0 -0
  472. data/test/public/images/service_icons/source/zooomr.png +0 -0
  473. data/test/public/images/service_icons/source/zotero.png +0 -0
  474. data/test/public/images/spinner.gif +0 -0
  475. data/test/public/images/sprites.png +0 -0
  476. data/test/public/javascripts/application.js +0 -2
  477. data/test/public/javascripts/builder.js +0 -136
  478. data/test/public/javascripts/controls.js +0 -963
  479. data/test/public/javascripts/dragdrop.js +0 -972
  480. data/test/public/javascripts/effects.js +0 -1120
  481. data/test/public/javascripts/fancyzoom.min.js +0 -1
  482. data/test/public/javascripts/jquery/colorpicker.js +0 -450
  483. data/test/public/javascripts/jquery/jquery-1.5.1.js +0 -8316
  484. data/test/public/javascripts/jquery/jquery-ui-1.8.11.custom.js +0 -11577
  485. data/test/public/javascripts/jquery/jquery-ui-1.8.4.custom.min.js +0 -763
  486. data/test/public/javascripts/jquery/jquery-ui.js +0 -781
  487. data/test/public/javascripts/jquery/jquery.autocomplete.js.readme +0 -6
  488. data/test/public/javascripts/jquery/jquery.autocomplete.min.js +0 -15
  489. data/test/public/javascripts/jquery/jquery.autocomplete.pack.js +0 -767
  490. data/test/public/javascripts/jquery/jquery.cookie.js +0 -96
  491. data/test/public/javascripts/jquery/jquery.easing.js +0 -46
  492. data/test/public/javascripts/jquery/jquery.fancybox.js +0 -46
  493. data/test/public/javascripts/jquery/jquery.form.js +0 -675
  494. data/test/public/javascripts/jquery/jquery.jgrowl.js +0 -9
  495. data/test/public/javascripts/jquery/jquery.js +0 -154
  496. data/test/public/javascripts/jquery/jquery.metadata.min.js +0 -13
  497. data/test/public/javascripts/jquery/jquery.mousewheel.js +0 -13
  498. data/test/public/javascripts/jquery/jquery.queryString.js +0 -33
  499. data/test/public/javascripts/jquery/jquery.swapimage.js +0 -66
  500. data/test/public/javascripts/jquery/jquery.swapimage.min.js +0 -11
  501. data/test/public/javascripts/jquery/jquery.timers.js +0 -138
  502. data/test/public/javascripts/jquery/jquery.tips.js +0 -75
  503. data/test/public/javascripts/jquery/jrails.js +0 -1
  504. data/test/public/javascripts/muck-countries.js +0 -50
  505. data/test/public/javascripts/muck-src.js +0 -147
  506. data/test/public/javascripts/muck-users.js +0 -20
  507. data/test/public/javascripts/muck.js +0 -149
  508. data/test/public/javascripts/muck_activities.js +0 -100
  509. data/test/public/javascripts/muck_admin.js +0 -0
  510. data/test/public/javascripts/muck_countries.js +0 -50
  511. data/test/public/javascripts/muck_time/en.js +0 -53
  512. data/test/public/javascripts/prototype.js +0 -4225
  513. data/test/public/javascripts/rails.js +0 -175
  514. data/test/public/javascripts/scriptaculous.js +0 -58
  515. data/test/public/javascripts/slider.js +0 -277
  516. data/test/public/javascripts/sound.js +0 -60
  517. data/test/public/javascripts/tree.js +0 -107
  518. data/test/public/robots.txt +0 -1
  519. data/test/public/stylesheets/admin.css +0 -75
  520. data/test/public/stylesheets/application.css +0 -0
  521. data/test/public/stylesheets/blueprint/ie.css +0 -26
  522. data/test/public/stylesheets/blueprint/liquid_screen.css +0 -203
  523. data/test/public/stylesheets/blueprint/plugins/buttons/icons/cross.png +0 -0
  524. data/test/public/stylesheets/blueprint/plugins/buttons/icons/key.png +0 -0
  525. data/test/public/stylesheets/blueprint/plugins/buttons/icons/tick.png +0 -0
  526. data/test/public/stylesheets/blueprint/plugins/buttons/readme.txt +0 -32
  527. data/test/public/stylesheets/blueprint/plugins/buttons/screen.css +0 -97
  528. data/test/public/stylesheets/blueprint/plugins/fancy-type/readme.txt +0 -14
  529. data/test/public/stylesheets/blueprint/plugins/fancy-type/screen.css +0 -71
  530. data/test/public/stylesheets/blueprint/plugins/link-icons/icons/doc.png +0 -0
  531. data/test/public/stylesheets/blueprint/plugins/link-icons/icons/email.png +0 -0
  532. data/test/public/stylesheets/blueprint/plugins/link-icons/icons/external.png +0 -0
  533. data/test/public/stylesheets/blueprint/plugins/link-icons/icons/feed.png +0 -0
  534. data/test/public/stylesheets/blueprint/plugins/link-icons/icons/im.png +0 -0
  535. data/test/public/stylesheets/blueprint/plugins/link-icons/icons/pdf.png +0 -0
  536. data/test/public/stylesheets/blueprint/plugins/link-icons/icons/visited.png +0 -0
  537. data/test/public/stylesheets/blueprint/plugins/link-icons/icons/xls.png +0 -0
  538. data/test/public/stylesheets/blueprint/plugins/link-icons/readme.txt +0 -18
  539. data/test/public/stylesheets/blueprint/plugins/link-icons/screen.css +0 -40
  540. data/test/public/stylesheets/blueprint/plugins/liquid/liquid.css +0 -134
  541. data/test/public/stylesheets/blueprint/plugins/liquid/src/liquid.css +0 -197
  542. data/test/public/stylesheets/blueprint/plugins/rtl/readme.txt +0 -10
  543. data/test/public/stylesheets/blueprint/plugins/rtl/screen.css +0 -109
  544. data/test/public/stylesheets/blueprint/print.css +0 -30
  545. data/test/public/stylesheets/blueprint/screen.css +0 -251
  546. data/test/public/stylesheets/blueprint/sprite.css +0 -1
  547. data/test/public/stylesheets/blueprint/src/forms.css +0 -49
  548. data/test/public/stylesheets/blueprint/src/grid.css +0 -213
  549. data/test/public/stylesheets/blueprint/src/grid.png +0 -0
  550. data/test/public/stylesheets/blueprint/src/ie.css +0 -59
  551. data/test/public/stylesheets/blueprint/src/print.css +0 -85
  552. data/test/public/stylesheets/blueprint/src/reset.css +0 -38
  553. data/test/public/stylesheets/blueprint/src/typography.css +0 -105
  554. data/test/public/stylesheets/default.css +0 -0
  555. data/test/public/stylesheets/flick/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  556. data/test/public/stylesheets/flick/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  557. data/test/public/stylesheets/flick/images/ui-bg_flat_55_ffffff_40x100.png +0 -0
  558. data/test/public/stylesheets/flick/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  559. data/test/public/stylesheets/flick/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  560. data/test/public/stylesheets/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
  561. data/test/public/stylesheets/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
  562. data/test/public/stylesheets/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
  563. data/test/public/stylesheets/flick/images/ui-icons_0073ea_256x240.png +0 -0
  564. data/test/public/stylesheets/flick/images/ui-icons_454545_256x240.png +0 -0
  565. data/test/public/stylesheets/flick/images/ui-icons_666666_256x240.png +0 -0
  566. data/test/public/stylesheets/flick/images/ui-icons_ff0084_256x240.png +0 -0
  567. data/test/public/stylesheets/flick/images/ui-icons_ffffff_256x240.png +0 -0
  568. data/test/public/stylesheets/flick/jquery-ui-1.8.1.custom.css +0 -486
  569. data/test/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
  570. data/test/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
  571. data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_100_f0f0f0_1x400.png +0 -0
  572. data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_50_99c2ff_1x400.png +0 -0
  573. data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
  574. data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_80_e6e6e6_1x400.png +0 -0
  575. data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  576. data/test/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
  577. data/test/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-soft_100_e7eef3_1x100.png +0 -0
  578. data/test/public/stylesheets/jquery/cupertino/images/ui-icons_222222_256x240.png +0 -0
  579. data/test/public/stylesheets/jquery/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
  580. data/test/public/stylesheets/jquery/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
  581. data/test/public/stylesheets/jquery/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
  582. data/test/public/stylesheets/jquery/cupertino/images/ui-icons_888888_256x240.png +0 -0
  583. data/test/public/stylesheets/jquery/cupertino/images/ui-icons_cd0a0a_256x240.png +0 -0
  584. data/test/public/stylesheets/jquery/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
  585. data/test/public/stylesheets/jquery/cupertino/jquery-ui-1.7.1.custom.css +0 -404
  586. data/test/public/stylesheets/jquery/cupertino/jquery-ui-1.7.2.custom.css +0 -160
  587. data/test/public/stylesheets/jquery/jquery.autocomplete.css +0 -15
  588. data/test/public/stylesheets/jquery/jquery.fancybox.css +0 -77
  589. data/test/public/stylesheets/jquery/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  590. data/test/public/stylesheets/jquery/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
  591. data/test/public/stylesheets/jquery/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  592. data/test/public/stylesheets/jquery/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  593. data/test/public/stylesheets/jquery/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  594. data/test/public/stylesheets/jquery/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  595. data/test/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  596. data/test/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  597. data/test/public/stylesheets/jquery/redmond/images/ui-icons_217bc0_256x240.png +0 -0
  598. data/test/public/stylesheets/jquery/redmond/images/ui-icons_2e83ff_256x240.png +0 -0
  599. data/test/public/stylesheets/jquery/redmond/images/ui-icons_469bdd_256x240.png +0 -0
  600. data/test/public/stylesheets/jquery/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
  601. data/test/public/stylesheets/jquery/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
  602. data/test/public/stylesheets/jquery/redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
  603. data/test/public/stylesheets/jquery/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
  604. data/test/public/stylesheets/jquery/redmond/jquery-ui-1.7.1.custom.css +0 -404
  605. data/test/public/stylesheets/jquery/redmond/jquery-ui-1.7.2.custom.css +0 -160
  606. data/test/public/stylesheets/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  607. data/test/public/stylesheets/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  608. data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  609. data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  610. data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  611. data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  612. data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  613. data/test/public/stylesheets/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  614. data/test/public/stylesheets/jquery/smoothness/images/ui-icons_222222_256x240.png +0 -0
  615. data/test/public/stylesheets/jquery/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  616. data/test/public/stylesheets/jquery/smoothness/images/ui-icons_454545_256x240.png +0 -0
  617. data/test/public/stylesheets/jquery/smoothness/images/ui-icons_888888_256x240.png +0 -0
  618. data/test/public/stylesheets/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  619. data/test/public/stylesheets/jquery/smoothness/jquery-ui-1.7.1.custom.css +0 -404
  620. data/test/public/stylesheets/jquery/smoothness/jquery-ui-1.7.2.custom.css +0 -160
  621. data/test/public/stylesheets/jquery/smoothness/jquery-ui-1.8.11.custom.css +0 -573
  622. data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  623. data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  624. data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  625. data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  626. data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  627. data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  628. data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  629. data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  630. data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  631. data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  632. data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  633. data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  634. data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  635. data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  636. data/test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.7.1.custom.css +0 -404
  637. data/test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.7.2.custom.css +0 -160
  638. data/test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.8.11.custom.css +0 -573
  639. data/test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.8.4.custom.css +0 -572
  640. data/test/public/stylesheets/muck-users.css +0 -10
  641. data/test/public/stylesheets/reset.css +0 -0
  642. data/test/public/stylesheets/styles.css +0 -98
  643. data/test/public/stylesheets/themes/blue/styles.css +0 -1
  644. data/test/public/stylesheets/themes/red/styles.css +0 -1
  645. data/test/script/rails +0 -6
  646. data/test/spec/controllers/access_code_requests_controller_spec.rb +0 -62
  647. data/test/spec/controllers/activations_controller_spec.rb +0 -69
  648. data/test/spec/controllers/admin/access_code_requests_controller_spec.rb +0 -128
  649. data/test/spec/controllers/admin/access_codes_controller_spec.rb +0 -189
  650. data/test/spec/controllers/admin/roles_controller_spec.rb +0 -84
  651. data/test/spec/controllers/admin/users_controller_spec.rb +0 -245
  652. data/test/spec/controllers/password_resets_controller_spec.rb +0 -65
  653. data/test/spec/controllers/user_sessions_controller_spec.rb +0 -122
  654. data/test/spec/controllers/username_request_controller_spec.rb +0 -35
  655. data/test/spec/controllers/users_controller_spec.rb +0 -427
  656. data/test/spec/helpers/muck_users_helper_spec.rb +0 -70
  657. data/test/spec/mailers/user_mailer_spec.rb +0 -108
  658. data/test/spec/models/access_code_request_spec.rb +0 -105
  659. data/test/spec/models/access_code_spec.rb +0 -117
  660. data/test/spec/models/permission_spec.rb +0 -19
  661. data/test/spec/models/role_spec.rb +0 -18
  662. data/test/spec/models/secure_methods_spec.rb +0 -56
  663. data/test/spec/models/user_spec.rb +0 -433
  664. data/test/spec/spec_helper.rb +0 -5
  665. data/test/test/fixtures/rails.png +0 -0
@@ -1,84 +0,0 @@
1
- require File.dirname(__FILE__) + '/../../spec_helper'
2
-
3
- describe Admin::Muck::RolesController do
4
-
5
- render_views
6
-
7
- it { should require_login(:index, :get) }
8
- it { should require_login(:show, :get) }
9
- it { should require_login(:new, :get) }
10
- it { should require_login(:create, :post) }
11
- it { should require_login(:edit, :get) }
12
- it { should require_login(:update, :post) }
13
- it { should require_login(:destroy, :delete) }
14
-
15
- describe "logged in not admin" do
16
- before(:each) do
17
- @user = Factory(:user)
18
- activate_authlogic
19
- login_as @user
20
- end
21
- it { should require_role('admin', :index, :get) }
22
- it { should require_role('admin', :show, :get) }
23
- it { should require_role('admin', :new, :get) }
24
- it { should require_role('admin', :create, :post) }
25
- it { should require_role('admin', :edit, :get) }
26
- it { should require_role('admin', :update, :put) }
27
- it { should require_role('admin', :destroy, :delete) }
28
- end
29
-
30
- describe "logged in as admin" do
31
- before(:each) do
32
- @user = Factory(:user)
33
- @admin = Factory(:user)
34
- @admin_role = Factory(:role, :rolename => 'administrator')
35
- @admin.roles << @admin_role
36
- activate_authlogic
37
- login_as @admin
38
- end
39
-
40
- describe "GET index" do
41
- describe "html" do
42
- before(:each) do
43
- get :index
44
- end
45
- it { should respond_with :success }
46
- it { should render_template :index }
47
- end
48
- end
49
-
50
- describe "GET show" do
51
- describe "html" do
52
- before(:each) do
53
- @role = Factory(:role)
54
- get :show, :id => @role.id
55
- end
56
- it { should respond_with :success }
57
- it { should render_template :show }
58
- end
59
- end
60
-
61
- describe "GET new" do
62
- describe "html" do
63
- before(:each) do
64
- get :new
65
- end
66
- it { should respond_with :success }
67
- it { should render_template :new }
68
- end
69
- end
70
-
71
- describe "GET edit" do
72
- describe "html" do
73
- before(:each) do
74
- @role = Factory(:role)
75
- get :edit, :id => @role.id
76
- end
77
- it { should respond_with :success }
78
- it { should render_template :edit }
79
- end
80
- end
81
-
82
- end
83
-
84
- end
@@ -1,245 +0,0 @@
1
- require File.dirname(__FILE__) + '/../../spec_helper'
2
-
3
- describe Admin::Muck::UsersController do
4
-
5
- render_views
6
-
7
- it { should require_login :index, :get }
8
- it { should require_login :inactive, :get }
9
- it { should require_login :inactive_emails, :get }
10
- it { should require_login :activate_all, :post }
11
- it { should require_login :search, :post }
12
- it { should require_login :edit, :get }
13
- it { should require_login :update, :post }
14
- it { should require_login :destroy, :delete }
15
-
16
- describe "logged in not admin" do
17
- before(:each) do
18
- @user = Factory(:user)
19
- activate_authlogic
20
- login_as @user
21
- end
22
- it { should require_role 'admin', :index, :get }
23
- it { should require_role 'admin', :inactive, :get }
24
- it { should require_role 'admin', :inactive_emails, :get }
25
- it { should require_role 'admin', :activate_all, :post }
26
- it { should require_role 'admin', :search, :post }
27
- it { should require_role 'admin', :edit, :get }
28
- it { should require_role 'admin', :update, :post }
29
- it { should require_role 'admin', :destroy, :delete }
30
- end
31
-
32
- describe "logged in as admin" do
33
- before(:each) do
34
- @user = Factory(:user)
35
- @admin = Factory(:user)
36
- @admin_role = Factory(:role, :rolename => 'administrator')
37
- @admin.roles << @admin_role
38
- activate_authlogic
39
- login_as @admin
40
- end
41
-
42
- describe "GET index" do
43
- describe "html" do
44
- before(:each) do
45
- get :index
46
- end
47
- it { should respond_with :success }
48
- it { should render_template :index }
49
- end
50
- describe "csv" do
51
- before(:each) do
52
- get :index, :format => 'csv'
53
- end
54
- it { should respond_with :success }
55
- it { should render_template :index }
56
- end
57
- end
58
-
59
- describe "GET show" do
60
- describe "html" do
61
- before(:each) do
62
- @user = Factory(:user)
63
- get :show, :id => @user.to_param
64
- end
65
- it { should respond_with :success }
66
- it { should render_template :show }
67
- end
68
- end
69
-
70
- describe "GET inactive" do
71
- before(:each) do
72
- get :inactive
73
- end
74
- it { should respond_with :success }
75
- it { should render_template :inactive }
76
- end
77
-
78
- describe "search" do
79
- before(:all) do
80
- @user = Factory(:user, :first_name => 'john', :last_name => 'smith', :email => 'john.smith@example.com')
81
- end
82
- describe 'html' do
83
- describe 'empty search' do
84
- before(:each) do
85
- post :search
86
- end
87
- it { should respond_with :success }
88
- it { should render_template :index }
89
- end
90
- describe 'search first name' do
91
- before(:each) do
92
- post :search, :query => 'john'
93
- end
94
- it { should respond_with :success }
95
- it { should render_template :index }
96
- it { response.body.should include('john') }
97
- end
98
- describe 'search last name' do
99
- before(:each) do
100
- post :search, :query => 'smith'
101
- end
102
- it { should respond_with :success }
103
- it { should render_template :index }
104
- it { response.body.should include('john') }
105
- end
106
- describe 'search email' do
107
- before(:each) do
108
- post :search, :query => 'john.smith@example.com'
109
- end
110
- it { should respond_with :success }
111
- it { should render_template :index }
112
- it { response.body.should include('john') }
113
- end
114
- end
115
- describe 'js' do
116
- describe 'empty search' do
117
- before(:each) do
118
- post :search, :format => 'js'
119
- end
120
- it { should respond_with :success }
121
- it { should render_template :table }
122
- end
123
- describe 'search first name' do
124
- before(:each) do
125
- post :search, :query => 'john', :format => 'js'
126
- end
127
- it { should respond_with :success }
128
- it { should render_template 'admin/users/_table' }
129
- it { response.body.should include('john') }
130
- end
131
- describe 'search last name' do
132
- before(:each) do
133
- post :search, :query => 'smith', :format => 'js'
134
- end
135
- it { should respond_with :success }
136
- it { should render_template 'admin/users/_table' }
137
- it { response.body.should include('john') }
138
- end
139
- describe 'search email' do
140
- before(:each) do
141
- post :search, :query => 'john.smith@example.com', :format => 'js'
142
- end
143
- it { should respond_with :success }
144
- it { should render_template 'admin/users/_table' }
145
- it { response.body.should include('john') }
146
- end
147
- end
148
- end
149
-
150
- # describe "search" do
151
- # before(:each) do
152
- # @user = Factory(:user, :first_name => 'john', :last_name => 'smith', :email => 'john.smith@example.com')
153
- # end
154
- # it "should find john" do
155
- # User.where(:first_name => 'john').all.should include(@user)
156
- # end
157
- # it "should find smith" do
158
- # User.where(:last_name => 'smith').all.should include(@user)
159
- # end
160
- # it "should find john.smith@example.com" do
161
- # User.where(:email => 'john.smith@example.com').all.should include(@user)
162
- # end
163
- # end
164
-
165
-
166
- describe "GET edit" do
167
- before(:each) do
168
- get :edit, :id => @user.to_param
169
- end
170
- it { should respond_with :success }
171
- it { should render_template :edit }
172
- end
173
-
174
- describe "PUT to update" do
175
- before(:each) do
176
- put :update, :id => @user.to_param, :user => { :email => 'testguy@example.com' }, :format => 'js'
177
- end
178
- it { should respond_with :success }
179
- it "should not have errors" do
180
- assigns(:user).errors.should be_empty
181
- end
182
- end
183
-
184
- describe "fail on PUT to update" do
185
- before(:each) do
186
- put :update, :id => @user.to_param, :user => { :email => nil }, :format => 'js'
187
- end
188
- it { should respond_with :success }
189
- it "should have errors on access code's 'email' field" do
190
- assigns(:user).errors[:email].should_not be_empty
191
- end
192
- end
193
-
194
- describe "PUT to update - deactivate user" do
195
- before(:each) do
196
- put :update, :id => @user.to_param, :deactivate => true, :format => 'js'
197
- end
198
- it { should respond_with :success }
199
- it "should deactivate the user" do
200
- User.find(@user.to_param).should_not be_active
201
- end
202
- end
203
-
204
- describe "PUT to update - activate user" do
205
- before(:each) do
206
- put :update, :id => @user.to_param, :activate => true, :format => 'js'
207
- end
208
- it { should respond_with :success }
209
- it "should activate the user" do
210
- User.find(@user.to_param).should be_active
211
- end
212
- end
213
-
214
- describe "PUT to update - update roles" do
215
- before(:each) do
216
- @new_role = Factory(:role)
217
- put :update, :id => @user.to_param, :update_roles => true, :user => { :role_ids => [ @new_role.id ] }, :format => 'js'
218
- end
219
- it { should respond_with :success }
220
- it "should give user the new role" do
221
- User.find(@user.to_param).has_role?(@new_role.rolename).should be_true
222
- end
223
- end
224
-
225
- describe "PUT to update - remove all roles" do
226
- before(:each) do
227
- put :update, :id => @user.to_param, :update_roles => true, :format => 'js'
228
- end
229
- it { should respond_with :success }
230
- it "should remove the user from all roles" do
231
- User.find(@user.to_param).roles.should be_empty
232
- end
233
- end
234
-
235
- describe 'on DELETE to :destroy' do
236
- before(:each) do
237
- @user = Factory(:user)
238
- delete :destroy, {:id => @user.to_param}
239
- end
240
- it {should redirect_to(admin_users_path)}
241
- end
242
-
243
- end
244
-
245
- end
@@ -1,65 +0,0 @@
1
- require File.dirname(__FILE__) + '/../spec_helper'
2
-
3
- describe Muck::PasswordResetsController do
4
-
5
- render_views
6
-
7
- describe "password reset controller" do
8
- before(:each) do
9
- @user = Factory(:user)
10
- end
11
- describe "get new" do
12
- before(:each) do
13
- get :new
14
- end
15
- it { should respond_with :success }
16
- it { should render_template :new }
17
- end
18
- describe "find user using email and send email message" do
19
- before(:each) do
20
- post :create, :reset_password => { :email => @user.email }
21
- end
22
- it { should set_the_flash.to(I18n.translate('muck.users.password_reset_link_sent')) }
23
- it {should redirect_to(login_path)}
24
- end
25
- describe "bad email - fail to reset password" do
26
- before(:each) do
27
- post :create, :reset_password => { :email => 'quentin@bad_email_example.com' }
28
- end
29
- it { should respond_with :success }
30
- it { should render_template :new }
31
- end
32
- describe "inactive user - send password not active instructions" do
33
- before(:each) do
34
- @inactive_user = Factory(:user, :activated_at => nil)
35
- post :create, :reset_password => { :email => @inactive_user.email }
36
- end
37
- it { should set_the_flash.to(I18n.translate('muck.users.password_reset_link_sent')) }
38
- it{should redirect_to(login_path)}
39
- end
40
- describe "get edit" do
41
- before(:each) do
42
- get :edit, :id => @user.perishable_token
43
- end
44
- it { should respond_with :success }
45
- it { should render_template :edit }
46
- end
47
- describe "PUT update" do
48
- before(:each) do
49
- put :update, :id => @user.perishable_token, :user => {:password => "foobar", :password_confirmation => "foobar" }
50
- end
51
- it {should redirect_to(login_url)}
52
- end
53
- describe "PUT update - password mismatch" do
54
- before(:each) do
55
- put :update, :id => @user.perishable_token, :user => {:password => "foobar", :password_confirmation => "foobarbaz"}
56
- end
57
- it "should fail to update user password because passwords do not match" do
58
- assigns(:user).errors[:password].should_not be_empty
59
- end
60
- it { should respond_with :success }
61
- it { should render_template :edit }
62
- end
63
- end
64
-
65
- end
@@ -1,122 +0,0 @@
1
- require File.dirname(__FILE__) + '/../spec_helper'
2
-
3
- describe Muck::UserSessionsController do
4
-
5
- render_views
6
-
7
- it { should filter_param(:password) }
8
-
9
- before(:each) do
10
- @login = 'quentin'
11
- @good_password = 'test'
12
- @user = Factory(:user, :login => @login, :password => @good_password, :password_confirmation => @good_password)
13
- end
14
-
15
- describe "get new" do
16
- before(:each) do
17
- get :new
18
- end
19
- it { should respond_with :success }
20
- it { should render_template :new }
21
- end
22
-
23
- describe "login and redirect" do
24
- before(:each) do
25
- post :create, :user_session => { :login => @login, :password => @good_password }
26
- end
27
- it "should create a user session" do
28
- assert user_session = UserSession.find
29
- @user.should == user_session.user
30
- end
31
- it {should redirect_to(user_path(@user))}
32
- end
33
-
34
- describe "login success and render json" do
35
- before(:each) do
36
- post :create, :user_session => { :login => @login, :password => @good_password }, :format => 'json'
37
- end
38
- it "should create a user session" do
39
- assert user_session = UserSession.find
40
- @user.should == user_session.user
41
- end
42
- it "should render true" do
43
- @response.body.should include('true')
44
- end
45
- end
46
-
47
- describe "fail login" do
48
- before(:each) do
49
- post :create, :user_session => { :login => @login, :password => 'bad password' }
50
- end
51
- it "should not create a user session" do
52
- UserSession.find.should be_nil
53
- end
54
- it { should respond_with :success }
55
- it { should render_template :new }
56
- end
57
-
58
- describe "fail login json" do
59
- before(:each) do
60
- post :create, :user_session => { :login => @login, :password => 'bad password' }, :format => 'json'
61
- end
62
- it "should not create a user session" do
63
- UserSession.find.should be_nil
64
- end
65
- it "should render false" do
66
- @response.body.should include('false')
67
- end
68
- end
69
-
70
- describe "authlogic enabled" do
71
- before(:each) do
72
- @user = Factory(:user)
73
- activate_authlogic
74
- end
75
- describe "logout" do
76
- before(:each) do
77
- login_as(@user)
78
- end
79
- describe "without params" do
80
- before(:each) do
81
- delete :destroy
82
- end
83
- it "should logout by destroying the user session" do
84
- UserSession.find.should be_nil
85
- end
86
- it {should redirect_to(logout_complete_path)}
87
- end
88
- describe "with reset api key param" do
89
- it "should reset the user's single_access_token" do
90
- controller.stub!(:current_user).and_return(@user)
91
- @user.should_receive(:reset_single_access_token!)
92
- delete :destroy, :reset_api_key => true
93
- end
94
- end
95
- end
96
- end
97
-
98
- describe "GET login_check" do
99
- before do
100
- @user = Factory(:user)
101
- activate_authlogic
102
- end
103
- describe "logged in" do
104
- before do
105
- login_as(@user)
106
- get :login_check
107
- end
108
- it "should render json with logged in true" do
109
- @response.body.should include('true')
110
- end
111
- end
112
- describe "not logged in" do
113
- before do
114
- get :login_check
115
- end
116
- it "should render json with logged in false" do
117
- @response.body.should include('false')
118
- end
119
- end
120
- end
121
-
122
- end