octokit 1.25.0 → 2.0.0.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (502) hide show
  1. data/Rakefile +10 -7
  2. data/lib/octokit.rb +22 -15
  3. data/lib/octokit/arguments.rb +14 -0
  4. data/lib/octokit/authentication.rb +48 -25
  5. data/lib/octokit/client.rb +245 -44
  6. data/lib/octokit/client/authorizations.rb +36 -10
  7. data/lib/octokit/client/commit_comments.rb +96 -0
  8. data/lib/octokit/client/commits.rb +152 -94
  9. data/lib/octokit/client/contents.rb +32 -24
  10. data/lib/octokit/client/downloads.rb +11 -7
  11. data/lib/octokit/client/emojis.rb +3 -1
  12. data/lib/octokit/client/events.rb +62 -18
  13. data/lib/octokit/client/gists.rb +27 -26
  14. data/lib/octokit/client/gitignore.rb +7 -3
  15. data/lib/octokit/client/issues.rb +43 -71
  16. data/lib/octokit/client/labels.rb +24 -20
  17. data/lib/octokit/client/legacy_search.rb +78 -0
  18. data/lib/octokit/client/markdown.rb +6 -1
  19. data/lib/octokit/client/meta.rb +21 -0
  20. data/lib/octokit/client/milestones.rb +13 -9
  21. data/lib/octokit/client/notifications.rb +24 -64
  22. data/lib/octokit/client/objects.rb +17 -12
  23. data/lib/octokit/client/organizations.rb +43 -52
  24. data/lib/octokit/client/pub_sub_hubbub.rb +68 -8
  25. data/lib/octokit/client/{pulls.rb → pull_requests.rb} +65 -41
  26. data/lib/octokit/client/rate_limit.rb +42 -8
  27. data/lib/octokit/client/refs.rb +16 -10
  28. data/lib/octokit/client/repositories.rb +73 -124
  29. data/lib/octokit/client/say.rb +7 -1
  30. data/lib/octokit/client/service_status.rb +39 -0
  31. data/lib/octokit/client/stats.rb +12 -6
  32. data/lib/octokit/client/statuses.rb +8 -29
  33. data/lib/octokit/client/users.rb +56 -75
  34. data/lib/octokit/configurable.rb +117 -0
  35. data/lib/octokit/default.rb +140 -0
  36. data/lib/octokit/error.rb +6 -5
  37. data/lib/octokit/gist.rb +11 -0
  38. data/lib/octokit/rate_limit.rb +22 -0
  39. data/lib/octokit/repo_arguments.rb +19 -0
  40. data/lib/octokit/repository.rb +11 -4
  41. data/lib/octokit/response/raise_error.rb +35 -0
  42. data/lib/octokit/version.rb +5 -1
  43. data/octokit.gemspec +4 -9
  44. data/spec/cassettes/Octokit_Client/_get/handles_query_params.json +1 -0
  45. data/spec/cassettes/Octokit_Client/_head/handles_query_params.json +1 -0
  46. data/spec/cassettes/Octokit_Client/_last_response/caches_the_last_agent_response.json +1 -0
  47. data/spec/cassettes/Octokit_Client/authentication/when_token_authenticated/fetches_and_memoizes_login.json +1 -0
  48. data/spec/cassettes/Octokit_Client/auto_pagination/fetches_all_the_pages.json +1 -0
  49. data/spec/cassettes/Octokit_Client/error_handling/raises_on_404.json +1 -0
  50. data/spec/cassettes/Octokit_Client_Authorizations/_authorization/returns_a_single_authorization.json +1 -0
  51. data/spec/cassettes/Octokit_Client_Authorizations/_authorizations/lists_existing_authorizations.json +1 -0
  52. data/spec/cassettes/Octokit_Client_Authorizations/_create_authorization/creates_a_new_authorization_with_options.json +1 -0
  53. data/spec/cassettes/Octokit_Client_Authorizations/_create_authorization/creates_an_API_authorization.json +1 -0
  54. data/spec/cassettes/Octokit_Client_Authorizations/_scopes/checks_the_scopes_on_a_one-off_token.json +1 -0
  55. data/spec/cassettes/Octokit_Client_Authorizations/_scopes/checks_the_scopes_on_the_current_token.json +1 -0
  56. data/spec/cassettes/Octokit_Client_Authorizations/_update_authorization/updates_and_existing_authorization.json +1 -0
  57. data/spec/cassettes/Octokit_Client_CommitComments/_commit_comment/returns_a_single_commit_comment.json +1 -0
  58. data/spec/cassettes/Octokit_Client_CommitComments/_commit_comments/returns_a_list_of_comments_for_a_specific_commit.json +1 -0
  59. data/spec/cassettes/Octokit_Client_CommitComments/_create_commit_comment/creates_a_commit_comment.json +1 -0
  60. data/spec/cassettes/Octokit_Client_CommitComments/_delete_commit_comment/deletes_a_commit_comment.json +1 -0
  61. data/spec/cassettes/Octokit_Client_CommitComments/_list_commit_comments/returns_a_list_of_all_commit_comments.json +1 -0
  62. data/spec/cassettes/Octokit_Client_CommitComments/_update_commit_comment/updates_a_commit_comment.json +1 -0
  63. data/spec/cassettes/Octokit_Client_Commits/_commit/returns_a_commit.json +1 -0
  64. data/spec/cassettes/Octokit_Client_Commits/_commits/handles_branch_or_sha_argument.json +1 -0
  65. data/spec/cassettes/Octokit_Client_Commits/_commits/handles_the_sha_option.json +1 -0
  66. data/spec/cassettes/Octokit_Client_Commits/_commits/returns_all_commits.json +1 -0
  67. data/spec/cassettes/Octokit_Client_Commits/_commits_before/handles_branch_or_sha_argument.json +1 -0
  68. data/spec/cassettes/Octokit_Client_Commits/_commits_before/handles_the_sha_option.json +1 -0
  69. data/spec/cassettes/Octokit_Client_Commits/_commits_before/returns_all_commits_until_the_specified_date.json +1 -0
  70. data/spec/cassettes/Octokit_Client_Commits/_commits_between/handles_branch_or_sha_argument.json +1 -0
  71. data/spec/cassettes/Octokit_Client_Commits/_commits_between/handles_the_sha_option.json +1 -0
  72. data/spec/cassettes/Octokit_Client_Commits/_commits_between/returns_all_commits_until_the_specified_date.json +1 -0
  73. data/spec/cassettes/Octokit_Client_Commits/_commits_on/handles_branch_or_sha_argument.json +1 -0
  74. data/spec/cassettes/Octokit_Client_Commits/_commits_on/handles_the_sha_option.json +1 -0
  75. data/spec/cassettes/Octokit_Client_Commits/_commits_on/returns_all_commits_on_the_specified_date.json +1 -0
  76. data/spec/cassettes/Octokit_Client_Commits/_commits_since/handles_branch_or_sha_argument.json +1 -0
  77. data/spec/cassettes/Octokit_Client_Commits/_commits_since/handles_the_sha_option.json +1 -0
  78. data/spec/cassettes/Octokit_Client_Commits/_commits_since/returns_all_commits_since_the_specified_date.json +1 -0
  79. data/spec/cassettes/Octokit_Client_Commits/_compare/returns_a_comparison.json +1 -0
  80. data/spec/cassettes/Octokit_Client_Commits/_create_commit/creates_a_commit.json +1 -0
  81. data/spec/cassettes/Octokit_Client_Commits/_merge/merges_a_branch_into_another.json +1 -0
  82. data/spec/cassettes/Octokit_Client_Contents/_archive_link/returns_the_headers_of_the_request.json +1 -0
  83. data/spec/cassettes/Octokit_Client_Contents/_contents/returns_the_contents_of_a_file.json +1 -0
  84. data/spec/cassettes/Octokit_Client_Contents/_create_contents/creates_contents_from_File_object.json +1 -0
  85. data/spec/cassettes/Octokit_Client_Contents/_create_contents/creates_contents_from_file_path.json +1 -0
  86. data/spec/cassettes/Octokit_Client_Contents/_create_contents/creates_repository_contents_at_a_path.json +1 -0
  87. data/spec/cassettes/Octokit_Client_Contents/_delete_contents/deletes_repository_contents_at_a_path.json +1 -0
  88. data/spec/cassettes/Octokit_Client_Contents/_readme/returns_the_default_readme.json +1 -0
  89. data/spec/cassettes/Octokit_Client_Contents/_update_contents/updates_repository_contents_at_a_path.json +1 -0
  90. data/spec/cassettes/Octokit_Client_Downloads/_download/gets_a_single_download.json +1 -0
  91. data/spec/cassettes/Octokit_Client_Downloads/_downloads/lists_available_downloads.json +1 -0
  92. data/spec/cassettes/Octokit_Client_Downloads/methods_that_require_a_download/_create_download/creates_a_download_resource.json +1 -0
  93. data/spec/cassettes/Octokit_Client_Downloads/methods_that_require_a_download/_create_download/posts_to_an_S3_url.json +1 -0
  94. data/spec/cassettes/Octokit_Client_Downloads/methods_that_require_a_download/_delete_download/deletes_a_download.json +1 -0
  95. data/spec/cassettes/Octokit_Client_Emojis/_emojis/returns_all_github_emojis.json +1 -0
  96. data/spec/cassettes/Octokit_Client_Events/_issue_event/lists_issue_events_for_a_repository.json +1 -0
  97. data/spec/cassettes/Octokit_Client_Events/_issue_events/lists_issue_events_for_a_repository.json +1 -0
  98. data/spec/cassettes/Octokit_Client_Events/_organization_events/returns_all_events_for_an_organization.json +1 -0
  99. data/spec/cassettes/Octokit_Client_Events/_organization_public_events/returns_an_organization_s_public_events.json +1 -0
  100. data/spec/cassettes/Octokit_Client_Events/_public_events/returns_all_public_events.json +1 -0
  101. data/spec/cassettes/Octokit_Client_Events/_received_events/returns_all_user_received_events.json +1 -0
  102. data/spec/cassettes/Octokit_Client_Events/_received_public_events/returns_public_user_received_events.json +1 -0
  103. data/spec/cassettes/Octokit_Client_Events/_repo_issue_events/lists_issue_events_for_a_repository.json +1 -0
  104. data/spec/cassettes/Octokit_Client_Events/_repository_events/returns_events_for_a_repository.json +1 -0
  105. data/spec/cassettes/Octokit_Client_Events/_repository_network_events/returns_events_for_a_repository_s_network.json +1 -0
  106. data/spec/cassettes/Octokit_Client_Events/_user_events/returns_all_user_events.json +1 -0
  107. data/spec/cassettes/Octokit_Client_Events/_user_public_events/returns_public_events_performed_by_a_user.json +1 -0
  108. data/spec/cassettes/Octokit_Client_Gists/unauthenticated/_gist/returns_the_gist_by_ID.json +1 -0
  109. data/spec/cassettes/Octokit_Client_Gists/unauthenticated/_gists/with_username_passed/returns_a_list_of_gists.json +1 -0
  110. data/spec/cassettes/Octokit_Client_Gists/unauthenticated/_gists/without_a_username_passed/returns_a_list_of_gists.json +1 -0
  111. data/spec/cassettes/Octokit_Client_Gists/unauthenticated/_public_gists/returns_public_gists.json +1 -0
  112. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_create_gist/creates_a_new_gist.json +1 -0
  113. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_create_gist_comment/creates_a_gist_comment.json +1 -0
  114. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_delete_gist/deletes_an_existing_gist.json +1 -0
  115. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_delete_gist_comment/deletes_a_gist_comment.json +1 -0
  116. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_edit_gist/edit_an_existing_gist.json +1 -0
  117. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_fork_gist/forks_an_existing_gist.json +1 -0
  118. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_gist_comment/returns_a_gist_comment.json +1 -0
  119. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_gist_comments/returns_the_list_of_gist_comments.json +1 -0
  120. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_gist_starred_/is_not_starred.json +1 -0
  121. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_gist_starred_/is_starred.json +1 -0
  122. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_gists/returns_a_list_of_gists.json +1 -0
  123. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_star_gist/stars_an_existing_gist.json +1 -0
  124. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_starred_gists/returns_the_user_s_starred_gists.json +1 -0
  125. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_unstar_gist/unstars_an_existing_gist.json +1 -0
  126. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_update_gist_comment/updates_a_gist_comment.json +1 -0
  127. data/spec/cassettes/Octokit_Client_Gitignore/_gitignore_template/returns_the_ruby_gitignore_template.json +1 -0
  128. data/spec/cassettes/Octokit_Client_Gitignore/_gitignore_templates/returns_all_gitignore_templates.json +1 -0
  129. data/spec/cassettes/Octokit_Client_Issues/_create_issue/creates_an_issue.json +1 -0
  130. data/spec/cassettes/Octokit_Client_Issues/_create_issue/creates_an_issue_with_delimited_labels.json +1 -0
  131. data/spec/cassettes/Octokit_Client_Issues/_create_issue/creates_an_issue_with_labels_array.json +1 -0
  132. data/spec/cassettes/Octokit_Client_Issues/_issue_comment/returns_a_single_comment_for_an_issue.json +1 -0
  133. data/spec/cassettes/Octokit_Client_Issues/_issue_comments/returns_comments_for_an_issue.json +1 -0
  134. data/spec/cassettes/Octokit_Client_Issues/_list_issues/returns_dashboard_issues_for_the_authenticated_user.json +1 -0
  135. data/spec/cassettes/Octokit_Client_Issues/_list_issues/returns_issues_for_a_repository.json +1 -0
  136. data/spec/cassettes/Octokit_Client_Issues/_org_issues/returns_issues_for_the_organization_for_the_authenticated_user.json +1 -0
  137. data/spec/cassettes/Octokit_Client_Issues/_repository_issues_comments/returns_comments_for_all_issues_in_a_repository.json +1 -0
  138. data/spec/cassettes/Octokit_Client_Issues/_user_issues/returns_issues_for_the_authenticated_user_for_owned_and_member_repos.json +1 -0
  139. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_add_comment/adds_a_comment.json +1 -0
  140. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_close_issue/closes_an_issue.json +1 -0
  141. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_issue/returns_a_full_issue.json +1 -0
  142. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_issue/returns_an_issue.json +1 -0
  143. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_reopen_issue/reopens_an_issue.json +1 -0
  144. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_update_issue/updates_an_issue.json +1 -0
  145. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/methods_requiring_a_new_issue_comment/_delete_comment/deletes_an_existing_comment.json +1 -0
  146. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/methods_requiring_a_new_issue_comment/_update_comment/updates_an_existing_comment.json +1 -0
  147. data/spec/cassettes/Octokit_Client_Labels/_add_label/adds_a_label_with_a_color.json +1 -0
  148. data/spec/cassettes/Octokit_Client_Labels/_add_label/adds_a_label_with_default_color.json +1 -0
  149. data/spec/cassettes/Octokit_Client_Labels/_delete_label_/deletes_a_label_from_the_repository.json +1 -0
  150. data/spec/cassettes/Octokit_Client_Labels/_label/returns_a_single_label.json +1 -0
  151. data/spec/cassettes/Octokit_Client_Labels/_labels/returns_labels.json +1 -0
  152. data/spec/cassettes/Octokit_Client_Labels/_lables_for_milestone/returns_all_labels_for_a_repository.json +1 -0
  153. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_issue/_add_labels_to_an_issue/adds_labels_to_a_given_issue.json +1 -0
  154. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_issue/_labels_for_issue/returns_all_labels_for_a_given_issue.json +1 -0
  155. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_issue/_remove_all_labels/removes_all_labels_from_the_specified_issue.json +1 -0
  156. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_issue/_remove_label/removes_a_label_from_the_specified_issue.json +1 -0
  157. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_issue/_replace_all_labels/replaces_all_labels_for_an_issue.json +1 -0
  158. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_label/_update_label/updates_a_label_with_a_new_color.json +1 -0
  159. data/spec/cassettes/Octokit_Client_LegacySearch/_legacy_search_issues/returns_matching_issues.json +1 -0
  160. data/spec/cassettes/Octokit_Client_LegacySearch/_legacy_search_repos/returns_matching_repositories.json +1 -0
  161. data/spec/cassettes/Octokit_Client_LegacySearch/_legacy_search_users/returns_matching_username.json +1 -0
  162. data/spec/cassettes/Octokit_Client_Markdown/_markdown/renders_markdown.json +1 -0
  163. data/spec/cassettes/Octokit_Client_Meta/_github_meta/returns_meta_information_about_github.json +1 -0
  164. data/spec/cassettes/Octokit_Client_Milestones/_list_milestones/lists_milestones_belonging_to_repository.json +1 -0
  165. data/spec/cassettes/Octokit_Client_Milestones/methods_that_need_a_milestone/_create_milestone/creates_a_milestone.json +1 -0
  166. data/spec/cassettes/Octokit_Client_Milestones/methods_that_need_a_milestone/_delete_milestone/deletes_a_milestone_from_a_repository.json +1 -0
  167. data/spec/cassettes/Octokit_Client_Milestones/methods_that_need_a_milestone/_milestone/gets_a_single_milestone_belonging_to_repository.json +1 -0
  168. data/spec/cassettes/Octokit_Client_Milestones/methods_that_need_a_milestone/_update_milestone/updates_a_milestone.json +1 -0
  169. data/spec/cassettes/Octokit_Client_Notifications/_mark_notifications_as_read/returns_true_when_notifications_are_marked_as_read.json +1 -0
  170. data/spec/cassettes/Octokit_Client_Notifications/_mark_repository_notifications_as_read/returns_true_when_notifications_for_a_repo_are_marked_as_read.json +1 -0
  171. data/spec/cassettes/Octokit_Client_Notifications/_notifications/lists_the_notifications_for_the_current_user.json +1 -0
  172. data/spec/cassettes/Octokit_Client_Notifications/_repository_notifications/lists_all_notifications_for_a_repository.json +1 -0
  173. data/spec/cassettes/Octokit_Client_Notifications/methods_that_need_a_thread_context/_delete_thread_subscription/returns_true_with_successful_thread_deletion.json +1 -0
  174. data/spec/cassettes/Octokit_Client_Notifications/methods_that_need_a_thread_context/_mark_thread_as_read/marks_a_thread_as_read.json +1 -0
  175. data/spec/cassettes/Octokit_Client_Notifications/methods_that_need_a_thread_context/_thread_notifications/returns_notifications_for_a_specific_thread.json +1 -0
  176. data/spec/cassettes/Octokit_Client_Notifications/methods_that_need_a_thread_context/_thread_subscription/returns_a_thread_subscription.json +1 -0
  177. data/spec/cassettes/Octokit_Client_Notifications/methods_that_need_a_thread_context/_update_thread_subscription/updates_a_thread_subscription.json +1 -0
  178. data/spec/cassettes/Octokit_Client_Objects/_blob/returns_a_blob.json +1 -0
  179. data/spec/cassettes/Octokit_Client_Objects/_create_blob/creates_a_blob.json +1 -0
  180. data/spec/cassettes/Octokit_Client_Objects/_create_tag/creates_a_tag.json +1 -0
  181. data/spec/cassettes/Octokit_Client_Objects/_create_tree/creates_a_tree.json +1 -0
  182. data/spec/cassettes/Octokit_Client_Objects/_tag/returns_a_tag.json +1 -0
  183. data/spec/cassettes/Octokit_Client_Objects/_tree/gets_a_tree.json +1 -0
  184. data/spec/cassettes/Octokit_Client_Objects/_tree/gets_a_tree_recursively.json +1 -0
  185. data/spec/cassettes/Octokit_Client_Organizations/_organization/returns_an_organization.json +1 -0
  186. data/spec/cassettes/Octokit_Client_Organizations/_organization_member_/checks_organization_membership.json +1 -0
  187. data/spec/cassettes/Octokit_Client_Organizations/_organization_members/returns_all_public_members_of_an_organization.json +1 -0
  188. data/spec/cassettes/Octokit_Client_Organizations/_organization_public_member_/checks_publicized_org_membership.json +1 -0
  189. data/spec/cassettes/Octokit_Client_Organizations/_organization_repositories/returns_all_public_repositories_for_an_organization.json +1 -0
  190. data/spec/cassettes/Octokit_Client_Organizations/_organization_teams/returns_all_teams_for_an_organization.json +1 -0
  191. data/spec/cassettes/Octokit_Client_Organizations/_organizations/returns_all_organizations_for_a_user.json +1 -0
  192. data/spec/cassettes/Octokit_Client_Organizations/_organizations/returns_all_organizations_for_the_authenticated_user.json +1 -0
  193. data/spec/cassettes/Octokit_Client_Organizations/_update_organization/updates_an_organization.json +1 -0
  194. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_add_team_member/adds_a_team_member.json +1 -0
  195. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_add_team_repository/adds_a_team_repository.json +1 -0
  196. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_create_team/creates_a_team.json +1 -0
  197. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_delete_team/deletes_a_team.json +1 -0
  198. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_publicize_membership/publicizes_membership.json +1 -0
  199. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_remove_team_member/removes_a_team_member.json +1 -0
  200. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_remove_team_repository/removes_a_team_repository.json +1 -0
  201. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_team/returns_a_team.json +1 -0
  202. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_team_member_/checks_if_a_user_is_member_of_a_team.json +1 -0
  203. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_team_members/returns_team_members.json +1 -0
  204. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_team_repositories/returns_team_repositories.json +1 -0
  205. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_unpublicize_membership/unpublicizes_membership.json +1 -0
  206. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_update_team/updates_a_team.json +1 -0
  207. data/spec/cassettes/Octokit_Client_PubSubHubbub/_subscribe/raises_an_error_when_topic_is_not_recognized.json +1 -0
  208. data/spec/cassettes/Octokit_Client_PubSubHubbub/_subscribe/subscribes_to_pull_events.json +1 -0
  209. data/spec/cassettes/Octokit_Client_PubSubHubbub/_subscribe_service_hook/subscribes_to_pull_events_on_specified_topic.json +1 -0
  210. data/spec/cassettes/Octokit_Client_PubSubHubbub/_unsubscribe/unsubscribes_from_pull_events.json +1 -0
  211. data/spec/cassettes/Octokit_Client_PubSubHubbub/unsubscribe_service_hook/unsubscribes_to_stop_receiving_events_on_specified_topic.json +1 -0
  212. data/spec/cassettes/Octokit_Client_PullRequests/_create_pull_request_for_issue/creates_a_pull_request_and_attach_it_to_an_existing_issue.json +1 -0
  213. data/spec/cassettes/Octokit_Client_PullRequests/_pull_request_comment/returns_a_comment_on_a_pull_request.json +1 -0
  214. data/spec/cassettes/Octokit_Client_PullRequests/_pull_request_comments/returns_the_comments_for_a_pull_request.json +1 -0
  215. data/spec/cassettes/Octokit_Client_PullRequests/_pull_request_commits/returns_the_commits_for_a_pull_request.json +1 -0
  216. data/spec/cassettes/Octokit_Client_PullRequests/_pull_request_files/lists_files_for_a_pull_request.json +1 -0
  217. data/spec/cassettes/Octokit_Client_PullRequests/_pull_requests/returns_all_pull_requests.json +1 -0
  218. data/spec/cassettes/Octokit_Client_PullRequests/_pull_requests_comments/returns_all_comments_on_all_pull_requests.json +1 -0
  219. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_close_pull_request/closes_a_pull_request.json +1 -0
  220. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_create_pull_request/creates_a_pull_request.json +1 -0
  221. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_merge_pull_request/merges_the_pull_request.json +1 -0
  222. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_pull_merged_/returns_whether_the_pull_request_has_been_merged.json +1 -0
  223. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_pull_request/returns_a_pull_request.json +1 -0
  224. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_update_pull_request/updates_a_pull_request.json +1 -0
  225. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/methods_requiring_a_pull_request_comment/_create_pull_request_comment/creates_a_new_comment_on_a_pull_request.json +1 -0
  226. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/methods_requiring_a_pull_request_comment/_create_pull_request_comment_reply/creates_a_new_reply_to_a_pull_request_comment.json +1 -0
  227. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/methods_requiring_a_pull_request_comment/_delete_pull_request_comment/deletes_a_pull_request_comment.json +1 -0
  228. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/methods_requiring_a_pull_request_comment/_update_pull_request_comment/updates_a_pull_request_comment.json +1 -0
  229. data/spec/cassettes/Octokit_Client_Refs/_ref/returns_a_tags_ref.json +1 -0
  230. data/spec/cassettes/Octokit_Client_Refs/_refs/returns_all_refs.json +1 -0
  231. data/spec/cassettes/Octokit_Client_Refs/_refs/returns_all_tag_refs.json +1 -0
  232. data/spec/cassettes/Octokit_Client_Refs/methods_that_require_a_ref/_create_ref/creates_a_ref.json +1 -0
  233. data/spec/cassettes/Octokit_Client_Refs/methods_that_require_a_ref/_delete_ref/deletes_an_existing_ref.json +1 -0
  234. data/spec/cassettes/Octokit_Client_Refs/methods_that_require_a_ref/_update_ref/updates_a_ref.json +1 -0
  235. data/spec/cassettes/Octokit_Client_Repositories/_all_repositories/returns_all_repositories_on_github.json +1 -0
  236. data/spec/cassettes/Octokit_Client_Repositories/_assignees/lists_all_the_available_assignees_owner_collaborators_.json +1 -0
  237. data/spec/cassettes/Octokit_Client_Repositories/_branches/returns_a_repository_s_branches.json +1 -0
  238. data/spec/cassettes/Octokit_Client_Repositories/_branches/returns_a_single_branch.json +1 -0
  239. data/spec/cassettes/Octokit_Client_Repositories/_check_assignee/checks_to_see_if_a_particular_user_is_an_assignee_for_a_repository.json +1 -0
  240. data/spec/cassettes/Octokit_Client_Repositories/_collaborators/returns_a_repository_s_collaborators.json +1 -0
  241. data/spec/cassettes/Octokit_Client_Repositories/_contributors/returns_repository_contributors.json +1 -0
  242. data/spec/cassettes/Octokit_Client_Repositories/_contributors/returns_repository_contributors_excluding_anonymous.json +1 -0
  243. data/spec/cassettes/Octokit_Client_Repositories/_create_repository/creates_a_repository_for_an_organization.json +1 -0
  244. data/spec/cassettes/Octokit_Client_Repositories/_delete_subscription/returns_true_when_repo_subscription_deleted.json +1 -0
  245. data/spec/cassettes/Octokit_Client_Repositories/_fork/forks_a_repository.json +1 -0
  246. data/spec/cassettes/Octokit_Client_Repositories/_languages/returns_a_repository_s_languages.json +1 -0
  247. data/spec/cassettes/Octokit_Client_Repositories/_network/returns_a_repository_s_network.json +1 -0
  248. data/spec/cassettes/Octokit_Client_Repositories/_repositories/returns_a_user_s_repositories.json +1 -0
  249. data/spec/cassettes/Octokit_Client_Repositories/_repositories/returns_authenticated_user_s_repositories.json +1 -0
  250. data/spec/cassettes/Octokit_Client_Repositories/_repository/returns_the_matching_repository.json +1 -0
  251. data/spec/cassettes/Octokit_Client_Repositories/_repository_/returns_false_if_the_repository_doesn_t_exist.json +1 -0
  252. data/spec/cassettes/Octokit_Client_Repositories/_repository_/returns_true_if_the_repository_exists.json +1 -0
  253. data/spec/cassettes/Octokit_Client_Repositories/_star/stars_a_repository.json +1 -0
  254. data/spec/cassettes/Octokit_Client_Repositories/_stargazers/returns_all_repository_stargazers.json +1 -0
  255. data/spec/cassettes/Octokit_Client_Repositories/_subscribers/lists_all_the_users_watching_the_repository.json +1 -0
  256. data/spec/cassettes/Octokit_Client_Repositories/_subscription/returns_a_repository_subscription.json +1 -0
  257. data/spec/cassettes/Octokit_Client_Repositories/_tags/returns_a_repository_s_tags.json +1 -0
  258. data/spec/cassettes/Octokit_Client_Repositories/_unstar/unstars_a_repository.json +1 -0
  259. data/spec/cassettes/Octokit_Client_Repositories/_unwatch/unwatches_a_repository.json +1 -0
  260. data/spec/cassettes/Octokit_Client_Repositories/_update_subscription/updates_a_repository_subscription.json +1 -0
  261. data/spec/cassettes/Octokit_Client_Repositories/_watch/watches_a_repository.json +1 -0
  262. data/spec/cassettes/Octokit_Client_Repositories/_watchers/returns_all_repository_watchers.json +1 -0
  263. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_add_collaborator/adds_a_repository_collaborators.json +1 -0
  264. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_create_repository/creates_a_repository.json +1 -0
  265. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_delete_repository/deletes_a_repository.json +1 -0
  266. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_deploy_keys/returns_a_repository_s_deploy_keys.json +1 -0
  267. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_hooks/returns_a_repository_s_hooks.json +1 -0
  268. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_remove_collaborator/removes_a_repository_collaborators.json +1 -0
  269. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_repository_teams/returns_all_repository_teams.json +1 -0
  270. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_update_repository/updates_the_matching_repository.json +1 -0
  271. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_requiring_an_existing_deploy_key/_add_deploy_key/adds_a_repository_deploy_keys.json +1 -0
  272. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_that_need_an_existing_hook/_create_hook/creates_a_hook.json +1 -0
  273. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_that_need_an_existing_hook/_edit_hook/edits_a_hook.json +1 -0
  274. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_that_need_an_existing_hook/_hook/returns_a_repository_s_single_hook.json +1 -0
  275. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_that_need_an_existing_hook/_remove_hook/removes_a_hook.json +1 -0
  276. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_that_need_an_existing_hook/_test_hook/tests_a_hook.json +1 -0
  277. data/spec/cassettes/Octokit_Client_Say/_say/returns_an_ASCII_octocat.json +1 -0
  278. data/spec/cassettes/Octokit_Client_Say/_say/returns_an_ASCII_octocat_with_custom_text.json +1 -0
  279. data/spec/cassettes/Octokit_Client_ServiceStatus/_github_status/returns_the_current_system_status.json +1 -0
  280. data/spec/cassettes/Octokit_Client_ServiceStatus/_github_status/returns_the_most_recent_status_messages.json +1 -0
  281. data/spec/cassettes/Octokit_Client_ServiceStatus/_github_status_last_message/returns_the_last_human_message.json +1 -0
  282. data/spec/cassettes/Octokit_Client_Stats/_code_frequency_stats/returns_the_code_frequency_stats.json +1 -0
  283. data/spec/cassettes/Octokit_Client_Stats/_commit_activity_stats/returns_the_commit_activity_stats.json +1 -0
  284. data/spec/cassettes/Octokit_Client_Stats/_contributors_stats/returns_contributors_and_their_contribution_stats.json +1 -0
  285. data/spec/cassettes/Octokit_Client_Stats/_participation_stats/returns_the_owner_and_contributor_participation_stats.json +1 -0
  286. data/spec/cassettes/Octokit_Client_Stats/_punch_card_stats/returns_commit_count_by_hour_punch_card_stats.json +1 -0
  287. data/spec/cassettes/Octokit_Client_Statuses/_create_status/creates_status.json +1 -0
  288. data/spec/cassettes/Octokit_Client_Statuses/_statuses/lists_commit_statuses.json +1 -0
  289. data/spec/cassettes/Octokit_Client_Users/_add_email/adds_an_email_address.json +1 -0
  290. data/spec/cassettes/Octokit_Client_Users/_all_users/returns_all_GitHub_users.json +1 -0
  291. data/spec/cassettes/Octokit_Client_Users/_emails/returns_email_addresses.json +1 -0
  292. data/spec/cassettes/Octokit_Client_Users/_follow/follows_a_user.json +1 -0
  293. data/spec/cassettes/Octokit_Client_Users/_followers/returns_followers_for_a_user.json +1 -0
  294. data/spec/cassettes/Octokit_Client_Users/_followers/returns_the_authenticated_user_s_followers.json +1 -0
  295. data/spec/cassettes/Octokit_Client_Users/_following/returns_following_for_a_user.json +1 -0
  296. data/spec/cassettes/Octokit_Client_Users/_following/returns_the_authenticated_user_s_following.json +1 -0
  297. data/spec/cassettes/Octokit_Client_Users/_follows_/checks_if_the_authenticated_user_follows_another.json +1 -0
  298. data/spec/cassettes/Octokit_Client_Users/_keys/returns_public_keys_for_the_authenticated_user.json +1 -0
  299. data/spec/cassettes/Octokit_Client_Users/_remove_email/removes_an_email_address.json +1 -0
  300. data/spec/cassettes/Octokit_Client_Users/_starred/returns_starred_repositories_for_a_user.json +1 -0
  301. data/spec/cassettes/Octokit_Client_Users/_starred/returns_starred_repositories_for_the_authenticated_user.json +1 -0
  302. data/spec/cassettes/Octokit_Client_Users/_starred_/checks_if_the_authenticated_user_has_starred_a_repository.json +1 -0
  303. data/spec/cassettes/Octokit_Client_Users/_subscriptions/returns_the_repositories_a_user_watches_for_notifications.json +1 -0
  304. data/spec/cassettes/Octokit_Client_Users/_subscriptions/returns_the_repositories_the_authenticated_user_watches_for_notifications.json +1 -0
  305. data/spec/cassettes/Octokit_Client_Users/_unfollow/unfollows_a_user.json +1 -0
  306. data/spec/cassettes/Octokit_Client_Users/_update_user/updates_a_user_profile.json +1 -0
  307. data/spec/cassettes/Octokit_Client_Users/_user/returns_a_user.json +1 -0
  308. data/spec/cassettes/Octokit_Client_Users/_user/returns_the_authenticated_user.json +1 -0
  309. data/spec/cassettes/Octokit_Client_Users/_user_keys/returns_public_keys_for_another_user.json +1 -0
  310. data/spec/cassettes/Octokit_Client_Users/_validate_credentials/validates_username_and_password.json +1 -0
  311. data/spec/cassettes/Octokit_Client_Users/methods_requiring_an_existing_public_key/_add_key/adds_a_public_key.json +1 -0
  312. data/spec/cassettes/Octokit_Client_Users/methods_requiring_an_existing_public_key/_key/returns_a_public_key.json +1 -0
  313. data/spec/cassettes/Octokit_Client_Users/methods_requiring_an_existing_public_key/_remove_key/removes_a_public_key.json +1 -0
  314. data/spec/cassettes/Octokit_Client_Users/methods_requiring_an_existing_public_key/_update_key/updates_a_public_key.json +1 -0
  315. data/spec/cassettes/delete_authorization.json +1 -0
  316. data/spec/cassettes/rate_limit.json +1 -0
  317. data/spec/cassettes/root.json +1 -0
  318. data/spec/fixtures/user.json +29 -18
  319. data/spec/fixtures/{user_token.json → web_flow_token.json} +0 -0
  320. data/spec/helper.rb +49 -22
  321. data/spec/octokit/client/authorizations_spec.rb +69 -80
  322. data/spec/octokit/client/commit_comments_spec.rb +62 -0
  323. data/spec/octokit/client/commits_spec.rb +93 -226
  324. data/spec/octokit/client/contents_spec.rb +64 -119
  325. data/spec/octokit/client/downloads_spec.rb +34 -38
  326. data/spec/octokit/client/emojis_spec.rb +5 -11
  327. data/spec/octokit/client/events_spec.rb +67 -51
  328. data/spec/octokit/client/gists_spec.rb +148 -142
  329. data/spec/octokit/client/gitignore_spec.rb +11 -14
  330. data/spec/octokit/client/issues_spec.rb +129 -161
  331. data/spec/octokit/client/labels_spec.rb +81 -114
  332. data/spec/octokit/client/legacy_search_spec.rb +42 -0
  333. data/spec/octokit/client/markdown_spec.rb +9 -12
  334. data/spec/octokit/client/meta_spec.rb +14 -0
  335. data/spec/octokit/client/milestones_spec.rb +40 -48
  336. data/spec/octokit/client/notifications_spec.rb +57 -113
  337. data/spec/octokit/client/objects_spec.rb +36 -74
  338. data/spec/octokit/client/organizations_spec.rb +140 -262
  339. data/spec/octokit/client/pub_sub_hubbub_spec.rb +58 -49
  340. data/spec/octokit/client/pull_requests_spec.rb +186 -0
  341. data/spec/octokit/client/rate_limit_spec.rb +40 -0
  342. data/spec/octokit/client/refs_spec.rb +47 -56
  343. data/spec/octokit/client/repositories_spec.rb +301 -438
  344. data/spec/octokit/client/say_spec.rb +8 -22
  345. data/spec/octokit/client/service_status_spec.rb +37 -0
  346. data/spec/octokit/client/stats_spec.rb +82 -32
  347. data/spec/octokit/client/statuses_spec.rb +11 -51
  348. data/spec/octokit/client/users_spec.rb +144 -348
  349. data/spec/octokit/client_spec.rb +345 -195
  350. data/spec/octokit/rate_limit_spec.rb +25 -0
  351. data/spec/octokit_spec.rb +31 -15
  352. metadata +585 -387
  353. data/lib/faraday/response/raise_octokit_error.rb +0 -25
  354. data/lib/octokit/client/github.rb +0 -19
  355. data/lib/octokit/client/pub_sub_hubbub/service_hooks.rb +0 -37
  356. data/lib/octokit/configuration.rb +0 -77
  357. data/lib/octokit/connection.rb +0 -53
  358. data/lib/octokit/request.rb +0 -110
  359. data/spec/faraday/response_spec.rb +0 -63
  360. data/spec/fixtures/all_repositories.json +0 -122
  361. data/spec/fixtures/all_users.json +0 -34
  362. data/spec/fixtures/authorization.json +0 -16
  363. data/spec/fixtures/authorizations.json +0 -66
  364. data/spec/fixtures/blob.json +0 -7
  365. data/spec/fixtures/blob_create.json +0 -3
  366. data/spec/fixtures/branches.json +0 -16
  367. data/spec/fixtures/code_frequency_stats.json +0 -897
  368. data/spec/fixtures/collaborators.json +0 -62
  369. data/spec/fixtures/comment.json +0 -14
  370. data/spec/fixtures/comments.json +0 -44
  371. data/spec/fixtures/commit.json +0 -50
  372. data/spec/fixtures/commit_activity_stats.json +0 -678
  373. data/spec/fixtures/commit_comment.json +0 -19
  374. data/spec/fixtures/commit_comment_create.json +0 -19
  375. data/spec/fixtures/commit_comment_update.json +0 -19
  376. data/spec/fixtures/commit_comments.json +0 -78
  377. data/spec/fixtures/commit_create.json +0 -25
  378. data/spec/fixtures/commits.json +0 -1414
  379. data/spec/fixtures/compare.json +0 -98
  380. data/spec/fixtures/contents.json +0 -14
  381. data/spec/fixtures/contributor_stats.json +0 -2196
  382. data/spec/fixtures/contributors.json +0 -891
  383. data/spec/fixtures/create_content.json +0 -44
  384. data/spec/fixtures/delete_content.json +0 -30
  385. data/spec/fixtures/download.json +0 -11
  386. data/spec/fixtures/download_create.json +0 -21
  387. data/spec/fixtures/downloads.json +0 -35
  388. data/spec/fixtures/emails.json +0 -4
  389. data/spec/fixtures/emojis.json +0 -500
  390. data/spec/fixtures/followers.json +0 -212
  391. data/spec/fixtures/following.json +0 -209
  392. data/spec/fixtures/forks.json +0 -872
  393. data/spec/fixtures/gist.json +0 -51
  394. data/spec/fixtures/gist_comment.json +0 -19
  395. data/spec/fixtures/gist_comment_create.json +0 -19
  396. data/spec/fixtures/gist_comment_update.json +0 -19
  397. data/spec/fixtures/gist_comments.json +0 -40
  398. data/spec/fixtures/gists.json +0 -548
  399. data/spec/fixtures/github_meta.json +0 -9
  400. data/spec/fixtures/github_status.json +0 -4
  401. data/spec/fixtures/github_status_last_message.json +0 -5
  402. data/spec/fixtures/github_status_messages.json +0 -12
  403. data/spec/fixtures/gitignore_template_ruby.json +0 -4
  404. data/spec/fixtures/gitignore_templates.json +0 -78
  405. data/spec/fixtures/hook.json +0 -18
  406. data/spec/fixtures/hooks.json +0 -70
  407. data/spec/fixtures/issue.json +0 -35
  408. data/spec/fixtures/issue_closed.json +0 -35
  409. data/spec/fixtures/issue_event.json +0 -42
  410. data/spec/fixtures/issue_events.json +0 -72
  411. data/spec/fixtures/issue_full.json +0 -38
  412. data/spec/fixtures/issues.json +0 -1562
  413. data/spec/fixtures/label.json +0 -5
  414. data/spec/fixtures/labels.json +0 -17
  415. data/spec/fixtures/languages.json +0 -5
  416. data/spec/fixtures/legacy/issues.json +0 -49
  417. data/spec/fixtures/legacy/repositories.json +0 -173
  418. data/spec/fixtures/legacy/users.json +0 -24
  419. data/spec/fixtures/list_commit_comments.json +0 -572
  420. data/spec/fixtures/markdown_gfm +0 -1
  421. data/spec/fixtures/merge.json +0 -47
  422. data/spec/fixtures/milestone.json +0 -11
  423. data/spec/fixtures/milestones.json +0 -28
  424. data/spec/fixtures/not_found.json +0 -3
  425. data/spec/fixtures/notification_thread.json +0 -32
  426. data/spec/fixtures/notifications.json +0 -32
  427. data/spec/fixtures/org_issues.json +0 -710
  428. data/spec/fixtures/organization-repositories.json +0 -4292
  429. data/spec/fixtures/organization-repository.json +0 -42
  430. data/spec/fixtures/organization.json +0 -18
  431. data/spec/fixtures/organization_events.json +0 -61
  432. data/spec/fixtures/organization_members.json +0 -576
  433. data/spec/fixtures/organization_public_events.json +0 -61
  434. data/spec/fixtures/organization_team_members.json +0 -16
  435. data/spec/fixtures/organization_team_repos.json +0 -62
  436. data/spec/fixtures/organizations.json +0 -44
  437. data/spec/fixtures/participation_stats.json +0 -110
  438. data/spec/fixtures/public_events.json +0 -1104
  439. data/spec/fixtures/public_gists.json +0 -968
  440. data/spec/fixtures/public_key.json +0 -5
  441. data/spec/fixtures/public_key_update.json +0 -5
  442. data/spec/fixtures/public_keys.json +0 -7
  443. data/spec/fixtures/pull_created.json +0 -138
  444. data/spec/fixtures/pull_request.json +0 -138
  445. data/spec/fixtures/pull_request_comment.json +0 -35
  446. data/spec/fixtures/pull_request_comment_create.json +0 -35
  447. data/spec/fixtures/pull_request_comment_reply.json +0 -35
  448. data/spec/fixtures/pull_request_comment_update.json +0 -35
  449. data/spec/fixtures/pull_request_comments.json +0 -35
  450. data/spec/fixtures/pull_request_commits.json +0 -45
  451. data/spec/fixtures/pull_request_files.json +0 -35
  452. data/spec/fixtures/pull_request_merged.json +0 -5
  453. data/spec/fixtures/pull_requests.json +0 -187
  454. data/spec/fixtures/pull_requests_comments.json +0 -82
  455. data/spec/fixtures/pull_update.json +0 -138
  456. data/spec/fixtures/punch_card_stats.json +0 -842
  457. data/spec/fixtures/readme.json +0 -14
  458. data/spec/fixtures/ref.json +0 -9
  459. data/spec/fixtures/ref_create.json +0 -29
  460. data/spec/fixtures/ref_update.json +0 -11
  461. data/spec/fixtures/refs.json +0 -38
  462. data/spec/fixtures/refs_tags.json +0 -29
  463. data/spec/fixtures/repo_assignees.json +0 -30
  464. data/spec/fixtures/repo_events.json +0 -1652
  465. data/spec/fixtures/repo_issues_events.json +0 -128
  466. data/spec/fixtures/repositories.json +0 -872
  467. data/spec/fixtures/repository.json +0 -34
  468. data/spec/fixtures/repository_issues_comments.json +0 -52
  469. data/spec/fixtures/repository_network_events.json +0 -155
  470. data/spec/fixtures/repository_notifications.json +0 -32
  471. data/spec/fixtures/say.txt +0 -22
  472. data/spec/fixtures/say_custom.txt +0 -22
  473. data/spec/fixtures/stargazers.json +0 -212
  474. data/spec/fixtures/starred.json +0 -1114
  475. data/spec/fixtures/starred_gists.json +0 -30
  476. data/spec/fixtures/status.json +0 -16
  477. data/spec/fixtures/statuses.json +0 -34
  478. data/spec/fixtures/subscribers.json +0 -9
  479. data/spec/fixtures/subscription.json +0 -8
  480. data/spec/fixtures/subscription_update.json +0 -8
  481. data/spec/fixtures/subscriptions.json +0 -39
  482. data/spec/fixtures/tag.json +0 -16
  483. data/spec/fixtures/tag_create.json +0 -16
  484. data/spec/fixtures/tags.json +0 -173
  485. data/spec/fixtures/team.json +0 -8
  486. data/spec/fixtures/teams.json +0 -12
  487. data/spec/fixtures/thread_subscription.json +0 -8
  488. data/spec/fixtures/thread_subscription_update.json +0 -8
  489. data/spec/fixtures/tree.json +0 -112
  490. data/spec/fixtures/tree_create.json +0 -14
  491. data/spec/fixtures/update_content.json +0 -44
  492. data/spec/fixtures/user_events.json +0 -101
  493. data/spec/fixtures/user_issues.json +0 -710
  494. data/spec/fixtures/user_performed_public_events.json +0 -78
  495. data/spec/fixtures/user_public_events.json +0 -78
  496. data/spec/fixtures/validation_failed.json +0 -11
  497. data/spec/fixtures/watched.json +0 -1022
  498. data/spec/fixtures/watchers.json +0 -182
  499. data/spec/octokit/client/github_spec.rb +0 -19
  500. data/spec/octokit/client/issue_events_spec.rb +0 -30
  501. data/spec/octokit/client/pub_sub_hubbub/service_hooks_spec.rb +0 -48
  502. data/spec/octokit/client/pulls_spec.rb +0 -210
@@ -1,9 +0,0 @@
1
- {
2
- "git": [
3
- "127.0.0.1/32"
4
- ],
5
- "hooks": [
6
- "127.0.0.2/32",
7
- "127.0.0.3/32"
8
- ]
9
- }
@@ -1,4 +0,0 @@
1
- {
2
- "status": "good",
3
- "last_updated": "2013-02-01T23:05:27Z"
4
- }
@@ -1,5 +0,0 @@
1
- {
2
- "status": "good",
3
- "body": "Everything operating normally.",
4
- "created_on": "2013-01-31T23:57:09Z"
5
- }
@@ -1,12 +0,0 @@
1
- [
2
- {
3
- "status": "minor",
4
- "body": "I'm seeing, like, unicorns man.",
5
- "created_on":"2013-01-31T23:38:28Z"
6
- },
7
- {
8
- "status": "good",
9
- "body": "Everything operating normally.",
10
- "created_on": "2013-01-31T23:57:09Z"
11
- }
12
- ]
@@ -1,4 +0,0 @@
1
- {
2
- "source": "*.gem\n*.rbc\n.bundle\n.config\ncoverage\nInstalledFiles\nlib/bundler/man\npkg\nrdoc\nspec/reports\ntest/tmp\ntest/version_tmp\ntmp\n\n# YARD artifacts\n.yardoc\n_yardoc\ndoc/\n",
3
- "name": "Ruby"
4
- }
@@ -1,78 +0,0 @@
1
- [
2
- "Actionscript",
3
- "Android",
4
- "AppceleratorTitanium",
5
- "Autotools",
6
- "Bancha",
7
- "C",
8
- "C++",
9
- "CFWheels",
10
- "CMake",
11
- "CSharp",
12
- "CakePHP",
13
- "Clojure",
14
- "CodeIgniter",
15
- "Compass",
16
- "Concrete5",
17
- "Coq",
18
- "Delphi",
19
- "Django",
20
- "Drupal",
21
- "Erlang",
22
- "ExpressionEngine",
23
- "Finale",
24
- "ForceDotCom",
25
- "FuelPHP",
26
- "GWT",
27
- "Go",
28
- "Grails",
29
- "Haskell",
30
- "Java",
31
- "Jboss",
32
- "Jekyll",
33
- "Joomla",
34
- "Jython",
35
- "Kohana",
36
- "LaTeX",
37
- "Leiningen",
38
- "LemonStand",
39
- "Lilypond",
40
- "Lithium",
41
- "Magento",
42
- "Maven",
43
- "Node",
44
- "OCaml",
45
- "Objective-C",
46
- "Opa",
47
- "OracleForms",
48
- "Perl",
49
- "PlayFramework",
50
- "Python",
51
- "Qooxdoo",
52
- "Qt",
53
- "R",
54
- "Rails",
55
- "RhodesRhomobile",
56
- "Ruby",
57
- "Scala",
58
- "Sdcc",
59
- "SeamGen",
60
- "SketchUp",
61
- "SugarCRM",
62
- "Symfony",
63
- "Symfony2",
64
- "SymphonyCMS",
65
- "Target3001",
66
- "Tasm",
67
- "Textpattern",
68
- "TurboGears2",
69
- "Unity",
70
- "VB.Net",
71
- "Waf",
72
- "Wordpress",
73
- "Yii",
74
- "ZendFramework",
75
- "gcov",
76
- "nanoc",
77
- "opencart"
78
- ]
@@ -1,18 +0,0 @@
1
- {
2
- "active": true,
3
- "config": {
4
- "railsbp_url": "http://railsbp.com",
5
- "token": "xAAQZtJhYHGagsed1kYR"
6
- },
7
- "created_at": "2012-01-23T14:11:50Z",
8
- "events": ["push"],
9
- "id": 154284,
10
- "last_response": {
11
- "code": 200,
12
- "message": "OK",
13
- "status": "ok"
14
- },
15
- "name": "railsbp",
16
- "updated_at": "2012-05-13T13:09:51Z",
17
- "url": "https://api.github.com/repos/railsbp/railsbp.com/hooks/154284"
18
- }
@@ -1,70 +0,0 @@
1
- [{
2
- "active": true,
3
- "config": {
4
- "token": "f2a00b0bb2e270afcfeb6659d67c0561",
5
- "user": "flyerhzm"
6
- },
7
- "created_at": "2011-11-28T05:00:58Z",
8
- "events": ["push"],
9
- "id": 121594,
10
- "last_response": {
11
- "code": 200,
12
- "message": "OK",
13
- "status": "ok"
14
- },
15
- "name": "gemnasium",
16
- "updated_at": "2012-05-13T13:09:51Z",
17
- "url": "https://api.github.com/repos/railsbp/railsbp.com/hooks/121594"
18
- }, {
19
- "active": true,
20
- "config": {
21
- "railsbp_url": "http://railsbp.com",
22
- "token": "xAAQZtJhYHGagsed1kYR"
23
- },
24
- "created_at": "2012-01-23T14:11:50Z",
25
- "events": ["push"],
26
- "id": 154284,
27
- "last_response": {
28
- "code": 200,
29
- "message": "OK",
30
- "status": "ok"
31
- },
32
- "name": "railsbp",
33
- "updated_at": "2012-05-13T13:09:51Z",
34
- "url": "https://api.github.com/repos/railsbp/railsbp.com/hooks/154284"
35
- }, {
36
- "active": true,
37
- "config": {
38
- "token": "BCxleMW8q0IOCeuBABKAkpcRwMdH7TlNxb3f7R6Tjwk5E4gIDL0nW156xIcz",
39
- "user": "flyerhzm"
40
- },
41
- "created_at": "2012-02-20T06:07:24Z",
42
- "events": ["push"],
43
- "id": 175702,
44
- "last_response": {
45
- "code": 200,
46
- "message": "OK",
47
- "status": "ok"
48
- },
49
- "name": "travis",
50
- "updated_at": "2012-05-13T13:09:52Z",
51
- "url": "https://api.github.com/repos/railsbp/railsbp.com/hooks/175702"
52
- }, {
53
- "active": true,
54
- "config": {
55
- "content_type": "form",
56
- "insecure_ssl": "1",
57
- "url": "http://rails-brakeman.com/"
58
- },
59
- "created_at": "2012-05-14T00:05:41Z",
60
- "events": ["push"],
61
- "id": 249928,
62
- "last_response": {
63
- "code": 200,
64
- "message": "OK",
65
- "status": "ok"
66
- },
67
- "name": "web",
68
- "updated_at": "2012-05-14T00:05:47Z",
69
- "url": "https://api.github.com/repos/railsbp/railsbp.com/hooks/249928"
70
- }]
@@ -1,35 +0,0 @@
1
- {
2
- "assignee": null,
3
- "body": "Move all Issues calls to v3 of the API",
4
- "closed_at": null,
5
- "closed_by": {
6
- "avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
7
- "gravatar_id": "dfb3948650131e4f0385c3328187cfca",
8
- "id": 61721,
9
- "login": "ctshryock",
10
- "url": "https://api.github.com/users/ctshryock"
11
- },
12
- "comments": 0,
13
- "created_at": "2011-11-06T18:02:58Z",
14
- "html_url": "https://github.com/ctshryock/octokit/issues/12",
15
- "id": 2157157,
16
- "labels": [],
17
- "milestone": null,
18
- "number": 12,
19
- "pull_request": {
20
- "diff_url": null,
21
- "html_url": null,
22
- "patch_url": null
23
- },
24
- "state": "open",
25
- "title": "Migrate issues to v3",
26
- "updated_at": "2011-11-08T01:52:32Z",
27
- "url": "https://api.github.com/repos/ctshryock/octokit/issues/12",
28
- "user": {
29
- "avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
30
- "gravatar_id": "dfb3948650131e4f0385c3328187cfca",
31
- "id": 61721,
32
- "login": "ctshryock",
33
- "url": "https://api.github.com/users/ctshryock"
34
- }
35
- }
@@ -1,35 +0,0 @@
1
- {
2
- "assignee": null,
3
- "body": "Move all Issues calls to v3 of the API",
4
- "closed_at": "2011-11-08T01:45:31Z",
5
- "closed_by": {
6
- "avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
7
- "gravatar_id": "dfb3948650131e4f0385c3328187cfca",
8
- "id": 61721,
9
- "login": "ctshryock",
10
- "url": "https://api.github.com/users/ctshryock"
11
- },
12
- "comments": 0,
13
- "created_at": "2011-11-06T18:02:58Z",
14
- "html_url": "https://github.com/ctshryock/octokit/issues/12",
15
- "id": 2157157,
16
- "labels": [],
17
- "milestone": null,
18
- "number": 12,
19
- "pull_request": {
20
- "diff_url": null,
21
- "html_url": null,
22
- "patch_url": null
23
- },
24
- "state": "closed",
25
- "title": "Migrate issues to v3",
26
- "updated_at": "2011-11-08T01:45:31Z",
27
- "url": "https://api.github.com/repos/ctshryock/octokit/issues/12",
28
- "user": {
29
- "avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
30
- "gravatar_id": "dfb3948650131e4f0385c3328187cfca",
31
- "id": 61721,
32
- "login": "ctshryock",
33
- "url": "https://api.github.com/users/ctshryock"
34
- }
35
- }
@@ -1,42 +0,0 @@
1
- {
2
- "actor": {
3
- "avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
4
- "gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
5
- "id": 10308,
6
- "login": "sferik",
7
- "url": "https://api.github.com/users/sferik"
8
- },
9
- "commit_id": null,
10
- "created_at": "2011-09-08T15:14:06Z",
11
- "event": "closed",
12
- "id": 3094334,
13
- "issue": {
14
- "assignee": null,
15
- "body": "This may just be my n00bness (and I apologize if it is), but I keep getting the following error when trying to use octokit with omniauth in a Sinatra project:\r\n\r\n raise_if_conflicts': Unable to activate octokit-0.6.4, because addressable-2.2.4 conflicts with addressable (~> 2.2.6), faraday-0.6.1 conflicts with faraday (~> 0.7.3) (Gem::LoadError)`\r\n\r\nIs there a way to easily fix this? I've never run into a problem like it, and would be great if I could use the two gems together.\r\n\r\nThank you!",
16
- "closed_at": "2011-09-08T15:14:06Z",
17
- "comments": 2,
18
- "created_at": "2011-09-05T03:55:21Z",
19
- "html_url": "https://github.com/pengwynn/octokit/issues/54",
20
- "id": 1564650,
21
- "labels": [],
22
- "milestone": null,
23
- "number": 54,
24
- "pull_request": {
25
- "diff_url": null,
26
- "html_url": null,
27
- "patch_url": null
28
- },
29
- "state": "closed",
30
- "title": "Can't use octokit with omniauth",
31
- "updated_at": "2011-09-08T15:14:06Z",
32
- "url": "https://api.github.com/repos/pengwynn/octokit/issues/54",
33
- "user": {
34
- "avatar_url": "https://secure.gravatar.com/avatar/f12ed6301268a1a8d40f292135e6bfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
35
- "gravatar_id": "f12ed6301268a1a8d40f292135e6bfca",
36
- "id": 97697,
37
- "login": "connormontgomery",
38
- "url": "https://api.github.com/users/connormontgomery"
39
- }
40
- },
41
- "url": "https://api.github.com/repos/pengwynn/octokit/issues/events/3094334"
42
- }
@@ -1,72 +0,0 @@
1
- [
2
- {
3
- "actor": {
4
- "avatar_url": "https://secure.gravatar.com/avatar/7e19cd5486b5d6dc1ef90e671ba52ae0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
5
- "gravatar_id": "7e19cd5486b5d6dc1ef90e671ba52ae0",
6
- "id": 865,
7
- "login": "pengwynn",
8
- "url": "https://api.github.com/users/pengwynn"
9
- },
10
- "commit_id": null,
11
- "created_at": "2011-06-02T12:39:23Z",
12
- "event": "mentioned",
13
- "id": 972711,
14
- "url": "https://api.github.com/repos/pengwynn/octokit/issues/events/972711"
15
- },
16
- {
17
- "actor": {
18
- "avatar_url": "https://secure.gravatar.com/avatar/7e19cd5486b5d6dc1ef90e671ba52ae0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
19
- "gravatar_id": "7e19cd5486b5d6dc1ef90e671ba52ae0",
20
- "id": 865,
21
- "login": "pengwynn",
22
- "url": "https://api.github.com/users/pengwynn"
23
- },
24
- "commit_id": null,
25
- "created_at": "2011-06-02T12:39:23Z",
26
- "event": "subscribed",
27
- "id": 972712,
28
- "url": "https://api.github.com/repos/pengwynn/octokit/issues/events/972712"
29
- },
30
- {
31
- "actor": {
32
- "avatar_url": "https://secure.gravatar.com/avatar/d2399743d3acbadec5b69550490b6c62?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
33
- "gravatar_id": "d2399743d3acbadec5b69550490b6c62",
34
- "id": 36064,
35
- "login": "shock",
36
- "url": "https://api.github.com/users/shock"
37
- },
38
- "commit_id": null,
39
- "created_at": "2011-06-02T12:39:23Z",
40
- "event": "subscribed",
41
- "id": 972713,
42
- "url": "https://api.github.com/repos/pengwynn/octokit/issues/events/972713"
43
- },
44
- {
45
- "actor": {
46
- "avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
47
- "gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
48
- "id": 10308,
49
- "login": "sferik",
50
- "url": "https://api.github.com/users/sferik"
51
- },
52
- "commit_id": null,
53
- "created_at": "2011-06-02T20:02:35Z",
54
- "event": "subscribed",
55
- "id": 981039,
56
- "url": "https://api.github.com/repos/pengwynn/octokit/issues/events/981039"
57
- },
58
- {
59
- "actor": {
60
- "avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
61
- "gravatar_id": "dfb3948650131e4f0385c3328187cfca",
62
- "id": 61721,
63
- "login": "ctshryock",
64
- "url": "https://api.github.com/users/ctshryock"
65
- },
66
- "commit_id": null,
67
- "created_at": "2011-06-30T18:22:43Z",
68
- "event": "subscribed",
69
- "id": 1503498,
70
- "url": "https://api.github.com/repos/pengwynn/octokit/issues/events/1503498"
71
- }
72
- ]
@@ -1,38 +0,0 @@
1
- {
2
- "body": "Create, Edit, Delete missing from octokit http://developer.github.com/v3/pulls/comments/",
3
- "user": {
4
- "url": "https://api.github.com/users/joeyw",
5
- "avatar_url": "https://secure.gravatar.com/avatar/18c2c44835cc7c5ada7c027f12674714?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
6
- "_links": {
7
- "self": {
8
- "href": "https://api.github.com/users/joeyw"
9
- }
10
- },
11
- "id": 478247,
12
- "gravatar_id": "18c2c44835cc7c5ada7c027f12674714",
13
- "login": "joeyw"
14
- },
15
- "body_html": "<p>Create, Edit, Delete missing from octokit <a href=\"http://developer.github.com/v3/pulls/comments/\">http://developer.github.com/v3/pulls/comments/</a></p>",
16
- "created_at": "2012-10-21T08:59:44Z",
17
- "comments": 0,
18
- "url": "https://api.github.com/repos/pengwynn/octokit/issues/161",
19
- "title": "Pull Request Review Comments",
20
- "number": 161,
21
- "html_url": "https://github.com/pengwynn/octokit/issues/161",
22
- "pull_request": {
23
- "patch_url": null,
24
- "html_url": null,
25
- "diff_url": null
26
- },
27
- "closed_at": null,
28
- "updated_at": "2012-10-21T09:06:54Z",
29
- "milestone": null,
30
- "state": "open",
31
- "labels": [
32
-
33
- ],
34
- "id": 7746154,
35
- "closed_by": null,
36
- "body_text": "Create, Edit, Delete missing from octokit http://developer.github.com/v3/pulls/comments/",
37
- "assignee": null
38
- }
@@ -1,1562 +0,0 @@
1
- [
2
- {
3
- "assignee": null,
4
- "body": "Hi,\r\ni followed this tutorial for poliphormic and STI models with upload method: http://tinyurl.com/236sp5y\r\ni want to know the best method to integrate this in rails_admin with a unic model page that include the file input for upload many images.\r\nthanks",
5
- "closed_at": null,
6
- "comments": 0,
7
- "created_at": "2011-04-28T19:41:50Z",
8
- "html_url": "https://github.com/sferik/rails_admin/issues/388",
9
- "labels": [],
10
- "milestone": null,
11
- "number": 388,
12
- "pull_request": {
13
- "diff_url": null,
14
- "html_url": null,
15
- "patch_url": null
16
- },
17
- "state": "open",
18
- "title": "upload with paperclip & STI assets model",
19
- "updated_at": "2011-04-28T19:41:50Z",
20
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/388",
21
- "user": {
22
- "created_at": "2011-04-09T13:14:20Z",
23
- "gravatar_url": "https://secure.gravatar.com/avatar/49f568b11482e9100fde9e21c6c05585?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
24
- "html_url": "https://github.com/davelab",
25
- "login": "davelab",
26
- "type": "User",
27
- "url": "https://api.github.com/users/davelab"
28
- }
29
- },
30
- {
31
- "assignee": null,
32
- "body": "We need to manually update ckeditor fields before we post them through AJAX.\r\n\r\nSee https://github.com/bbenezech/rails_admin/commit/5d024d55d04c0dab8447abfc9dd9a0af6c1c69f8",
33
- "closed_at": null,
34
- "comments": 0,
35
- "created_at": "2011-04-28T13:58:25Z",
36
- "html_url": "https://github.com/sferik/rails_admin/issues/387",
37
- "labels": [],
38
- "milestone": null,
39
- "number": 387,
40
- "pull_request": {
41
- "diff_url": null,
42
- "html_url": null,
43
- "patch_url": null
44
- },
45
- "state": "open",
46
- "title": "Ajax posting of CKeditor fields",
47
- "updated_at": "2011-04-28T13:58:25Z",
48
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/387",
49
- "user": {
50
- "blog": "",
51
- "company": "",
52
- "created_at": "2008-09-29T20:55:27Z",
53
- "email": "benoit.benezech@gmail.com",
54
- "gravatar_url": "https://secure.gravatar.com/avatar/c1607873b99845b2cd53f8634860d4d4?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
55
- "html_url": "https://github.com/bbenezech",
56
- "location": "Paris, France",
57
- "login": "bbenezech",
58
- "name": "Benoit B\u00e9n\u00e9zech",
59
- "type": "User",
60
- "url": "https://api.github.com/users/bbenezech"
61
- }
62
- },
63
- {
64
- "assignee": null,
65
- "body": "Hi,\r\ni have model called Flag\r\n class Flag < ActiveRecord::Base\r\n attr_accessible :report_type, :flaggeable_id, :flaggeable_type, :return_to\r\n ########## Associations\r\n belongs_to :author, :class_name => \"User\"\r\n belongs_to :flaggeable, :polymorphic => true\r\n end\r\n\r\nand when i attempting to access this model from rails_admin i see error\r\n\r\nNoMethodError in RailsAdmin::MainsController#list\r\n\r\nYou have a nil object when you didn't expect it!\r\nYou might have expected an instance of Array.\r\nThe error occurred while evaluating nil.map\r\n\r\nFull traces - http://pastie.org/1840863\r\nBut, when i have commented line belongs_to :flaggeable, :polymorphic => true everything works fine.\r\n\r\nCould you check please work with polymorphs?",
66
- "closed_at": null,
67
- "comments": 0,
68
- "created_at": "2011-04-27T21:04:26Z",
69
- "html_url": "https://github.com/sferik/rails_admin/issues/385",
70
- "labels": [],
71
- "milestone": null,
72
- "number": 385,
73
- "pull_request": {
74
- "diff_url": null,
75
- "html_url": null,
76
- "patch_url": null
77
- },
78
- "state": "open",
79
- "title": "polymorphic associations causes exception",
80
- "updated_at": "2011-04-27T21:04:26Z",
81
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/385",
82
- "user": {
83
- "blog": "http://alec-c4.com",
84
- "company": "CyberBerry",
85
- "created_at": "2008-09-19T07:47:03Z",
86
- "email": "alec@alec-c4.com",
87
- "gravatar_url": "https://secure.gravatar.com/avatar/561f6b93e60563dabb66fb9802d06fa3?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
88
- "html_url": "https://github.com/alec-c4",
89
- "location": "Moscow, Russia",
90
- "login": "alec-c4",
91
- "name": "Alexey Poimtsev",
92
- "type": "User",
93
- "url": "https://api.github.com/users/alec-c4"
94
- }
95
- },
96
- {
97
- "assignee": null,
98
- "body": "since commit https://github.com/sferik/rails_admin/commit/f7870747d211efaa36beb401c411e1517aa00da1\n\nhttps://github.com/sferik/rails_admin/blob/master/spec/lib/install_spec.rb\n\nand\n\nhttps://github.com/sferik/rails_admin/blob/master/spec/lib/uninstall_spec.rb\n\nchange Rails.configuration.root to some tmp folder to test installation stuff, and do not change it back to dummy_app root folder.\n\nPlease someone fix it, I tried and it drove me mad.",
99
- "closed_at": null,
100
- "comments": 0,
101
- "created_at": "2011-04-27T16:04:05Z",
102
- "html_url": "https://github.com/sferik/rails_admin/issues/384",
103
- "labels": [],
104
- "milestone": null,
105
- "number": 384,
106
- "pull_request": {
107
- "diff_url": null,
108
- "html_url": null,
109
- "patch_url": null
110
- },
111
- "state": "open",
112
- "title": "Build broken",
113
- "updated_at": "2011-04-27T18:59:00Z",
114
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/384",
115
- "user": {
116
- "blog": "",
117
- "company": "",
118
- "created_at": "2008-09-29T20:55:27Z",
119
- "email": "benoit.benezech@gmail.com",
120
- "gravatar_url": "https://secure.gravatar.com/avatar/c1607873b99845b2cd53f8634860d4d4?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
121
- "html_url": "https://github.com/bbenezech",
122
- "location": "Paris, France",
123
- "login": "bbenezech",
124
- "name": "Benoit B\u00e9n\u00e9zech",
125
- "type": "User",
126
- "url": "https://api.github.com/users/bbenezech"
127
- }
128
- },
129
- {
130
- "assignee": null,
131
- "body": "Was attempting to add some [action caching](http://guides.rubyonrails.org/caching_with_rails.html#action-caching) to my app, but didn't know if rails_admin had the ability to expire caches. For example:\n\n class PagesController < ApplicationController\n caches_action :index\n\n def index\n @pages = Page.all\n end\n end\n\nIn order to invalidate this cache, I need to expire it (`expire_action :action => :index`), but since I don't have a create/update action (all done through rails_admin), not sure how to invalidate it.\n\nAssuming this doesn't exist, would love to have the ability to specify which models should perform those actions. (should probably be inclusive [not exclusive/default] and require adding to a config)\n\n(happy to take a stab at it -- just may need a few hints)\n\n ",
132
- "closed_at": null,
133
- "comments": 0,
134
- "created_at": "2011-04-25T21:23:34Z",
135
- "html_url": "https://github.com/sferik/rails_admin/issues/383",
136
- "labels": [],
137
- "milestone": null,
138
- "number": 383,
139
- "pull_request": {
140
- "diff_url": null,
141
- "html_url": null,
142
- "patch_url": null
143
- },
144
- "state": "open",
145
- "title": "Permit Action Caching",
146
- "updated_at": "2011-04-26T01:34:41Z",
147
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/383",
148
- "user": {
149
- "blog": "http://blog.mccartie.com",
150
- "company": "LifeChurch.tv",
151
- "created_at": "2009-09-30T19:06:08Z",
152
- "email": "",
153
- "gravatar_url": "https://secure.gravatar.com/avatar/544e2e76286098a2c64c3638401d2191?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
154
- "html_url": "https://github.com/jmccartie",
155
- "location": "Edmond, OK",
156
- "login": "jmccartie",
157
- "name": "Jon McCartie",
158
- "type": "User",
159
- "url": "https://api.github.com/users/jmccartie"
160
- }
161
- },
162
- {
163
- "assignee": null,
164
- "body": "I encountered this in Postgres project that is using search vectors. The property type was coming in as nil for this field and subsequently blows up Rails Admin. I've set it to ignore this column entirely if the property type is nil.",
165
- "closed_at": null,
166
- "comments": 0,
167
- "created_at": "2011-04-25T17:52:26Z",
168
- "html_url": "https://github.com/sferik/rails_admin/issues/382",
169
- "labels": [],
170
- "milestone": null,
171
- "number": 382,
172
- "pull_request": {
173
- "diff_url": "https://github.com/sferik/rails_admin/pull/382.diff",
174
- "html_url": "https://github.com/sferik/rails_admin/pull/382",
175
- "patch_url": "https://github.com/sferik/rails_admin/pull/382.patch"
176
- },
177
- "state": "open",
178
- "title": "Ignore field when property type is nil",
179
- "updated_at": "2011-04-25T17:52:26Z",
180
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/382",
181
- "user": {
182
- "blog": "http://www.metabates.com",
183
- "company": null,
184
- "created_at": "2008-03-21T15:55:40Z",
185
- "email": "mark+github@markbates.com",
186
- "gravatar_url": "https://secure.gravatar.com/avatar/c6f2229ca2c8dcf0176f036508ec2c3b?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
187
- "html_url": "https://github.com/markbates",
188
- "location": "Boston, MA",
189
- "login": "markbates",
190
- "name": "Mark Bates",
191
- "type": "User",
192
- "url": "https://api.github.com/users/markbates"
193
- }
194
- },
195
- {
196
- "assignee": null,
197
- "body": "Imagine that for example:\r\n\r\na Model Product with a has_one association to a Item.\r\nWhen creating a Product, I would like to have all \u02dcProducts\" and \"Item\" fields on the same screen.\r\n\r\nBy just saying that makes someone suggest that I shall append the \"item fields\" to the products table, but imagine that the \"Items table\" is not only for products, it can be used by many other models that has the need for that specifc information.\r\n\r\nThis should be configurable, as the select field approuch today, can be useful for someone this other approuch could be of some help to others like me that use this style of data modeling.",
198
- "closed_at": null,
199
- "comments": 0,
200
- "created_at": "2011-04-22T00:33:33Z",
201
- "html_url": "https://github.com/sferik/rails_admin/issues/379",
202
- "labels": [],
203
- "milestone": null,
204
- "number": 379,
205
- "pull_request": {
206
- "diff_url": null,
207
- "html_url": null,
208
- "patch_url": null
209
- },
210
- "state": "open",
211
- "title": "has_one associated model should optionaly be automatically created while creating the other one",
212
- "updated_at": "2011-04-22T00:33:33Z",
213
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/379",
214
- "user": {
215
- "blog": "http://blog.gabrielmazetto.eti.br",
216
- "company": null,
217
- "created_at": "2008-08-13T19:34:17Z",
218
- "email": "brodock@gmail.com",
219
- "gravatar_url": "https://secure.gravatar.com/avatar/2c8545cf821ed984bae91dcda758e105?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
220
- "html_url": "https://github.com/brodock",
221
- "location": "Florian\u00f3polis, SC",
222
- "login": "brodock",
223
- "name": "Gabriel Mazetto",
224
- "type": "User",
225
- "url": "https://api.github.com/users/brodock"
226
- }
227
- },
228
- {
229
- "assignee": null,
230
- "body": "issue #314\r\n",
231
- "closed_at": null,
232
- "comments": 0,
233
- "created_at": "2011-04-19T10:43:14Z",
234
- "html_url": "https://github.com/sferik/rails_admin/issues/375",
235
- "labels": [],
236
- "milestone": null,
237
- "number": 375,
238
- "pull_request": {
239
- "diff_url": "https://github.com/sferik/rails_admin/pull/375.diff",
240
- "html_url": "https://github.com/sferik/rails_admin/pull/375",
241
- "patch_url": "https://github.com/sferik/rails_admin/pull/375.patch"
242
- },
243
- "state": "open",
244
- "title": "314 new menu",
245
- "updated_at": "2011-04-19T10:43:14Z",
246
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/375",
247
- "user": {
248
- "blog": "",
249
- "company": "",
250
- "created_at": "2008-09-29T20:55:27Z",
251
- "email": "benoit.benezech@gmail.com",
252
- "gravatar_url": "https://secure.gravatar.com/avatar/c1607873b99845b2cd53f8634860d4d4?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
253
- "html_url": "https://github.com/bbenezech",
254
- "location": "Paris, France",
255
- "login": "bbenezech",
256
- "name": "Benoit B\u00e9n\u00e9zech",
257
- "type": "User",
258
- "url": "https://api.github.com/users/bbenezech"
259
- }
260
- },
261
- {
262
- "assignee": null,
263
- "body": "This cause javascript problems (filtering multiselect not showing for example) when you open a form in popup with same field name as in parent form, since popups are not in iframes.\n\nI can see two possible follow-up : \n\n* Put the popup form in an iframe\n\n* Refactor the ids generation, and I can't see any good reason not to use a form builder\n\nSecond solution is better of course, it opens the possibility for nested attributes and form factorisation, and better maintainability.\nSimple form and formtastic are interesting options.\n\nAny opinion on this ?",
264
- "closed_at": null,
265
- "comments": 1,
266
- "created_at": "2011-04-15T07:57:03Z",
267
- "html_url": "https://github.com/sferik/rails_admin/issues/372",
268
- "labels": [],
269
- "milestone": null,
270
- "number": 372,
271
- "pull_request": {
272
- "diff_url": null,
273
- "html_url": null,
274
- "patch_url": null
275
- },
276
- "state": "open",
277
- "title": "Form fields ids are not unique.",
278
- "updated_at": "2011-04-15T13:07:18Z",
279
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/372",
280
- "user": {
281
- "blog": "",
282
- "company": "",
283
- "created_at": "2008-09-29T20:55:27Z",
284
- "email": "benoit.benezech@gmail.com",
285
- "gravatar_url": "https://secure.gravatar.com/avatar/c1607873b99845b2cd53f8634860d4d4?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
286
- "html_url": "https://github.com/bbenezech",
287
- "location": "Paris, France",
288
- "login": "bbenezech",
289
- "name": "Benoit B\u00e9n\u00e9zech",
290
- "type": "User",
291
- "url": "https://api.github.com/users/bbenezech"
292
- }
293
- },
294
- {
295
- "assignee": {
296
- "blog": null,
297
- "company": null,
298
- "created_at": "2010-03-03T23:01:52Z",
299
- "email": "petteri.kaapa@gmail.com",
300
- "gravatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
301
- "html_url": "https://github.com/kaapa",
302
- "location": "Finland",
303
- "login": "kaapa",
304
- "name": "Petteri K\u00e4\u00e4p\u00e4",
305
- "type": "User",
306
- "url": "https://api.github.com/users/kaapa"
307
- },
308
- "body": "When viewing a model that has a polymorphic association (via belongs to) I am getting the following problem:\r\n\r\n You have a nil object when you didn't expect it!\r\n You might have expected an instance of Array.\r\n The error occurred while evaluating nil.map\r\n\r\ntrace is\r\n\r\n /Users/anthony/.rvm/gems/ruby-1.9.2-p0/bundler/gems/rails_admin-1ee2f2af816b/lib/rails_admin/config/fields/types/polymorphic_association.rb:33:in `associated_model_config'\r\n /Users/anthony/.rvm/gems/ruby-1.9.2-p0/bundler/gems/rails_admin-1ee2f2af816b/lib/rails_admin/config/fields/types/polymorphic_association.rb:21:in `block in <class:PolymorphicAssociation>'\r\n /Users/anthony/.rvm/gems/ruby-1.9.2-p0/bundler/gems/rails_admin-1ee2f2af816b/lib/rails_admin/config/base.rb:83:in `instance_eval'\r\n /Users/anthony/.rvm/gems/ruby-1.9.2-p0/bundler/gems/rails_admin-1ee2f2af816b/lib/rails_admin/config/base.rb:83:in `block in register_instance_option'\r\n /Users/anthony/.rvm/gems/ruby-1.9.2-p0/bundler/gems/rails_admin-1ee2f2af816b/lib/rails_admin/config/base.rb:57:in `block in register_instance_option'\r\n /Users/anthony/.rvm/gems/ruby-1.9.2-p0/bundler/gems/rails_admin-1ee2f2af816b/lib/rails_admin/config/has_fields.rb:60:in `block in visible_fields'\r\n /Users/anthony/.rvm/gems/ruby-1.9.2-p0/bundler/gems/rails_admin-1ee2f2af816b/lib/rails_admin/config/has_fields.rb:60:in `select'\r\n /Users/anthony/.rvm/gems/ruby-1.9.2-p0/bundler/gems/rails_admin-1ee2f2af816b/lib/rails_admin/config/has_fields.rb:60:in `visible_fields'\r\n /Users/anthony/.rvm/gems/ruby-1.9.2-p0/bundler/gems/rails_admin-1ee2f2af816b/app/controllers/rails_admin/main_controller.rb:339:in `list_entries'\r\n /Users/anthony/.rvm/gems/ruby-1.9.2-p0/bundler/gems/rails_admin-1ee2f2af816b/app/controllers/rails_admin/main_controller.rb:36:in `list'\r\n\r\nI'm sure this used to work fine in earlier versions of rails_admin :(",
309
- "closed_at": null,
310
- "comments": 5,
311
- "created_at": "2011-04-09T15:01:22Z",
312
- "html_url": "https://github.com/sferik/rails_admin/issues/370",
313
- "labels": [
314
- {
315
- "color": "ff9c9c",
316
- "name": "bug",
317
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
318
- }
319
- ],
320
- "milestone": {
321
- "closed_issues": 4,
322
- "created_at": "2011-04-10T02:44:04Z",
323
- "creator": {
324
- "blog": "http://twitter.com/sferik",
325
- "company": "Code for America",
326
- "created_at": "2008-05-14T20:36:12Z",
327
- "email": "sferik@gmail.com",
328
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
329
- "html_url": "https://github.com/sferik",
330
- "location": "San Francisco",
331
- "login": "sferik",
332
- "name": "Erik Michaels-Ober",
333
- "type": "User",
334
- "url": "https://api.github.com/users/sferik"
335
- },
336
- "description": "The first gem release",
337
- "due_on": "2011-08-01T07:00:00Z",
338
- "number": 4,
339
- "open_issues": 26,
340
- "state": "open",
341
- "title": "0.0",
342
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
343
- },
344
- "number": 370,
345
- "pull_request": {
346
- "diff_url": null,
347
- "html_url": null,
348
- "patch_url": null
349
- },
350
- "state": "open",
351
- "title": "Polymorphic association problem",
352
- "updated_at": "2011-04-29T06:10:46Z",
353
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/370",
354
- "user": {
355
- "blog": null,
356
- "company": null,
357
- "created_at": "2008-02-19T17:30:53Z",
358
- "email": "github@ants.oib.com",
359
- "gravatar_url": "https://secure.gravatar.com/avatar/c1e8f7f62a20b3030463b1bc908f0f5d?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
360
- "html_url": "https://github.com/aunderwo",
361
- "location": "Watford, UK",
362
- "login": "aunderwo",
363
- "name": "Anthony Underwood",
364
- "type": "User",
365
- "url": "https://api.github.com/users/aunderwo"
366
- }
367
- },
368
- {
369
- "assignee": null,
370
- "body": "I have a model with the primary key of \"merchant_id\". When trying to view the model data in rails_admin I get an error\r\n ActiveRecord::StatementInvalid in RailsAdmin::MainsController#list\r\nI'm using the ActiveRecord adaptor (as indicated in the error). I'm assuming this is due to the use of *find_by_id* in some places, rather than *find*. While *find_by_id* makes sense because it returns *nil* when the record cant be found, it precludes the ability to use ActiveRecord to set any primary key value on a model.\r\n\r\nAfter altering the *get* method in /lib/rails_admin/adapters/active_record.rb to use *find* instead of *find_by_id*, this is the error I see:\r\n PGError: ERROR: column \"id\" does not exist\r\n LINE 1: SELECT \"stores\".* FROM \"stores\" ORDER BY id desc LIMIT 20 O...\r\n ^\r\n : SELECT \"stores\".* FROM \"stores\" ORDER BY id desc LIMIT 20 OFFSET 0\r\nand the relevant part of the full trace:\r\n /Users/turtle/Documents/CodeLibrary/rails_admin_master/lib/rails_admin/adapters/active_record.rb:46:in `all'\r\n /Users/turtle/Documents/CodeLibrary/rails_admin_master/lib/rails_admin/adapters/active_record.rb:60:in `paginated'\r\n /Users/turtle/Documents/CodeLibrary/rails_admin_master/app/controllers/rails_admin/main_controller.rb:348:in `list_entries'\r\n /Users/turtle/Documents/CodeLibrary/rails_admin_master/app/controllers/rails_admin/main_controller.rb:36:in `list'",
371
- "closed_at": null,
372
- "comments": 2,
373
- "created_at": "2011-04-04T20:23:28Z",
374
- "html_url": "https://github.com/sferik/rails_admin/issues/366",
375
- "labels": [
376
- {
377
- "color": "ff9c9c",
378
- "name": "bug",
379
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
380
- }
381
- ],
382
- "milestone": {
383
- "closed_issues": 4,
384
- "created_at": "2011-04-10T02:44:04Z",
385
- "creator": {
386
- "blog": "http://twitter.com/sferik",
387
- "company": "Code for America",
388
- "created_at": "2008-05-14T20:36:12Z",
389
- "email": "sferik@gmail.com",
390
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
391
- "html_url": "https://github.com/sferik",
392
- "location": "San Francisco",
393
- "login": "sferik",
394
- "name": "Erik Michaels-Ober",
395
- "type": "User",
396
- "url": "https://api.github.com/users/sferik"
397
- },
398
- "description": "The first gem release",
399
- "due_on": "2011-08-01T07:00:00Z",
400
- "number": 4,
401
- "open_issues": 26,
402
- "state": "open",
403
- "title": "0.0",
404
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
405
- },
406
- "number": 366,
407
- "pull_request": {
408
- "diff_url": null,
409
- "html_url": null,
410
- "patch_url": null
411
- },
412
- "state": "open",
413
- "title": "Error when trying to administrate models with primary keys named anything but \"id\"",
414
- "updated_at": "2011-04-27T18:04:15Z",
415
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/366",
416
- "user": {
417
- "blog": "http://specifyapp.com",
418
- "company": "Genuine Parts, LLC",
419
- "created_at": "2010-08-19T01:05:32Z",
420
- "email": null,
421
- "gravatar_url": "https://secure.gravatar.com/avatar/e9ed2af775174211429aae4d5e7805c6?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
422
- "html_url": "https://github.com/dustMason",
423
- "location": "Oakland, CA",
424
- "login": "dustMason",
425
- "name": "Jordan Sitkin",
426
- "type": "User",
427
- "url": "https://api.github.com/users/dustMason"
428
- }
429
- },
430
- {
431
- "assignee": {
432
- "blog": "http://www.caboteria.org/",
433
- "company": null,
434
- "created_at": "2009-05-15T21:51:49Z",
435
- "email": null,
436
- "gravatar_url": "https://secure.gravatar.com/avatar/e381ef5e90b6ed2bd5082a9a463cea3b?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
437
- "html_url": "https://github.com/caboteria",
438
- "location": "Massachusetts, USA",
439
- "login": "caboteria",
440
- "name": "toby cabot",
441
- "type": "User",
442
- "url": "https://api.github.com/users/caboteria"
443
- },
444
- "body": "In the `admin/:model` the search form must not point to `/rails_admin/main/list`...\r\nPlease check it I have the same error in the whole `list` pages of the models\r\n\r\nAmr",
445
- "closed_at": null,
446
- "comments": 13,
447
- "created_at": "2011-04-01T09:31:43Z",
448
- "html_url": "https://github.com/sferik/rails_admin/issues/362",
449
- "labels": [
450
- {
451
- "color": "ff9c9c",
452
- "name": "bug",
453
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
454
- }
455
- ],
456
- "milestone": {
457
- "closed_issues": 4,
458
- "created_at": "2011-04-10T02:44:04Z",
459
- "creator": {
460
- "blog": "http://twitter.com/sferik",
461
- "company": "Code for America",
462
- "created_at": "2008-05-14T20:36:12Z",
463
- "email": "sferik@gmail.com",
464
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
465
- "html_url": "https://github.com/sferik",
466
- "location": "San Francisco",
467
- "login": "sferik",
468
- "name": "Erik Michaels-Ober",
469
- "type": "User",
470
- "url": "https://api.github.com/users/sferik"
471
- },
472
- "description": "The first gem release",
473
- "due_on": "2011-08-01T07:00:00Z",
474
- "number": 4,
475
- "open_issues": 26,
476
- "state": "open",
477
- "title": "0.0",
478
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
479
- },
480
- "number": 362,
481
- "pull_request": {
482
- "diff_url": null,
483
- "html_url": null,
484
- "patch_url": null
485
- },
486
- "state": "open",
487
- "title": "Error in the `action` of the search form of models in `list` page",
488
- "updated_at": "2011-04-22T14:03:11Z",
489
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/362",
490
- "user": {
491
- "blog": "http://rushthinking.com",
492
- "company": "",
493
- "created_at": "2008-08-24T16:59:34Z",
494
- "email": "amrnt0@gmail.com",
495
- "gravatar_url": "https://secure.gravatar.com/avatar/1be13b794a692d0b083fb52485eb22ea?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
496
- "html_url": "https://github.com/amrnt",
497
- "location": "Nablus, PS",
498
- "login": "amrnt",
499
- "name": "Amr Numan Tamimi",
500
- "type": "User",
501
- "url": "https://api.github.com/users/amrnt"
502
- }
503
- },
504
- {
505
- "assignee": null,
506
- "body": "I have a model event.rb:\r\n class Event < ActiveRecord::Base\r\n serialize :data\r\n belongs_to :user\r\n end\r\n class ProductAddedEvent < Event; end\r\n class CollectionCreatedEvent < Event; end\r\n class FollowingEvent < Event; end\r\n class FollowedEvent < Event; end\r\n class CommentAddedEvent < Event; end\r\nwhich seems to be causing Rails Admin (latest version as of today) to throw an error when I try to look at any model:\r\n\tuninitialized constant CollectionCreatedEvent\r\n\r\nExtracted Source:\r\n\t1: <%\r\n\t2: max_visible_tabs = RailsAdmin::Config::Sections::Navigation.max_visible_tabs\r\n\t3: models = RailsAdmin::Config.visible_models.select { |model| authorized?(:list, model.abstract_model) }\r\n\t4: %>\r\n\t5: <ul id=\"nav\">\r\n\t6: <li <%if @page_type == \"dashboard\" %>class=\"active\"<% end %>><%= link_to(t(\"admin.dashboard.name\"), rails_admin_dashboard_path) %></li>\r\n\r\nFull Trace:\r\n\tactivesupport (3.0.6.rc1) lib/active_support/inflector/methods.rb:113:in `constantize'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/inflector/methods.rb:112:in `each'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/inflector/methods.rb:112:in `constantize'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/core_ext/string/inflections.rb:43:in `constantize'\r\n\t/Library/Ruby/Gems/1.8/bundler/gems/rails_admin-508288dfdc24/lib/rails_admin/abstract_model.rb:74:in `model'\r\n\t/Library/Ruby/Gems/1.8/bundler/gems/rails_admin-508288dfdc24/lib/rails_admin/config.rb:46:in `model'\r\n\t/Library/Ruby/Gems/1.8/bundler/gems/rails_admin-508288dfdc24/lib/rails_admin/config.rb:67:in `models'\r\n\t/Library/Ruby/Gems/1.8/bundler/gems/rails_admin-508288dfdc24/lib/rails_admin/config.rb:67:in `map'\r\n\t/Library/Ruby/Gems/1.8/bundler/gems/rails_admin-508288dfdc24/lib/rails_admin/config.rb:67:in `models'\r\n\t/Library/Ruby/Gems/1.8/bundler/gems/rails_admin-508288dfdc24/lib/rails_admin/config.rb:95:in `visible_models'\r\n\t/Library/Ruby/Gems/1.8/bundler/gems/rails_admin-508288dfdc24/app/views/rails_admin/main/_navigation.html.erb:3:in `___ibrary__uby__ems_____bundler_gems_rails_admin_______dfdc___app_views_rails_admin_main__navigation_html_erb___1743824518_2190578620_2143870'\r\n\tactionpack (3.0.6.rc1) lib/action_view/template.rb:135:in `send'\r\n\tactionpack (3.0.6.rc1) lib/action_view/template.rb:135:in `render'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications.rb:54:in `instrument'\r\n\tactionpack (3.0.6.rc1) lib/action_view/template.rb:127:in `render'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/partials.rb:333:in `render_partial'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/partials.rb:262:in `render'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications.rb:52:in `instrument'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications/instrumenter.rb:21:in `instrument'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications.rb:52:in `instrument'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/partials.rb:260:in `render'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/partials.rb:378:in `_render_partial'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/rendering.rb:22:in `render_without_haml'\r\n\thaml (3.0.25) lib/haml/helpers/action_view_mods.rb:13:in `render'\r\n\t/Library/Ruby/Gems/1.8/bundler/gems/rails_admin-508288dfdc24/app/views/layouts/rails_admin/_header.html.erb:13:in `___ibrary__uby__ems_____bundler_gems_rails_admin_______dfdc___app_views_layouts_rails_admin__header_html_erb__169155594_2190609040_527550'\r\n\tactionpack (3.0.6.rc1) lib/action_view/template.rb:135:in `send'\r\n\tactionpack (3.0.6.rc1) lib/action_view/template.rb:135:in `render'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications.rb:54:in `instrument'\r\n\tactionpack (3.0.6.rc1) lib/action_view/template.rb:127:in `render'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/partials.rb:333:in `render_partial'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/partials.rb:262:in `render'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications.rb:52:in `instrument'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications/instrumenter.rb:21:in `instrument'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications.rb:52:in `instrument'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/partials.rb:260:in `render'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/partials.rb:378:in `_render_partial'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/rendering.rb:22:in `render_without_haml'\r\n\thaml (3.0.25) lib/haml/helpers/action_view_mods.rb:13:in `render'\r\n\t/Library/Ruby/Gems/1.8/bundler/gems/rails_admin-508288dfdc24/app/views/layouts/rails_admin/list.html.erb:18:in `___ibrary__uby__ems_____bundler_gems_rails_admin_______dfdc___app_views_layouts_rails_admin_list_html_erb___556108490_2187854440_0'\r\n\tactionpack (3.0.6.rc1) lib/action_view/template.rb:135:in `send'\r\n\tactionpack (3.0.6.rc1) lib/action_view/template.rb:135:in `render'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications.rb:54:in `instrument'\r\n\tactionpack (3.0.6.rc1) lib/action_view/template.rb:127:in `render'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/layouts.rb:80:in `_render_layout'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/rendering.rb:62:in `_render_template'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications.rb:52:in `instrument'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications/instrumenter.rb:21:in `instrument'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications.rb:52:in `instrument'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/rendering.rb:56:in `_render_template'\r\n\tactionpack (3.0.6.rc1) lib/action_view/render/rendering.rb:26:in `render_without_haml'\r\n\thaml (3.0.25) lib/haml/helpers/action_view_mods.rb:13:in `render'\r\n\tactionpack (3.0.6.rc1) lib/abstract_controller/rendering.rb:115:in `_render_template'\r\n\tactionpack (3.0.6.rc1) lib/abstract_controller/rendering.rb:109:in `render_to_body'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/renderers.rb:47:in `render_to_body'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/compatibility.rb:55:in `render_to_body'\r\n\tactionpack (3.0.6.rc1) lib/abstract_controller/rendering.rb:102:in `render_to_string'\r\n\tactionpack (3.0.6.rc1) lib/abstract_controller/rendering.rb:93:in `render'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/rendering.rb:17:in `render'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/instrumentation.rb:40:in `render'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'\r\n\t/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/instrumentation.rb:40:in `render'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'\r\n\tactiverecord (3.0.6.rc1) lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'\r\n\t/Library/Ruby/Gems/1.8/bundler/gems/rails_admin-508288dfdc24/app/controllers/rails_admin/main_controller.rb:39:in `list'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/mime_responds.rb:192:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/mime_responds.rb:192:in `respond_to'\r\n\t/Library/Ruby/Gems/1.8/bundler/gems/rails_admin-508288dfdc24/app/controllers/rails_admin/main_controller.rb:38:in `list'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'\r\n\tactionpack (3.0.6.rc1) lib/abstract_controller/base.rb:150:in `process_action'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/rendering.rb:11:in `process_action'\r\n\tactionpack (3.0.6.rc1) lib/abstract_controller/callbacks.rb:18:in `process_action'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/callbacks.rb:456:in `_run__1766623449__process_action__743455353__callbacks'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/callbacks.rb:410:in `send'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/callbacks.rb:94:in `send'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/callbacks.rb:94:in `run_callbacks'\r\n\tactionpack (3.0.6.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications.rb:52:in `instrument'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications/instrumenter.rb:21:in `instrument'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/notifications.rb:52:in `instrument'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/rescue.rb:17:in `process_action'\r\n\tactionpack (3.0.6.rc1) lib/abstract_controller/base.rb:119:in `process'\r\n\tactionpack (3.0.6.rc1) lib/abstract_controller/rendering.rb:41:in `process'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal.rb:138:in `dispatch'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'\r\n\tactionpack (3.0.6.rc1) lib/action_controller/metal.rb:178:in `action'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/routing/route_set.rb:62:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/routing/route_set.rb:62:in `dispatch'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/routing/route_set.rb:27:in `call'\r\n\track-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `call'\r\n\track-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `recognize'\r\n\track-mount (0.6.14) lib/rack/mount/code_generation.rb:82:in `optimized_each'\r\n\track-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'\r\n\track-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/routing/route_set.rb:493:in `call'\r\n\thaml (3.0.25) lib/sass/plugin/rack.rb:41:in `call'\r\n\twarden (1.0.3) lib/warden/manager.rb:35:in `call'\r\n\twarden (1.0.3) lib/warden/manager.rb:34:in `catch'\r\n\twarden (1.0.3) lib/warden/manager.rb:34:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'\r\n\track (1.2.2) lib/rack/methodoverride.rb:24:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/middleware/flash.rb:182:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/middleware/cookies.rb:302:in `call'\r\n\tactiverecord (3.0.6.rc1) lib/active_record/query_cache.rb:32:in `call'\r\n\tactiverecord (3.0.6.rc1) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache'\r\n\tactiverecord (3.0.6.rc1) lib/active_record/query_cache.rb:12:in `cache'\r\n\tactiverecord (3.0.6.rc1) lib/active_record/query_cache.rb:31:in `call'\r\n\tactiverecord (3.0.6.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:354:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/middleware/callbacks.rb:46:in `call'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/middleware/callbacks.rb:44:in `call'\r\n\track (1.2.2) lib/rack/sendfile.rb:107:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'\r\n\trailties (3.0.6.rc1) lib/rails/rack/logger.rb:13:in `call'\r\n\track (1.2.2) lib/rack/runtime.rb:17:in `call'\r\n\tactivesupport (3.0.6.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'\r\n\track (1.2.2) lib/rack/lock.rb:11:in `call'\r\n\track (1.2.2) lib/rack/lock.rb:11:in `synchronize'\r\n\track (1.2.2) lib/rack/lock.rb:11:in `call'\r\n\tactionpack (3.0.6.rc1) lib/action_dispatch/middleware/static.rb:30:in `call'\r\n\trailties (3.0.6.rc1) lib/rails/application.rb:168:in `call'\r\n\trailties (3.0.6.rc1) lib/rails/application.rb:77:in `send'\r\n\trailties (3.0.6.rc1) lib/rails/application.rb:77:in `method_missing'\r\n\trailties (3.0.6.rc1) lib/rails/rack/log_tailer.rb:14:in `call'\r\n\track (1.2.2) lib/rack/content_length.rb:13:in `call'\r\n\track (1.2.2) lib/rack/handler/webrick.rb:52:in `service'\r\n\t/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'\r\n\t/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'\r\n\t/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'\r\n\t/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'\r\n\t/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'\r\n\t/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'\r\n\t/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'\r\n\t/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'\r\n\t/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'\r\n\t/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'\r\n\track (1.2.2) lib/rack/handler/webrick.rb:13:in `run'\r\n\track (1.2.2) lib/rack/server.rb:213:in `start'\r\n\trailties (3.0.6.rc1) lib/rails/commands/server.rb:65:in `start'\r\n\trailties (3.0.6.rc1) lib/rails/commands.rb:30\r\n\trailties (3.0.6.rc1) lib/rails/commands.rb:27:in `tap'\r\n\trailties (3.0.6.rc1) lib/rails/commands.rb:27\r\n\tscript/rails:6:in `require'\r\n\tscript/rails:6\r\n\r\nNote that hiding the models in an initializer doesn't seem to help:\r\n RailsAdmin.config do |config|\r\n config.model Event::ProductAddedEvent do\r\n visible false\r\n end\r\n config.model Event::CollectionCreatedEvent do\r\n visible false\r\n end\r\n config.model Event::FollowingEvent do\r\n visible false\r\n end\r\n config.model Event::FollowedEvent do\r\n visible false\r\n end\r\n config.model Event::CommentAddedEvent do\r\n visible false\r\n end\r\n end",
507
- "closed_at": null,
508
- "comments": 2,
509
- "created_at": "2011-03-30T22:22:49Z",
510
- "html_url": "https://github.com/sferik/rails_admin/issues/361",
511
- "labels": [
512
- {
513
- "color": "ff9c9c",
514
- "name": "bug",
515
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
516
- }
517
- ],
518
- "milestone": {
519
- "closed_issues": 4,
520
- "created_at": "2011-04-10T02:44:04Z",
521
- "creator": {
522
- "blog": "http://twitter.com/sferik",
523
- "company": "Code for America",
524
- "created_at": "2008-05-14T20:36:12Z",
525
- "email": "sferik@gmail.com",
526
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
527
- "html_url": "https://github.com/sferik",
528
- "location": "San Francisco",
529
- "login": "sferik",
530
- "name": "Erik Michaels-Ober",
531
- "type": "User",
532
- "url": "https://api.github.com/users/sferik"
533
- },
534
- "description": "The first gem release",
535
- "due_on": "2011-08-01T07:00:00Z",
536
- "number": 4,
537
- "open_issues": 26,
538
- "state": "open",
539
- "title": "0.0",
540
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
541
- },
542
- "number": 361,
543
- "pull_request": {
544
- "diff_url": null,
545
- "html_url": null,
546
- "patch_url": null
547
- },
548
- "state": "open",
549
- "title": "uninitialized constant Error caused by STI models",
550
- "updated_at": "2011-04-10T02:55:45Z",
551
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/361",
552
- "user": {
553
- "blog": "http://specifyapp.com",
554
- "company": "Genuine Parts, LLC",
555
- "created_at": "2010-08-19T01:05:32Z",
556
- "email": null,
557
- "gravatar_url": "https://secure.gravatar.com/avatar/e9ed2af775174211429aae4d5e7805c6?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
558
- "html_url": "https://github.com/dustMason",
559
- "location": "Oakland, CA",
560
- "login": "dustMason",
561
- "name": "Jordan Sitkin",
562
- "type": "User",
563
- "url": "https://api.github.com/users/dustMason"
564
- }
565
- },
566
- {
567
- "assignee": null,
568
- "body": "Follow-up on the conversation from: https://github.com/sferik/rails_admin/pull/356\r\n\r\n@sferik Yes, I would be interested in working on a more permanent solution for namespaced models.\r\n\r\nI had a brief look. One idea, in line with Rails conventions, would be to permit namespaced routing, e.g. /:namespace/:model/:id/edit or even /:ns_1/:ns_2/.../:ns_k/:model/:id/edit. This would touch a lot of code, because route generation using the named route methods is scattered throughout and currently accepts the model name parameter.\r\n\r\nAnother problem is that the .to_param method is currently used for multiple different purposes, which are not all compatible when taking namespaces into account. The easiest hack was the ~ but that's clearly not satisfactory.\r\n\r\nI'd love to hear your ideas for alternative approaches. Should we open a new issue for this?\r\n\r\nWolf",
569
- "closed_at": null,
570
- "comments": 2,
571
- "created_at": "2011-03-29T22:17:12Z",
572
- "html_url": "https://github.com/sferik/rails_admin/issues/359",
573
- "labels": [
574
- {
575
- "color": "96e7ff",
576
- "name": "cleanup",
577
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/cleanup"
578
- }
579
- ],
580
- "milestone": {
581
- "closed_issues": 0,
582
- "created_at": "2011-04-10T02:44:58Z",
583
- "creator": {
584
- "blog": "http://twitter.com/sferik",
585
- "company": "Code for America",
586
- "created_at": "2008-05-14T20:36:12Z",
587
- "email": "sferik@gmail.com",
588
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
589
- "html_url": "https://github.com/sferik",
590
- "location": "San Francisco",
591
- "login": "sferik",
592
- "name": "Erik Michaels-Ober",
593
- "type": "User",
594
- "url": "https://api.github.com/users/sferik"
595
- },
596
- "description": "A release for things that don't need to make it into the first release but are still important",
597
- "due_on": "2011-10-01T07:00:00Z",
598
- "number": 5,
599
- "open_issues": 6,
600
- "state": "open",
601
- "title": "0.1",
602
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/5"
603
- },
604
- "number": 359,
605
- "pull_request": {
606
- "diff_url": null,
607
- "html_url": null,
608
- "patch_url": null
609
- },
610
- "state": "open",
611
- "title": "Architecture improvements for full namespaced model support.",
612
- "updated_at": "2011-04-10T02:54:52Z",
613
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/359",
614
- "user": {
615
- "blog": "http://www.rubyfocus.biz",
616
- "company": "http://www.rubyfocus.biz",
617
- "created_at": "2008-12-23T09:14:23Z",
618
- "email": "wolfram@rubyfocus.biz",
619
- "gravatar_url": "https://secure.gravatar.com/avatar/5a60d6c66b7737ba71cecc4c46fc6fd5?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
620
- "html_url": "https://github.com/wolframarnold",
621
- "location": "San Francisco",
622
- "login": "wolframarnold",
623
- "name": "Wolfram Arnold",
624
- "type": "User",
625
- "url": "https://api.github.com/users/wolframarnold"
626
- }
627
- },
628
- {
629
- "assignee": {
630
- "blog": "http://www.caboteria.org/",
631
- "company": null,
632
- "created_at": "2009-05-15T21:51:49Z",
633
- "email": null,
634
- "gravatar_url": "https://secure.gravatar.com/avatar/e381ef5e90b6ed2bd5082a9a463cea3b?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
635
- "html_url": "https://github.com/caboteria",
636
- "location": "Massachusetts, USA",
637
- "login": "caboteria",
638
- "name": "toby cabot",
639
- "type": "User",
640
- "url": "https://api.github.com/users/caboteria"
641
- },
642
- "body": "Kaminari provides helper for rendering pagination (e.g. <%= paginate @users %> ), but rails_admin also have same helper (with differenet params). And helper from rails admin getting called from my views. \r\n\r\nCan you please check it?",
643
- "closed_at": null,
644
- "comments": 5,
645
- "created_at": "2011-03-27T04:06:01Z",
646
- "html_url": "https://github.com/sferik/rails_admin/issues/354",
647
- "labels": [
648
- {
649
- "color": "ff9c9c",
650
- "name": "bug",
651
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
652
- }
653
- ],
654
- "milestone": {
655
- "closed_issues": 4,
656
- "created_at": "2011-04-10T02:44:04Z",
657
- "creator": {
658
- "blog": "http://twitter.com/sferik",
659
- "company": "Code for America",
660
- "created_at": "2008-05-14T20:36:12Z",
661
- "email": "sferik@gmail.com",
662
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
663
- "html_url": "https://github.com/sferik",
664
- "location": "San Francisco",
665
- "login": "sferik",
666
- "name": "Erik Michaels-Ober",
667
- "type": "User",
668
- "url": "https://api.github.com/users/sferik"
669
- },
670
- "description": "The first gem release",
671
- "due_on": "2011-08-01T07:00:00Z",
672
- "number": 4,
673
- "open_issues": 26,
674
- "state": "open",
675
- "title": "0.0",
676
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
677
- },
678
- "number": 354,
679
- "pull_request": {
680
- "diff_url": null,
681
- "html_url": null,
682
- "patch_url": null
683
- },
684
- "state": "open",
685
- "title": "Conflict with Kaminari",
686
- "updated_at": "2011-04-17T17:37:36Z",
687
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/354",
688
- "user": {
689
- "blog": null,
690
- "company": null,
691
- "created_at": "2009-07-25T23:22:26Z",
692
- "email": "",
693
- "gravatar_url": "https://secure.gravatar.com/avatar/ce5d1a4d26241d16575889a6f1ed4487?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
694
- "html_url": "https://github.com/slbug",
695
- "location": null,
696
- "login": "slbug",
697
- "name": "bUg.",
698
- "type": "User",
699
- "url": "https://api.github.com/users/slbug"
700
- }
701
- },
702
- {
703
- "assignee": null,
704
- "body": "Right now i have default ordering in some models. And when i trying to edit model with has_many through relations it tries to load records with default scope from another model. \r\n\r\ne.g. i have store, product, offer models. store has_many products through offers. offer has price field and default scope to order by price. when i trying to edit product it produces sql query with error (select products.... joins offers .... order by price...). there is error because price field not included in select clause.",
705
- "closed_at": null,
706
- "comments": 3,
707
- "created_at": "2011-03-26T15:16:33Z",
708
- "html_url": "https://github.com/sferik/rails_admin/issues/353",
709
- "labels": [
710
- {
711
- "color": "ff9c9c",
712
- "name": "bug",
713
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
714
- }
715
- ],
716
- "milestone": {
717
- "closed_issues": 4,
718
- "created_at": "2011-04-10T02:44:04Z",
719
- "creator": {
720
- "blog": "http://twitter.com/sferik",
721
- "company": "Code for America",
722
- "created_at": "2008-05-14T20:36:12Z",
723
- "email": "sferik@gmail.com",
724
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
725
- "html_url": "https://github.com/sferik",
726
- "location": "San Francisco",
727
- "login": "sferik",
728
- "name": "Erik Michaels-Ober",
729
- "type": "User",
730
- "url": "https://api.github.com/users/sferik"
731
- },
732
- "description": "The first gem release",
733
- "due_on": "2011-08-01T07:00:00Z",
734
- "number": 4,
735
- "open_issues": 26,
736
- "state": "open",
737
- "title": "0.0",
738
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
739
- },
740
- "number": 353,
741
- "pull_request": {
742
- "diff_url": null,
743
- "html_url": null,
744
- "patch_url": null
745
- },
746
- "state": "open",
747
- "title": "Please add option to ignore all default_scopes.",
748
- "updated_at": "2011-04-20T18:07:41Z",
749
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/353",
750
- "user": {
751
- "blog": null,
752
- "company": null,
753
- "created_at": "2009-07-25T23:22:26Z",
754
- "email": "",
755
- "gravatar_url": "https://secure.gravatar.com/avatar/ce5d1a4d26241d16575889a6f1ed4487?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
756
- "html_url": "https://github.com/slbug",
757
- "location": null,
758
- "login": "slbug",
759
- "name": "bUg.",
760
- "type": "User",
761
- "url": "https://api.github.com/users/slbug"
762
- }
763
- },
764
- {
765
- "assignee": {
766
- "blog": "http://students.info.uaic.ro/~bogdan.gaza/",
767
- "company": null,
768
- "created_at": "2008-03-09T19:31:14Z",
769
- "email": "bogdan@cadmio.org",
770
- "gravatar_url": "https://secure.gravatar.com/avatar/dfa3143343f3680753e0ae09de57bcd6?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
771
- "html_url": "https://github.com/hurrycane",
772
- "location": "Iasi, Romania",
773
- "login": "hurrycane",
774
- "name": "Bogdan Gaza",
775
- "type": "User",
776
- "url": "https://api.github.com/users/hurrycane"
777
- },
778
- "body": "`rails destroy` is the opposite of `rails generate`\n\nWe should have a task that cleans up any assets that may have been installed by rails_admin and adds a migration to drop the `rails_admin_histories` table.",
779
- "closed_at": null,
780
- "comments": 1,
781
- "created_at": "2011-03-25T17:22:05Z",
782
- "html_url": "https://github.com/sferik/rails_admin/issues/350",
783
- "labels": [
784
- {
785
- "color": "ff9c9c",
786
- "name": "bug",
787
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
788
- }
789
- ],
790
- "milestone": {
791
- "closed_issues": 4,
792
- "created_at": "2011-04-10T02:44:04Z",
793
- "creator": {
794
- "blog": "http://twitter.com/sferik",
795
- "company": "Code for America",
796
- "created_at": "2008-05-14T20:36:12Z",
797
- "email": "sferik@gmail.com",
798
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
799
- "html_url": "https://github.com/sferik",
800
- "location": "San Francisco",
801
- "login": "sferik",
802
- "name": "Erik Michaels-Ober",
803
- "type": "User",
804
- "url": "https://api.github.com/users/sferik"
805
- },
806
- "description": "The first gem release",
807
- "due_on": "2011-08-01T07:00:00Z",
808
- "number": 4,
809
- "open_issues": 26,
810
- "state": "open",
811
- "title": "0.0",
812
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
813
- },
814
- "number": 350,
815
- "pull_request": {
816
- "diff_url": null,
817
- "html_url": null,
818
- "patch_url": null
819
- },
820
- "state": "open",
821
- "title": "Easy Uninstall",
822
- "updated_at": "2011-04-16T23:37:11Z",
823
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/350",
824
- "user": {
825
- "blog": "http://twitter.com/sferik",
826
- "company": "Code for America",
827
- "created_at": "2008-05-14T20:36:12Z",
828
- "email": "sferik@gmail.com",
829
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
830
- "html_url": "https://github.com/sferik",
831
- "location": "San Francisco",
832
- "login": "sferik",
833
- "name": "Erik Michaels-Ober",
834
- "type": "User",
835
- "url": "https://api.github.com/users/sferik"
836
- }
837
- },
838
- {
839
- "assignee": null,
840
- "body": "It would be great if we could override the default search mechanic, to allow for a customized search on a per model bases. For example, one way to do this would be to have a config setting such as \n<pre><code>\nconfig.model Cars do\n search_method :search\nend\n\n</pre></code>\nor globally for all models\n<pre><code>\nRailsAdmin.search_with_method :search \n\n</pre></code>\nThis would mean in the case of the Car model, searches would be performed by calling: \n<pre><code>Car.search query, offset, limit </pre></code>\ndynamically in preference to the default search. This would of course return a list of Car models which would be understood by rails admin and rendered in the search results.\n\nThis would be a very powerful feature as it would allow users to customize searches and potentially use search indexers such as Sphinx/Solr etc.. to perform the actual search in the background. \n\nI would like to hear other any other comments/suggestions ?\n\n\n\n\n",
841
- "closed_at": null,
842
- "comments": 0,
843
- "created_at": "2011-03-22T14:12:04Z",
844
- "html_url": "https://github.com/sferik/rails_admin/issues/343",
845
- "labels": [
846
- {
847
- "color": "9cf098",
848
- "name": "enhancement",
849
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/enhancement"
850
- }
851
- ],
852
- "milestone": {
853
- "closed_issues": 1,
854
- "created_at": "2011-04-10T02:45:24Z",
855
- "creator": {
856
- "blog": "http://twitter.com/sferik",
857
- "company": "Code for America",
858
- "created_at": "2008-05-14T20:36:12Z",
859
- "email": "sferik@gmail.com",
860
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
861
- "html_url": "https://github.com/sferik",
862
- "location": "San Francisco",
863
- "login": "sferik",
864
- "name": "Erik Michaels-Ober",
865
- "type": "User",
866
- "url": "https://api.github.com/users/sferik"
867
- },
868
- "description": "",
869
- "due_on": "2011-12-01T08:00:00Z",
870
- "number": 6,
871
- "open_issues": 8,
872
- "state": "open",
873
- "title": "0.2",
874
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/6"
875
- },
876
- "number": 343,
877
- "pull_request": {
878
- "diff_url": null,
879
- "html_url": null,
880
- "patch_url": null
881
- },
882
- "state": "open",
883
- "title": "Ability to override search",
884
- "updated_at": "2011-04-10T02:54:21Z",
885
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/343",
886
- "user": {
887
- "blog": "http://teamer.net",
888
- "company": "teamer.net",
889
- "created_at": "2010-03-12T14:01:44Z",
890
- "email": null,
891
- "gravatar_url": "https://secure.gravatar.com/avatar/c4d366fe45c7abc95aaa06e4d3d51545?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
892
- "html_url": "https://github.com/kristyan",
893
- "location": "Dublin ",
894
- "login": "kristyan",
895
- "name": "Kristyan Connolly",
896
- "type": "User",
897
- "url": "https://api.github.com/users/kristyan"
898
- }
899
- },
900
- {
901
- "assignee": null,
902
- "body": "Hi\r\n\r\nI have changed the field search so that now the user can search over a field by selecting the field from a drop-down menu containing the list of fields (Corresponding to the viewable list that can be set in the config). I removed the field:query based search as I found our users had difficulty remembering field names etc..\r\n\r\nI am not sure if this is a patch that you want, but please take a look. \r\n\r\nNote, if you except this patch you will probably need to remove/change the specs already written for field search. Sorry I don't have the time to update the specs right now.\r\n\r\nKris\r\n\r\n",
903
- "closed_at": null,
904
- "comments": 1,
905
- "created_at": "2011-03-22T12:10:32Z",
906
- "html_url": "https://github.com/sferik/rails_admin/issues/342",
907
- "labels": [
908
- {
909
- "color": "9cf098",
910
- "name": "enhancement",
911
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/enhancement"
912
- }
913
- ],
914
- "milestone": null,
915
- "number": 342,
916
- "pull_request": {
917
- "diff_url": "https://github.com/sferik/rails_admin/pull/342.diff",
918
- "html_url": "https://github.com/sferik/rails_admin/pull/342",
919
- "patch_url": "https://github.com/sferik/rails_admin/pull/342.patch"
920
- },
921
- "state": "open",
922
- "title": "Dropdown field search",
923
- "updated_at": "2011-04-15T18:46:11Z",
924
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/342",
925
- "user": {
926
- "blog": "http://teamer.net",
927
- "company": "teamer.net",
928
- "created_at": "2010-03-12T14:01:44Z",
929
- "email": null,
930
- "gravatar_url": "https://secure.gravatar.com/avatar/c4d366fe45c7abc95aaa06e4d3d51545?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
931
- "html_url": "https://github.com/kristyan",
932
- "location": "Dublin ",
933
- "login": "kristyan",
934
- "name": "Kristyan Connolly",
935
- "type": "User",
936
- "url": "https://api.github.com/users/kristyan"
937
- }
938
- },
939
- {
940
- "assignee": null,
941
- "body": "From your config doc :\nRailsAdmin.config do |config|\n config.model Team do\n edit do\n group :default do\n hide\n end\n end\n end\nend\n\nThis would hide the \"Basic info\" group which is accessed by the symbol :default. THIS WORKS.\nAssociations' groups can be accessed by the name of the association, such as :fans or :players. THIS DOES NOT SEEM TO WORK\n",
942
- "closed_at": null,
943
- "comments": 0,
944
- "created_at": "2011-03-18T20:04:04Z",
945
- "html_url": "https://github.com/sferik/rails_admin/issues/332",
946
- "labels": [
947
- {
948
- "color": "ff9c9c",
949
- "name": "bug",
950
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
951
- }
952
- ],
953
- "milestone": {
954
- "closed_issues": 4,
955
- "created_at": "2011-04-10T02:44:04Z",
956
- "creator": {
957
- "blog": "http://twitter.com/sferik",
958
- "company": "Code for America",
959
- "created_at": "2008-05-14T20:36:12Z",
960
- "email": "sferik@gmail.com",
961
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
962
- "html_url": "https://github.com/sferik",
963
- "location": "San Francisco",
964
- "login": "sferik",
965
- "name": "Erik Michaels-Ober",
966
- "type": "User",
967
- "url": "https://api.github.com/users/sferik"
968
- },
969
- "description": "The first gem release",
970
- "due_on": "2011-08-01T07:00:00Z",
971
- "number": 4,
972
- "open_issues": 26,
973
- "state": "open",
974
- "title": "0.0",
975
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
976
- },
977
- "number": 332,
978
- "pull_request": {
979
- "diff_url": null,
980
- "html_url": null,
981
- "patch_url": null
982
- },
983
- "state": "open",
984
- "title": "bug Association visibility in edit mode seems broken",
985
- "updated_at": "2011-04-10T02:55:44Z",
986
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/332",
987
- "user": {
988
- "blog": null,
989
- "company": null,
990
- "created_at": "2009-04-28T13:50:48Z",
991
- "email": "lemig@hotmail.com",
992
- "gravatar_url": "https://secure.gravatar.com/avatar/ed767aa54affe4612de576ccb6341c7f?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
993
- "html_url": "https://github.com/lemig",
994
- "location": "Brussels",
995
- "login": "lemig",
996
- "name": "Miguel Cabero",
997
- "type": "User",
998
- "url": "https://api.github.com/users/lemig"
999
- }
1000
- },
1001
- {
1002
- "assignee": null,
1003
- "body": "It would be great if search was improved to allow searching over date fields. ",
1004
- "closed_at": null,
1005
- "comments": 0,
1006
- "created_at": "2011-03-18T14:58:05Z",
1007
- "html_url": "https://github.com/sferik/rails_admin/issues/331",
1008
- "labels": [
1009
- {
1010
- "color": "9cf098",
1011
- "name": "enhancement",
1012
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/enhancement"
1013
- }
1014
- ],
1015
- "milestone": {
1016
- "closed_issues": 1,
1017
- "created_at": "2011-04-10T02:45:24Z",
1018
- "creator": {
1019
- "blog": "http://twitter.com/sferik",
1020
- "company": "Code for America",
1021
- "created_at": "2008-05-14T20:36:12Z",
1022
- "email": "sferik@gmail.com",
1023
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1024
- "html_url": "https://github.com/sferik",
1025
- "location": "San Francisco",
1026
- "login": "sferik",
1027
- "name": "Erik Michaels-Ober",
1028
- "type": "User",
1029
- "url": "https://api.github.com/users/sferik"
1030
- },
1031
- "description": "",
1032
- "due_on": "2011-12-01T08:00:00Z",
1033
- "number": 6,
1034
- "open_issues": 8,
1035
- "state": "open",
1036
- "title": "0.2",
1037
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/6"
1038
- },
1039
- "number": 331,
1040
- "pull_request": {
1041
- "diff_url": null,
1042
- "html_url": null,
1043
- "patch_url": null
1044
- },
1045
- "state": "open",
1046
- "title": "Ability To Search Over Dates",
1047
- "updated_at": "2011-04-10T02:54:20Z",
1048
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/331",
1049
- "user": {
1050
- "blog": "http://teamer.net",
1051
- "company": "teamer.net",
1052
- "created_at": "2010-03-12T14:01:44Z",
1053
- "email": null,
1054
- "gravatar_url": "https://secure.gravatar.com/avatar/c4d366fe45c7abc95aaa06e4d3d51545?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1055
- "html_url": "https://github.com/kristyan",
1056
- "location": "Dublin ",
1057
- "login": "kristyan",
1058
- "name": "Kristyan Connolly",
1059
- "type": "User",
1060
- "url": "https://api.github.com/users/kristyan"
1061
- }
1062
- },
1063
- {
1064
- "assignee": null,
1065
- "body": "Sometimes a model can't be destroyed with a delete sql statement, it only requires an update on a field named like 'removed' or 'disabled'.\n\n",
1066
- "closed_at": null,
1067
- "comments": 4,
1068
- "created_at": "2011-03-17T20:21:37Z",
1069
- "html_url": "https://github.com/sferik/rails_admin/issues/326",
1070
- "labels": [
1071
- {
1072
- "color": "9cf098",
1073
- "name": "enhancement",
1074
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/enhancement"
1075
- },
1076
- {
1077
- "color": "ca9cff",
1078
- "name": "extension",
1079
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/extension"
1080
- }
1081
- ],
1082
- "milestone": null,
1083
- "number": 326,
1084
- "pull_request": {
1085
- "diff_url": "https://github.com/sferik/rails_admin/pull/326.diff",
1086
- "html_url": "https://github.com/sferik/rails_admin/pull/326",
1087
- "patch_url": "https://github.com/sferik/rails_admin/pull/326.patch"
1088
- },
1089
- "state": "open",
1090
- "title": "Adding support for custom destroy methods on models",
1091
- "updated_at": "2011-03-29T08:07:17Z",
1092
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/326",
1093
- "user": {
1094
- "blog": null,
1095
- "company": "moove-it",
1096
- "created_at": "2009-04-13T01:27:57Z",
1097
- "email": null,
1098
- "gravatar_url": "https://secure.gravatar.com/avatar/f9e2fd650facaeab7e3a72472941f2af?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1099
- "html_url": "https://github.com/snmgian",
1100
- "location": "MVD Uruguay",
1101
- "login": "snmgian",
1102
- "name": "gian",
1103
- "type": "User",
1104
- "url": "https://api.github.com/users/snmgian"
1105
- }
1106
- },
1107
- {
1108
- "assignee": null,
1109
- "body": "I've just updated to the current HEAD and localization is gone. Bisecting from c43dabf8956c767562065c397db4095e488ae687 I found that commit d036623ea79f49cdb49a32688b0e0354178b628e seems to be the culprit.\r\n\r\nAnyone else? Maybe I missed some step when updating?",
1110
- "closed_at": null,
1111
- "comments": 7,
1112
- "created_at": "2011-03-16T07:40:46Z",
1113
- "html_url": "https://github.com/sferik/rails_admin/issues/323",
1114
- "labels": [
1115
- {
1116
- "color": "ff9c9c",
1117
- "name": "bug",
1118
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
1119
- },
1120
- {
1121
- "color": "ffd4bd",
1122
- "name": "i18n",
1123
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/i18n"
1124
- }
1125
- ],
1126
- "milestone": {
1127
- "closed_issues": 4,
1128
- "created_at": "2011-04-10T02:44:04Z",
1129
- "creator": {
1130
- "blog": "http://twitter.com/sferik",
1131
- "company": "Code for America",
1132
- "created_at": "2008-05-14T20:36:12Z",
1133
- "email": "sferik@gmail.com",
1134
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1135
- "html_url": "https://github.com/sferik",
1136
- "location": "San Francisco",
1137
- "login": "sferik",
1138
- "name": "Erik Michaels-Ober",
1139
- "type": "User",
1140
- "url": "https://api.github.com/users/sferik"
1141
- },
1142
- "description": "The first gem release",
1143
- "due_on": "2011-08-01T07:00:00Z",
1144
- "number": 4,
1145
- "open_issues": 26,
1146
- "state": "open",
1147
- "title": "0.0",
1148
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
1149
- },
1150
- "number": 323,
1151
- "pull_request": {
1152
- "diff_url": null,
1153
- "html_url": null,
1154
- "patch_url": null
1155
- },
1156
- "state": "open",
1157
- "title": "Broken localization?",
1158
- "updated_at": "2011-04-10T02:55:44Z",
1159
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/323",
1160
- "user": {
1161
- "blog": "http://baldowl.github.com",
1162
- "company": null,
1163
- "created_at": "2008-07-08T06:38:10Z",
1164
- "email": null,
1165
- "gravatar_url": "https://secure.gravatar.com/avatar/4a7070e4dc250fc62726d0de31cc33cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1166
- "html_url": "https://github.com/baldowl",
1167
- "location": "Italy",
1168
- "login": "baldowl",
1169
- "name": "Emanuele Vicentini",
1170
- "type": "User",
1171
- "url": "https://api.github.com/users/baldowl"
1172
- }
1173
- },
1174
- {
1175
- "assignee": null,
1176
- "body": "I've put up a repo with some mockups at: https://github.com/gunn/rails_admin-prototypes/\r\n\r\nThe idea would be to base this on the current jquery branch, and modify the markup to be consistent with what the [web-app-theme project](https://github.com/pilu/web-app-theme) provides. This would make us compatible with a few nice css / js themes in addition to the one shown in my mockups.\r\n\r\nWhat do people think?",
1177
- "closed_at": null,
1178
- "comments": 20,
1179
- "created_at": "2011-03-12T02:45:13Z",
1180
- "html_url": "https://github.com/sferik/rails_admin/issues/317",
1181
- "labels": [
1182
- {
1183
- "color": "9cf098",
1184
- "name": "enhancement",
1185
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/enhancement"
1186
- }
1187
- ],
1188
- "milestone": {
1189
- "closed_issues": 4,
1190
- "created_at": "2011-04-10T02:44:04Z",
1191
- "creator": {
1192
- "blog": "http://twitter.com/sferik",
1193
- "company": "Code for America",
1194
- "created_at": "2008-05-14T20:36:12Z",
1195
- "email": "sferik@gmail.com",
1196
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1197
- "html_url": "https://github.com/sferik",
1198
- "location": "San Francisco",
1199
- "login": "sferik",
1200
- "name": "Erik Michaels-Ober",
1201
- "type": "User",
1202
- "url": "https://api.github.com/users/sferik"
1203
- },
1204
- "description": "The first gem release",
1205
- "due_on": "2011-08-01T07:00:00Z",
1206
- "number": 4,
1207
- "open_issues": 26,
1208
- "state": "open",
1209
- "title": "0.0",
1210
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
1211
- },
1212
- "number": 317,
1213
- "pull_request": {
1214
- "diff_url": null,
1215
- "html_url": null,
1216
- "patch_url": null
1217
- },
1218
- "state": "open",
1219
- "title": "Rails Admin should be prettier.",
1220
- "updated_at": "2011-04-10T02:55:44Z",
1221
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/317",
1222
- "user": {
1223
- "blog": null,
1224
- "company": null,
1225
- "created_at": "2008-12-24T14:56:57Z",
1226
- "email": "arthur@gunn.co.nz",
1227
- "gravatar_url": "https://secure.gravatar.com/avatar/67c0c5d4a82a8b28405d2fe4f581cc65?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1228
- "html_url": "https://github.com/gunn",
1229
- "location": "Dunedin, New Zealand",
1230
- "login": "gunn",
1231
- "name": "Arthur Gunn",
1232
- "type": "User",
1233
- "url": "https://api.github.com/users/gunn"
1234
- }
1235
- },
1236
- {
1237
- "assignee": null,
1238
- "body": "I needed to be able to specify the order of Navigation tabs. I coded this on rails_admin.rb initializer:\n\n # order navigation tabs (0 the last)\n # example:\n # \n # config.model Offer do \n # navigation.order = 10\n # end\n #\n module RailsAdmin\n module Config\n module Sections\n class Navigation\n attr_accessor :order\n @order = 0\n\n def self.visible_models\n RailsAdmin::Config.models.select {|m| m.navigation.visible? }.sort do |a,b|\n a.navigation.order ||= 0\n b.navigation.order ||= 0\n b.navigation.order <=> a.navigation.order\n end\n end\n end\n end\n end\n end\n\nHope it helps someone. Maybe someday this functionality will be aded to rails_admin. It would have to be implemented in some other way, so this code really doesn't help at all, but it works for me in the meanwhile.",
1239
- "closed_at": null,
1240
- "comments": 4,
1241
- "created_at": "2011-03-11T09:49:15Z",
1242
- "html_url": "https://github.com/sferik/rails_admin/issues/314",
1243
- "labels": [
1244
- {
1245
- "color": "9cf098",
1246
- "name": "enhancement",
1247
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/enhancement"
1248
- }
1249
- ],
1250
- "milestone": {
1251
- "closed_issues": 0,
1252
- "created_at": "2011-04-10T02:44:58Z",
1253
- "creator": {
1254
- "blog": "http://twitter.com/sferik",
1255
- "company": "Code for America",
1256
- "created_at": "2008-05-14T20:36:12Z",
1257
- "email": "sferik@gmail.com",
1258
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1259
- "html_url": "https://github.com/sferik",
1260
- "location": "San Francisco",
1261
- "login": "sferik",
1262
- "name": "Erik Michaels-Ober",
1263
- "type": "User",
1264
- "url": "https://api.github.com/users/sferik"
1265
- },
1266
- "description": "A release for things that don't need to make it into the first release but are still important",
1267
- "due_on": "2011-10-01T07:00:00Z",
1268
- "number": 5,
1269
- "open_issues": 6,
1270
- "state": "open",
1271
- "title": "0.1",
1272
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/5"
1273
- },
1274
- "number": 314,
1275
- "pull_request": {
1276
- "diff_url": null,
1277
- "html_url": null,
1278
- "patch_url": null
1279
- },
1280
- "state": "open",
1281
- "title": "Navigation tab order",
1282
- "updated_at": "2011-04-19T10:45:20Z",
1283
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/314",
1284
- "user": {
1285
- "blog": "http://www.elpulgardelpanda.com",
1286
- "company": "El pulgar del panda, tecnolog\u00eda web creativa.",
1287
- "created_at": "2008-04-15T04:06:39Z",
1288
- "email": "tech@elpulgardelpanda.com",
1289
- "gravatar_url": "https://secure.gravatar.com/avatar/0cc22d068bb10e47f74bcce06ea93431?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1290
- "html_url": "https://github.com/epdp",
1291
- "location": "Barcelona",
1292
- "login": "epdp",
1293
- "name": "Rafa de Bofarull",
1294
- "type": "User",
1295
- "url": "https://api.github.com/users/epdp"
1296
- }
1297
- },
1298
- {
1299
- "assignee": null,
1300
- "body": "There does not appear to be a partial called _file_upload.html.erb to render a file upload field, Is there a reason for this?",
1301
- "closed_at": null,
1302
- "comments": 0,
1303
- "created_at": "2011-02-23T18:17:37Z",
1304
- "html_url": "https://github.com/sferik/rails_admin/issues/296",
1305
- "labels": [
1306
- {
1307
- "color": "ff9c9c",
1308
- "name": "bug",
1309
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
1310
- }
1311
- ],
1312
- "milestone": {
1313
- "closed_issues": 4,
1314
- "created_at": "2011-04-10T02:44:04Z",
1315
- "creator": {
1316
- "blog": "http://twitter.com/sferik",
1317
- "company": "Code for America",
1318
- "created_at": "2008-05-14T20:36:12Z",
1319
- "email": "sferik@gmail.com",
1320
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1321
- "html_url": "https://github.com/sferik",
1322
- "location": "San Francisco",
1323
- "login": "sferik",
1324
- "name": "Erik Michaels-Ober",
1325
- "type": "User",
1326
- "url": "https://api.github.com/users/sferik"
1327
- },
1328
- "description": "The first gem release",
1329
- "due_on": "2011-08-01T07:00:00Z",
1330
- "number": 4,
1331
- "open_issues": 26,
1332
- "state": "open",
1333
- "title": "0.0",
1334
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
1335
- },
1336
- "number": 296,
1337
- "pull_request": {
1338
- "diff_url": null,
1339
- "html_url": null,
1340
- "patch_url": null
1341
- },
1342
- "state": "open",
1343
- "title": "file_upload field",
1344
- "updated_at": "2011-04-10T02:55:44Z",
1345
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/296",
1346
- "user": {
1347
- "blog": "http://teamer.net",
1348
- "company": "teamer.net",
1349
- "created_at": "2010-03-12T14:01:44Z",
1350
- "email": null,
1351
- "gravatar_url": "https://secure.gravatar.com/avatar/c4d366fe45c7abc95aaa06e4d3d51545?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1352
- "html_url": "https://github.com/kristyan",
1353
- "location": "Dublin ",
1354
- "login": "kristyan",
1355
- "name": "Kristyan Connolly",
1356
- "type": "User",
1357
- "url": "https://api.github.com/users/kristyan"
1358
- }
1359
- },
1360
- {
1361
- "assignee": null,
1362
- "body": "Hi,\r\nI have overwritten method permission_denied of declarative_authorization in my application_controller with following code\r\n\r\n def permission_denied \r\n render_403 \r\n end \r\n def render_403 \r\n render_error(403) \r\n end \r\n def render_error(status_code) \r\n render :file => \"#{Rails.root}/public/ \r\n #{status_code}.html\", :status => status_code, :layout => false \r\n end \r\n\r\non attempt to access /admin/ url without admin rights everytime i see following error:\r\n\r\n NoMethodError in Rails admin/mainController#index \r\n undefined method `update' for nil:NilClass \r\n\r\nCould you please check you plugin for this issue?",
1363
- "closed_at": null,
1364
- "comments": 0,
1365
- "created_at": "2011-02-17T20:06:12Z",
1366
- "html_url": "https://github.com/sferik/rails_admin/issues/291",
1367
- "labels": [
1368
- {
1369
- "color": "ff9c9c",
1370
- "name": "bug",
1371
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
1372
- }
1373
- ],
1374
- "milestone": null,
1375
- "number": 291,
1376
- "pull_request": {
1377
- "diff_url": null,
1378
- "html_url": null,
1379
- "patch_url": null
1380
- },
1381
- "state": "open",
1382
- "title": "permission_denied method causes error",
1383
- "updated_at": "2011-02-21T22:46:48Z",
1384
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/291",
1385
- "user": {
1386
- "blog": "http://alec-c4.com",
1387
- "company": "CyberBerry",
1388
- "created_at": "2008-09-19T07:47:03Z",
1389
- "email": "alec@alec-c4.com",
1390
- "gravatar_url": "https://secure.gravatar.com/avatar/561f6b93e60563dabb66fb9802d06fa3?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1391
- "html_url": "https://github.com/alec-c4",
1392
- "location": "Moscow, Russia",
1393
- "login": "alec-c4",
1394
- "name": "Alexey Poimtsev",
1395
- "type": "User",
1396
- "url": "https://api.github.com/users/alec-c4"
1397
- }
1398
- },
1399
- {
1400
- "assignee": null,
1401
- "body": "initializers/rails_admin.rb\n\n<pre>\nconfig.model Competition do\nend\n</pre>\n\nthen \n\n<pre>\nrake db:drop\nrake db:create\nrake db:migrate\n</pre>\n\nIn fact any rake task (which loads the environment) whic is run after dropping the database fails. This would appear to be because \"config.model\" needs to call Competition, I assume to get a list of database fields, and because the competitions table does not exist ActiveRecord raises an exception.\n\nThe solution I am using so far is to wrap the config.model block like so:\n\n<pre>\nif defined? Competition\n config.model Competition\n end\nend\n</pre>\n\nRuby 1.9.2\nRails 3.0.3\nrails_admin HEAD\n\n",
1402
- "closed_at": null,
1403
- "comments": 3,
1404
- "created_at": "2011-02-16T20:19:12Z",
1405
- "html_url": "https://github.com/sferik/rails_admin/issues/289",
1406
- "labels": [
1407
- {
1408
- "color": "ff9c9c",
1409
- "name": "bug",
1410
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
1411
- }
1412
- ],
1413
- "milestone": {
1414
- "closed_issues": 4,
1415
- "created_at": "2011-04-10T02:44:04Z",
1416
- "creator": {
1417
- "blog": "http://twitter.com/sferik",
1418
- "company": "Code for America",
1419
- "created_at": "2008-05-14T20:36:12Z",
1420
- "email": "sferik@gmail.com",
1421
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1422
- "html_url": "https://github.com/sferik",
1423
- "location": "San Francisco",
1424
- "login": "sferik",
1425
- "name": "Erik Michaels-Ober",
1426
- "type": "User",
1427
- "url": "https://api.github.com/users/sferik"
1428
- },
1429
- "description": "The first gem release",
1430
- "due_on": "2011-08-01T07:00:00Z",
1431
- "number": 4,
1432
- "open_issues": 26,
1433
- "state": "open",
1434
- "title": "0.0",
1435
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/4"
1436
- },
1437
- "number": 289,
1438
- "pull_request": {
1439
- "diff_url": null,
1440
- "html_url": null,
1441
- "patch_url": null
1442
- },
1443
- "state": "open",
1444
- "title": "\"config.model\" raises \"table doesn't exist\" exception if database is dropped",
1445
- "updated_at": "2011-04-27T18:30:48Z",
1446
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/289",
1447
- "user": {
1448
- "blog": "interkonect.com",
1449
- "company": "Interkonect Services UK Limited",
1450
- "created_at": "2009-03-23T17:19:15Z",
1451
- "email": "",
1452
- "gravatar_url": "https://secure.gravatar.com/avatar/57053c3320e9426dda3909868cd46947?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1453
- "html_url": "https://github.com/krisleech",
1454
- "location": "Nottingham, UK",
1455
- "login": "krisleech",
1456
- "name": "Kris Leech",
1457
- "type": "User",
1458
- "url": "https://api.github.com/users/krisleech"
1459
- }
1460
- },
1461
- {
1462
- "assignee": null,
1463
- "body": "This is related to [rails issue](https://rails.lighthouseapp.com/projects/8994/tickets/6217-has_many-through-associations-are-created-with-create-even-if-the-parent-is-created-with-create)\r\n\r\nIf I have a model\r\n\r\n class Course\r\n has_many :registrations\r\n has_many :students, :through => :registrations\r\n end\r\n\r\nand the model \r\n\r\n\r\n class Registration\r\n validate :number_of_courses, :on_create\r\n attr_readonly :student, :course\r\n \r\n def number_of_courses\r\n if student.courses.size >= MAXIMUM_NUMBER_OF_COURSES_PER_STUDENT\r\n false\r\n else\r\n true\r\n end\r\n end\r\n end\r\n\r\nnow within the rails admin UI if I add more than 5 courses to\r\na student instead of getting a nice error message I get a backtrace \r\nerror returned.\r\n\r\nThe reason for this is at\r\n\r\n\r\n ----------------------\r\n /app/controllers/rails_admin/main_controller.rb\r\n ----------------------\r\n 85 if @object.save\r\n 86 AbstractHistory.create_update_history @abstract_model, @object, @cached_assocations_hash, associations_hash, @modified_assoc, @old_object, _current_user\r\n 87 redirect_to_on_success\r\n 88 else\r\n 89 render_error :edit\r\n 90 end\r\n\r\n\r\n@object.save should return false if the validations fail. However as it is one of\r\nthe validations on the associated Registration objects that fail as they are\r\ncreated automagically an exception is thrown where none is expected.\r\n\r\nThis may be a Rails bug but you probably need a work around in railsadmin\r\n\r\nRegards\r\n\r\nBrad\r\n\r\n",
1464
- "closed_at": null,
1465
- "comments": 0,
1466
- "created_at": "2011-02-12T07:17:45Z",
1467
- "html_url": "https://github.com/sferik/rails_admin/issues/281",
1468
- "labels": [
1469
- {
1470
- "color": "ff9c9c",
1471
- "name": "bug",
1472
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
1473
- }
1474
- ],
1475
- "milestone": null,
1476
- "number": 281,
1477
- "pull_request": {
1478
- "diff_url": null,
1479
- "html_url": null,
1480
- "patch_url": null
1481
- },
1482
- "state": "open",
1483
- "title": "validation errors on join model in has_many :through => .... causes backtrace",
1484
- "updated_at": "2011-02-12T07:17:45Z",
1485
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/281",
1486
- "user": {
1487
- "blog": "xtargets.com",
1488
- "company": "XTargets",
1489
- "created_at": "2008-07-21T06:42:34Z",
1490
- "email": "bradphelan@xtargets.com",
1491
- "gravatar_url": "https://secure.gravatar.com/avatar/53f7def58ca1dfdc13369dfd5e2aaace?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1492
- "html_url": "https://github.com/bradphelan",
1493
- "location": "Austria",
1494
- "login": "bradphelan",
1495
- "name": "Brad Phelan",
1496
- "type": "User",
1497
- "url": "https://api.github.com/users/bradphelan"
1498
- }
1499
- },
1500
- {
1501
- "assignee": null,
1502
- "body": "I've added the ckeditor to some fields for admim, running at local host it works well but when I deploied the app into heroku, I get an error 'undefined method 'ckeditor''.\r\n\r\nhttps://github.com/fellix/rollingblog/blob/master/config/initializers/rails_admin.rb\r\n\r\nI comment the code below, and the app is running now, I can't use ckeditor at heroku?\r\nAnyone else have the same error?",
1503
- "closed_at": null,
1504
- "comments": 10,
1505
- "created_at": "2011-02-09T10:15:12Z",
1506
- "html_url": "https://github.com/sferik/rails_admin/issues/279",
1507
- "labels": [
1508
- {
1509
- "color": "ff9c9c",
1510
- "name": "bug",
1511
- "url": "https://api.github.com/repos/sferik/rails_admin/labels/bug"
1512
- }
1513
- ],
1514
- "milestone": {
1515
- "closed_issues": 0,
1516
- "created_at": "2011-04-10T02:44:58Z",
1517
- "creator": {
1518
- "blog": "http://twitter.com/sferik",
1519
- "company": "Code for America",
1520
- "created_at": "2008-05-14T20:36:12Z",
1521
- "email": "sferik@gmail.com",
1522
- "gravatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1523
- "html_url": "https://github.com/sferik",
1524
- "location": "San Francisco",
1525
- "login": "sferik",
1526
- "name": "Erik Michaels-Ober",
1527
- "type": "User",
1528
- "url": "https://api.github.com/users/sferik"
1529
- },
1530
- "description": "A release for things that don't need to make it into the first release but are still important",
1531
- "due_on": "2011-10-01T07:00:00Z",
1532
- "number": 5,
1533
- "open_issues": 6,
1534
- "state": "open",
1535
- "title": "0.1",
1536
- "url": "https://api.github.com/repos/sferik/rails_admin/milestones/5"
1537
- },
1538
- "number": 279,
1539
- "pull_request": {
1540
- "diff_url": null,
1541
- "html_url": null,
1542
- "patch_url": null
1543
- },
1544
- "state": "open",
1545
- "title": "Error deploing at Heroku with ckeditor",
1546
- "updated_at": "2011-04-10T02:54:51Z",
1547
- "url": "https://api.github.com/repos/sferik/rails_admin/issues/279",
1548
- "user": {
1549
- "blog": "http://blog.rollingwithcode.com/",
1550
- "company": "",
1551
- "created_at": "2008-10-16T13:22:10Z",
1552
- "email": "felix.rafael@gmail.com",
1553
- "gravatar_url": "https://secure.gravatar.com/avatar/a70aa5d32b9c30f1f9c94d0ae47093ac?s=30&d=https://d3nwyuy0nl342s.cloudfront.net%2Fimages%2Fgravatars%2Fgravatar-140.png",
1554
- "html_url": "https://github.com/fellix",
1555
- "location": "Brasil",
1556
- "login": "fellix",
1557
- "name": "Rafael Felix",
1558
- "type": "User",
1559
- "url": "https://api.github.com/users/fellix"
1560
- }
1561
- }
1562
- ]