bugherd 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.md +29 -0
  3. data/Rakefile +38 -0
  4. data/lib/bugherd.rb +17 -0
  5. data/lib/bugherd/configuration.rb +11 -0
  6. data/lib/bugherd/helpers/bugherd_helper.rb +15 -0
  7. data/lib/bugherd/railtie.rb +9 -0
  8. data/lib/bugherd/version.rb +3 -0
  9. data/lib/tasks/bugherd_tasks.rake +4 -0
  10. data/test/bugherd_test.rb +18 -0
  11. data/test/dummy/README.rdoc +261 -0
  12. data/test/dummy/Rakefile +7 -0
  13. data/test/dummy/app/assets/javascripts/application.js +15 -0
  14. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  15. data/test/dummy/app/controllers/application_controller.rb +3 -0
  16. data/test/dummy/app/controllers/main_controller.rb +2 -0
  17. data/test/dummy/app/helpers/application_helper.rb +2 -0
  18. data/test/dummy/app/views/layouts/application.html.erb +15 -0
  19. data/test/dummy/app/views/main/index.html.erb +1 -0
  20. data/test/dummy/config.ru +4 -0
  21. data/test/dummy/config/application.rb +59 -0
  22. data/test/dummy/config/boot.rb +10 -0
  23. data/test/dummy/config/database.yml +25 -0
  24. data/test/dummy/config/environment.rb +5 -0
  25. data/test/dummy/config/environments/development.rb +37 -0
  26. data/test/dummy/config/environments/production.rb +67 -0
  27. data/test/dummy/config/environments/test.rb +37 -0
  28. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  29. data/test/dummy/config/initializers/bugherd.rb +3 -0
  30. data/test/dummy/config/initializers/inflections.rb +15 -0
  31. data/test/dummy/config/initializers/mime_types.rb +5 -0
  32. data/test/dummy/config/initializers/secret_token.rb +7 -0
  33. data/test/dummy/config/initializers/session_store.rb +8 -0
  34. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  35. data/test/dummy/config/locales/en.yml +5 -0
  36. data/test/dummy/config/routes.rb +58 -0
  37. data/test/dummy/db/test.sqlite3 +0 -0
  38. data/test/dummy/log/test.log +165 -0
  39. data/test/dummy/public/404.html +26 -0
  40. data/test/dummy/public/422.html +26 -0
  41. data/test/dummy/public/500.html +25 -0
  42. data/test/dummy/public/favicon.ico +0 -0
  43. data/test/dummy/script/rails +6 -0
  44. data/test/test_helper.rb +15 -0
  45. metadata +162 -0
File without changes
@@ -0,0 +1,165 @@
1
+ Connecting to database specified by database.yml
2
+  (0.3ms) begin transaction
3
+  (0.0ms) rollback transaction
4
+ Connecting to database specified by database.yml
5
+  (0.3ms) begin transaction
6
+  (0.0ms) rollback transaction
7
+ Connecting to database specified by database.yml
8
+  (0.3ms) begin transaction
9
+  (0.0ms) rollback transaction
10
+ Connecting to database specified by database.yml
11
+  (0.3ms) begin transaction
12
+  (0.0ms) rollback transaction
13
+ Connecting to database specified by database.yml
14
+  (0.2ms) begin transaction
15
+  (0.0ms) rollback transaction
16
+  (0.0ms) begin transaction
17
+  (0.0ms) rollback transaction
18
+ Connecting to database specified by database.yml
19
+  (0.2ms) begin transaction
20
+  (0.0ms) rollback transaction
21
+  (0.0ms) begin transaction
22
+  (0.0ms) rollback transaction
23
+ Connecting to database specified by database.yml
24
+  (0.2ms) begin transaction
25
+  (0.0ms) rollback transaction
26
+  (0.0ms) begin transaction
27
+  (0.0ms) rollback transaction
28
+ Connecting to database specified by database.yml
29
+  (0.2ms) begin transaction
30
+  (0.0ms) rollback transaction
31
+  (0.0ms) begin transaction
32
+  (0.0ms) rollback transaction
33
+ Connecting to database specified by database.yml
34
+  (0.2ms) begin transaction
35
+  (0.0ms) rollback transaction
36
+  (0.0ms) begin transaction
37
+  (0.0ms) rollback transaction
38
+ Connecting to database specified by database.yml
39
+  (0.2ms) begin transaction
40
+ Processing by MainController#index as HTML
41
+ Rendered text template (0.0ms)
42
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
43
+  (0.1ms) rollback transaction
44
+  (0.0ms) begin transaction
45
+  (0.0ms) rollback transaction
46
+ Connecting to database specified by database.yml
47
+  (0.2ms) begin transaction
48
+ Processing by MainController#index as HTML
49
+ Rendered text template (0.0ms)
50
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
51
+  (0.1ms) rollback transaction
52
+  (0.0ms) begin transaction
53
+  (0.0ms) rollback transaction
54
+ Connecting to database specified by database.yml
55
+  (0.2ms) begin transaction
56
+ Processing by MainController#index as HTML
57
+ Rendered text template (0.0ms)
58
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
59
+  (0.1ms) rollback transaction
60
+  (0.0ms) begin transaction
61
+  (0.0ms) rollback transaction
62
+ Connecting to database specified by database.yml
63
+  (0.2ms) begin transaction
64
+ Processing by MainController#index as HTML
65
+ Rendered text template (0.0ms)
66
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
67
+  (0.0ms) rollback transaction
68
+  (0.0ms) begin transaction
69
+  (0.0ms) rollback transaction
70
+ Connecting to database specified by database.yml
71
+  (0.2ms) begin transaction
72
+ Processing by MainController#index as HTML
73
+ Rendered main/index.html.erb within layouts/application (1.1ms)
74
+ Completed 500 Internal Server Error in 14ms
75
+  (0.1ms) rollback transaction
76
+  (0.0ms) begin transaction
77
+  (0.0ms) rollback transaction
78
+ Connecting to database specified by database.yml
79
+  (0.2ms) begin transaction
80
+ Processing by MainController#index as HTML
81
+ Rendered main/index.html.erb within layouts/application (1.2ms)
82
+ Completed 500 Internal Server Error in 16ms
83
+  (0.0ms) rollback transaction
84
+  (0.0ms) begin transaction
85
+  (0.0ms) rollback transaction
86
+ Connecting to database specified by database.yml
87
+  (0.2ms) begin transaction
88
+ Processing by MainController#index as HTML
89
+ Rendered main/index.html.erb within layouts/application (1.2ms)
90
+ Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
91
+  (0.1ms) rollback transaction
92
+  (0.0ms) begin transaction
93
+  (0.0ms) rollback transaction
94
+ Connecting to database specified by database.yml
95
+  (0.2ms) begin transaction
96
+ Processing by MainController#index as HTML
97
+ Rendered main/index.html.erb within layouts/application (1.2ms)
98
+ Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
99
+  (0.1ms) rollback transaction
100
+  (0.0ms) begin transaction
101
+  (0.0ms) rollback transaction
102
+ Connecting to database specified by database.yml
103
+  (0.2ms) begin transaction
104
+ Processing by MainController#index as HTML
105
+ Rendered main/index.html.erb within layouts/application (1.2ms)
106
+ Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
107
+  (0.1ms) rollback transaction
108
+  (0.0ms) begin transaction
109
+  (0.0ms) rollback transaction
110
+ Connecting to database specified by database.yml
111
+  (0.2ms) begin transaction
112
+ Processing by MainController#index as HTML
113
+ Rendered main/index.html.erb within layouts/application (1.2ms)
114
+ Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
115
+  (0.1ms) rollback transaction
116
+  (0.0ms) begin transaction
117
+  (0.0ms) rollback transaction
118
+ Connecting to database specified by database.yml
119
+  (0.2ms) begin transaction
120
+ Processing by MainController#index as HTML
121
+ Rendered main/index.html.erb within layouts/application (1.2ms)
122
+ Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
123
+  (0.1ms) rollback transaction
124
+  (0.0ms) begin transaction
125
+  (0.0ms) rollback transaction
126
+ Connecting to database specified by database.yml
127
+  (0.2ms) begin transaction
128
+ Processing by MainController#index as HTML
129
+ Rendered main/index.html.erb within layouts/application (1.2ms)
130
+ Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
131
+  (0.1ms) rollback transaction
132
+  (0.0ms) begin transaction
133
+  (0.0ms) rollback transaction
134
+ Connecting to database specified by database.yml
135
+  (0.2ms) begin transaction
136
+ Processing by MainController#index as HTML
137
+ Rendered main/index.html.erb within layouts/application (1.2ms)
138
+ Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
139
+  (0.1ms) rollback transaction
140
+  (0.0ms) begin transaction
141
+  (0.0ms) rollback transaction
142
+ Connecting to database specified by database.yml
143
+  (0.3ms) begin transaction
144
+ Processing by MainController#index as HTML
145
+ Rendered main/index.html.erb within layouts/application (1.2ms)
146
+ Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
147
+  (0.1ms) rollback transaction
148
+  (0.0ms) begin transaction
149
+  (0.0ms) rollback transaction
150
+ Connecting to database specified by database.yml
151
+  (0.2ms) begin transaction
152
+ Processing by MainController#index as HTML
153
+ Rendered main/index.html.erb within layouts/application (1.2ms)
154
+ Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
155
+  (0.1ms) rollback transaction
156
+  (0.0ms) begin transaction
157
+  (0.0ms) rollback transaction
158
+ Connecting to database specified by database.yml
159
+  (0.2ms) begin transaction
160
+ Processing by MainController#index as HTML
161
+ Rendered main/index.html.erb within layouts/application (1.5ms)
162
+ Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
163
+  (0.1ms) rollback transaction
164
+  (0.0ms) begin transaction
165
+  (0.0ms) rollback transaction
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/404.html -->
21
+ <div class="dialog">
22
+ <h1>The page you were looking for doesn't exist.</h1>
23
+ <p>You may have mistyped the address or the page may have moved.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The change you wanted was rejected (422)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/422.html -->
21
+ <div class="dialog">
22
+ <h1>The change you wanted was rejected.</h1>
23
+ <p>Maybe you tried to change something you didn't have access to.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,25 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>We're sorry, but something went wrong (500)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/500.html -->
21
+ <div class="dialog">
22
+ <h1>We're sorry, but something went wrong.</h1>
23
+ </div>
24
+ </body>
25
+ </html>
File without changes
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
+
4
+ APP_PATH = File.expand_path('../../config/application', __FILE__)
5
+ require File.expand_path('../../config/boot', __FILE__)
6
+ require 'rails/commands'
@@ -0,0 +1,15 @@
1
+ # Configure Rails Environment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
+ require "rails/test_help"
6
+
7
+ Rails.backtrace_cleaner.remove_silencers!
8
+
9
+ # Load support files
10
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
11
+
12
+ # Load fixtures from the engine
13
+ if ActiveSupport::TestCase.method_defined?(:fixture_path=)
14
+ ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
15
+ end
metadata ADDED
@@ -0,0 +1,162 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bugherd
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Vincent Brendel
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-12-04 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rails
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '3.0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '3.0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: sqlite3
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ description: ''
47
+ email:
48
+ - support@bugherd.com
49
+ executables: []
50
+ extensions: []
51
+ extra_rdoc_files: []
52
+ files:
53
+ - lib/bugherd/configuration.rb
54
+ - lib/bugherd/helpers/bugherd_helper.rb
55
+ - lib/bugherd/railtie.rb
56
+ - lib/bugherd/version.rb
57
+ - lib/bugherd.rb
58
+ - lib/tasks/bugherd_tasks.rake
59
+ - MIT-LICENSE
60
+ - Rakefile
61
+ - README.md
62
+ - test/bugherd_test.rb
63
+ - test/dummy/app/assets/javascripts/application.js
64
+ - test/dummy/app/assets/stylesheets/application.css
65
+ - test/dummy/app/controllers/application_controller.rb
66
+ - test/dummy/app/controllers/main_controller.rb
67
+ - test/dummy/app/helpers/application_helper.rb
68
+ - test/dummy/app/views/layouts/application.html.erb
69
+ - test/dummy/app/views/main/index.html.erb
70
+ - test/dummy/config/application.rb
71
+ - test/dummy/config/boot.rb
72
+ - test/dummy/config/database.yml
73
+ - test/dummy/config/environment.rb
74
+ - test/dummy/config/environments/development.rb
75
+ - test/dummy/config/environments/production.rb
76
+ - test/dummy/config/environments/test.rb
77
+ - test/dummy/config/initializers/backtrace_silencers.rb
78
+ - test/dummy/config/initializers/bugherd.rb
79
+ - test/dummy/config/initializers/inflections.rb
80
+ - test/dummy/config/initializers/mime_types.rb
81
+ - test/dummy/config/initializers/secret_token.rb
82
+ - test/dummy/config/initializers/session_store.rb
83
+ - test/dummy/config/initializers/wrap_parameters.rb
84
+ - test/dummy/config/locales/en.yml
85
+ - test/dummy/config/routes.rb
86
+ - test/dummy/config.ru
87
+ - test/dummy/db/test.sqlite3
88
+ - test/dummy/log/test.log
89
+ - test/dummy/public/404.html
90
+ - test/dummy/public/422.html
91
+ - test/dummy/public/500.html
92
+ - test/dummy/public/favicon.ico
93
+ - test/dummy/Rakefile
94
+ - test/dummy/README.rdoc
95
+ - test/dummy/script/rails
96
+ - test/test_helper.rb
97
+ homepage: http://www.bugherd.com
98
+ licenses: []
99
+ post_install_message:
100
+ rdoc_options: []
101
+ require_paths:
102
+ - lib
103
+ required_ruby_version: !ruby/object:Gem::Requirement
104
+ none: false
105
+ requirements:
106
+ - - ! '>='
107
+ - !ruby/object:Gem::Version
108
+ version: '0'
109
+ segments:
110
+ - 0
111
+ hash: 1290492949082979729
112
+ required_rubygems_version: !ruby/object:Gem::Requirement
113
+ none: false
114
+ requirements:
115
+ - - ! '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ segments:
119
+ - 0
120
+ hash: 1290492949082979729
121
+ requirements: []
122
+ rubyforge_project:
123
+ rubygems_version: 1.8.24
124
+ signing_key:
125
+ specification_version: 3
126
+ summary: Quick way to add BugHerd to your Rails project!
127
+ test_files:
128
+ - test/bugherd_test.rb
129
+ - test/dummy/app/assets/javascripts/application.js
130
+ - test/dummy/app/assets/stylesheets/application.css
131
+ - test/dummy/app/controllers/application_controller.rb
132
+ - test/dummy/app/controllers/main_controller.rb
133
+ - test/dummy/app/helpers/application_helper.rb
134
+ - test/dummy/app/views/layouts/application.html.erb
135
+ - test/dummy/app/views/main/index.html.erb
136
+ - test/dummy/config/application.rb
137
+ - test/dummy/config/boot.rb
138
+ - test/dummy/config/database.yml
139
+ - test/dummy/config/environment.rb
140
+ - test/dummy/config/environments/development.rb
141
+ - test/dummy/config/environments/production.rb
142
+ - test/dummy/config/environments/test.rb
143
+ - test/dummy/config/initializers/backtrace_silencers.rb
144
+ - test/dummy/config/initializers/bugherd.rb
145
+ - test/dummy/config/initializers/inflections.rb
146
+ - test/dummy/config/initializers/mime_types.rb
147
+ - test/dummy/config/initializers/secret_token.rb
148
+ - test/dummy/config/initializers/session_store.rb
149
+ - test/dummy/config/initializers/wrap_parameters.rb
150
+ - test/dummy/config/locales/en.yml
151
+ - test/dummy/config/routes.rb
152
+ - test/dummy/config.ru
153
+ - test/dummy/db/test.sqlite3
154
+ - test/dummy/log/test.log
155
+ - test/dummy/public/404.html
156
+ - test/dummy/public/422.html
157
+ - test/dummy/public/500.html
158
+ - test/dummy/public/favicon.ico
159
+ - test/dummy/Rakefile
160
+ - test/dummy/README.rdoc
161
+ - test/dummy/script/rails
162
+ - test/test_helper.rb