Advertisement
Guest User

Untitled

a guest
Aug 31st, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.97 KB | None | 0 0
  1. rake routes
  2.  
  3. new_linked_account_session GET /linked_accounts/sign_in(.:format)
  4. {:action=>"new", :controller=>"devise/sessions"}
  5. linked_account_session POST /linked_accounts/sign_in(.:format)
  6. {:action=>"create", :controller=>"devise/sessions"}
  7. destroy_linked_account_session DELETE /linked_accounts/sign_out(.:format)
  8. {:action=>"destroy", :controller=>"devise/sessions"}
  9. linked_account_password POST /linked_accounts/password(.:format)
  10. {:action=>"create", :controller=>"devise/passwords"}
  11. new_linked_account_password GET /linked_accounts/password/new(.:form
  12. at) {:action=>"new", :controller=>"devise/passwords"}
  13. edit_linked_account_password GET /linked_accounts/password/edit(.:for
  14. mat) {:action=>"edit", :controller=>"devise/passwords"}
  15. PUT /linked_accounts/password(.:format)
  16. {:action=>"update", :controller=>"devise/passwords"}
  17. cancel_linked_account_registration GET /linked_accounts/cancel(.:format)
  18. {:action=>"cancel", :controller=>"devise/registrations"}
  19. linked_account_registration POST /linked_accounts(.:format)
  20. {:action=>"create", :controller=>"devise/registrations"}
  21. new_linked_account_registration GET /linked_accounts/sign_up(.:format)
  22. {:action=>"new", :controller=>"devise/registrations"}
  23. edit_linked_account_registration GET /linked_accounts/edit(.:format)
  24. {:action=>"edit", :controller=>"devise/registrations"}
  25. PUT /linked_accounts(.:format)
  26. {:action=>"update", :controller=>"devise/registrations"}
  27. DELETE /linked_accounts(.:format)
  28. {:action=>"destroy", :controller=>"devise/registrations"}
  29. comments GET /comments(.:format)
  30. {:action=>"index", :controller=>"comments"}
  31. POST /comments(.:format)
  32. {:action=>"create", :controller=>"comments"}
  33. new_comment GET /comments/new(.:format)
  34. {:action=>"new", :controller=>"comments"}
  35. edit_comment GET /comments/:id/edit(.:format)
  36. {:action=>"edit", :controller=>"comments"}
  37. comment GET /comments/:id(.:format)
  38. {:action=>"show", :controller=>"comments"}
  39. PUT /comments/:id(.:format)
  40. {:action=>"update", :controller=>"comments"}
  41. DELETE /comments/:id(.:format)
  42. {:action=>"destroy", :controller=>"comments"}
  43. new_user_session GET /login(.:format)
  44. {:action=>"new", :controller=>"users/sessions"}
  45. user_session POST /login(.:format)
  46. {:action=>"create", :controller=>"users/sessions"}
  47. destroy_user_session DELETE /logout(.:format)
  48. {:action=>"destroy", :controller=>"users/sessions"}
  49. user_password POST /password(.:format)
  50. {:action=>"create", :controller=>"devise/passwords"}
  51. new_user_password GET /password/new(.:format)
  52. {:action=>"new", :controller=>"devise/passwords"}
  53. edit_user_password GET /password/edit(.:format)
  54. {:action=>"edit", :controller=>"devise/passwords"}
  55. PUT /password(.:format)
  56. {:action=>"update", :controller=>"devise/passwords"}
  57. cancel_user_registration GET /cancel(.:format)
  58. {:action=>"cancel", :controller=>"users/registrations"}
  59. user_registration POST /(.:format)
  60. {:action=>"create", :controller=>"users/registrations"}
  61. new_user_registration GET /join(.:format)
  62. {:action=>"new", :controller=>"users/registrations"}
  63. edit_user_registration GET /edit(.:format)
  64. {:action=>"edit", :controller=>"users/registrations"}
  65. PUT /(.:format)
  66. {:action=>"update", :controller=>"users/registrations"}
  67. DELETE /(.:format)
  68. {:action=>"destroy", :controller=>"users/registrations"}
  69. beta_pages GET /beta_pages(.:format)
  70. {:action=>"index", :controller=>"beta_pages"}
  71. POST /beta_pages(.:format)
  72. {:action=>"create", :controller=>"beta_pages"}
  73. new_beta_page GET /beta_pages/new(.:format)
  74. {:action=>"new", :controller=>"beta_pages"}
  75. edit_beta_page GET /beta_pages/:id/edit(.:format)
  76. {:action=>"edit", :controller=>"beta_pages"}
  77. beta_page GET /beta_pages/:id(.:format)
  78. {:action=>"show", :controller=>"beta_pages"}
  79. PUT /beta_pages/:id(.:format)
  80. {:action=>"update", :controller=>"beta_pages"}
  81. DELETE /beta_pages/:id(.:format)
  82. {:action=>"destroy", :controller=>"beta_pages"}
  83. pages GET /pages(.:format)
  84. {:action=>"index", :controller=>"pages"}
  85. POST /pages(.:format)
  86. {:action=>"create", :controller=>"pages"}
  87. new_page GET /pages/new(.:format)
  88. {:action=>"new", :controller=>"pages"}
  89. edit_page GET /pages/:id/edit(.:format)
  90. {:action=>"edit", :controller=>"pages"}
  91. page GET /pages/:id(.:format)
  92. {:action=>"show", :controller=>"pages"}
  93. PUT /pages/:id(.:format)
  94. {:action=>"update", :controller=>"pages"}
  95. DELETE /pages/:id(.:format)
  96. {:action=>"destroy", :controller=>"pages"}
  97. user_comments GET /users/:user_id/comments(.:format)
  98. {:action=>"index", :controller=>"comments"}
  99. POST /users/:user_id/comments(.:format)
  100. {:action=>"create", :controller=>"comments"}
  101. new_user_comment GET /users/:user_id/comments/new(.:forma
  102. t) {:action=>"new", :controller=>"comments"}
  103. edit_user_comment GET /users/:user_id/comments/:id/edit(.:
  104. format) {:action=>"edit", :controller=>"comments"}
  105. user_comment GET /users/:user_id/comments/:id(.:forma
  106. t) {:action=>"show", :controller=>"comments"}
  107. PUT /users/:user_id/comments/:id(.:forma
  108. t) {:action=>"update", :controller=>"comments"}
  109. DELETE /users/:user_id/comments/:id(.:forma
  110. t) {:action=>"destroy", :controller=>"comments"}
  111. user_posts GET /users/:user_id/posts(.:format)
  112. {:action=>"index", :controller=>"posts"}
  113. POST /users/:user_id/posts(.:format)
  114. {:action=>"create", :controller=>"posts"}
  115. new_user_post GET /users/:user_id/posts/new(.:format)
  116. {:action=>"new", :controller=>"posts"}
  117. edit_user_post GET /users/:user_id/posts/:id/edit(.:for
  118. mat) {:action=>"edit", :controller=>"posts"}
  119. user_post GET /users/:user_id/posts/:id(.:format)
  120. {:action=>"show", :controller=>"posts"}
  121. PUT /users/:user_id/posts/:id(.:format)
  122. {:action=>"update", :controller=>"posts"}
  123. DELETE /users/:user_id/posts/:id(.:format)
  124. {:action=>"destroy", :controller=>"posts"}
  125. following_user GET /users/:id/following(.:format)
  126. {:action=>"following", :controller=>"users"}
  127. followers_user GET /users/:id/followers(.:format)
  128. {:action=>"followers", :controller=>"users"}
  129. tag_with_users POST /users/tag_with(.:format)
  130. {:action=>"tag_with", :controller=>"users"}
  131. clear_tag_list_and_preferences_users POST /users/clear_tag_list_and_preference
  132. s(.:format) {:action=>"clear_tag_list_and_preferences", :controller=>"users"}
  133. make_feed_preference_users POST /users/make_feed_preference(.:format
  134. ) {:action=>"make_feed_preference", :controller=>"users"}
  135. users GET /users(.:format)
  136. {:action=>"index", :controller=>"users"}
  137. POST /users(.:format)
  138. {:action=>"create", :controller=>"users"}
  139. new_user GET /users/new(.:format)
  140. {:action=>"new", :controller=>"users"}
  141. edit_user GET /users/:id/edit(.:format)
  142. {:action=>"edit", :controller=>"users"}
  143. user GET /users/:id(.:format)
  144. {:action=>"show", :controller=>"users"}
  145. PUT /users/:id(.:format)
  146. {:action=>"update", :controller=>"users"}
  147. DELETE /users/:id(.:format)
  148. {:action=>"destroy", :controller=>"users"}
  149. post_comments GET /posts/:post_id/comments(.:format)
  150. {:action=>"index", :controller=>"comments"}
  151. POST /posts/:post_id/comments(.:format)
  152. {:action=>"create", :controller=>"comments"}
  153. new_post_comment GET /posts/:post_id/comments/new(.:forma
  154. t) {:action=>"new", :controller=>"comments"}
  155. edit_post_comment GET /posts/:post_id/comments/:id/edit(.:
  156. format) {:action=>"edit", :controller=>"comments"}
  157. post_comment GET /posts/:post_id/comments/:id(.:forma
  158. t) {:action=>"show", :controller=>"comments"}
  159. PUT /posts/:post_id/comments/:id(.:forma
  160. t) {:action=>"update", :controller=>"comments"}
  161. DELETE /posts/:post_id/comments/:id(.:forma
  162. t) {:action=>"destroy", :controller=>"comments"}
  163. vote_up_posts POST /posts/vote_up(.:format)
  164. {:action=>"vote_up", :controller=>"posts"}
  165. vote_down_posts POST /posts/vote_down(.:format)
  166. {:action=>"vote_down", :controller=>"posts"}
  167. tag_with_posts POST /posts/tag_with(.:format)
  168. {:action=>"tag_with", :controller=>"posts"}
  169. clear_tag_list_and_preferences_posts POST /posts/clear_tag_list_and_preference
  170. s(.:format) {:action=>"clear_tag_list_and_preferences", :controller=>"posts"}
  171. make_feed_preference_posts POST /posts/make_feed_preference(.:format
  172. ) {:action=>"make_feed_preference", :controller=>"posts"}
  173. posts GET /posts(.:format)
  174. {:action=>"index", :controller=>"posts"}
  175. POST /posts(.:format)
  176. {:action=>"create", :controller=>"posts"}
  177. new_post GET /posts/new(.:format)
  178. {:action=>"new", :controller=>"posts"}
  179. edit_post GET /posts/:id/edit(.:format)
  180. {:action=>"edit", :controller=>"posts"}
  181. post GET /posts/:id(.:format)
  182. {:action=>"show", :controller=>"posts"}
  183. PUT /posts/:id(.:format)
  184. {:action=>"update", :controller=>"posts"}
  185. DELETE /posts/:id(.:format)
  186. {:action=>"destroy", :controller=>"posts"}
  187. vote_up_comments POST /comments/vote_up(.:format)
  188. {:action=>"vote_up", :controller=>"comments"}
  189. vote_down_comments POST /comments/vote_down(.:format)
  190. {:action=>"vote_down", :controller=>"comments"}
  191. GET /comments(.:format)
  192. {:action=>"index", :controller=>"comments"}
  193. POST /comments(.:format)
  194. {:action=>"create", :controller=>"comments"}
  195. GET /comments/new(.:format)
  196. {:action=>"new", :controller=>"comments"}
  197. GET /comments/:id/edit(.:format)
  198. {:action=>"edit", :controller=>"comments"}
  199. GET /comments/:id(.:format)
  200. {:action=>"show", :controller=>"comments"}
  201. PUT /comments/:id(.:format)
  202. {:action=>"update", :controller=>"comments"}
  203. DELETE /comments/:id(.:format)
  204. {:action=>"destroy", :controller=>"comments"}
  205. root /(.:format)
  206. {:controller=>"beta_pages", :action=>"index"}
  207. contact /contact(.:format)
  208. {:controller=>"Pages", :action=>"Contact"}
  209. about /about(.:format)
  210. {:controller=>"Pages", :action=>"About"}
  211. help /help(.:format)
  212. {:controller=>"Pages", :action=>"Help"}
  213. command /command(.:format)
  214. {:controller=>"Pages", :action=>"Command"}
  215. privacy /privacy(.:format)
  216. {:controller=>"Pages", :action=>"Privacy"}
  217. terms /terms(.:format)
  218. {:controller=>"Pages", :action=>"Terms"}
  219. future /future(.:format)
  220. {:controller=>"Pages", :action=>"Future"}
  221. FAQ /FAQ(.:format)
  222. {:controller=>"Pages", :action=>"FAQ"}
  223. request /request(.:format)
  224. {:controller=>"beta_pages", :action=>"request"}
  225. thankyou /thankyou(.:format)
  226. {:controller=>"beta_pages", :action=>"Thank_You"}
  227. tys /tys(.:format)
  228. {:controller=>"beta_pages", :action=>"_signup"}
  229. tyo /tyo(.:format)
  230. {:controller=>"beta_pages", :action=>"_open"}
  231. tyf /tyf(.:format)
  232. {:controller=>"beta_pages", :action=>"_full"}
  233. /thankyou(.:format)
  234. {:controller=>"beta_pages", :action=>"Thank_You"}
  235. user GET /users/:id(.:format)
  236. {:controller=>"users", :action=>"show"}
  237. dashboard /dashboard(.:format)
  238. {:controller=>"users", :action=>"adminUI"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement