eventbus 0.0.20 → 0.0.21

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 (107) hide show
  1. metadata +25 -122
  2. data/admin/Gemfile +0 -50
  3. data/admin/Gemfile.lock +0 -141
  4. data/admin/Rakefile +0 -7
  5. data/admin/app/assets/images/rails.png +0 -0
  6. data/admin/app/assets/javascripts/application.js +0 -15
  7. data/admin/app/assets/javascripts/applications.js.coffee +0 -3
  8. data/admin/app/assets/javascripts/message_routes.js.coffee +0 -3
  9. data/admin/app/assets/javascripts/message_types.js.coffee +0 -3
  10. data/admin/app/assets/javascripts/messages.js.coffee +0 -3
  11. data/admin/app/assets/stylesheets/application.css +0 -13
  12. data/admin/app/assets/stylesheets/applications.css.scss +0 -3
  13. data/admin/app/assets/stylesheets/global.css.scss +0 -72
  14. data/admin/app/assets/stylesheets/message_routes.css.scss +0 -3
  15. data/admin/app/assets/stylesheets/message_types.css.scss +0 -3
  16. data/admin/app/assets/stylesheets/messages.css.scss +0 -30
  17. data/admin/app/assets/stylesheets/scaffolds.css.scss +0 -56
  18. data/admin/app/controllers/application_controller.rb +0 -3
  19. data/admin/app/controllers/applications_controller.rb +0 -83
  20. data/admin/app/controllers/message_routes_controller.rb +0 -85
  21. data/admin/app/controllers/message_types_controller.rb +0 -83
  22. data/admin/app/controllers/messages_controller.rb +0 -75
  23. data/admin/app/helpers/application_helper.rb +0 -2
  24. data/admin/app/helpers/applications_helper.rb +0 -2
  25. data/admin/app/helpers/message_routes_helper.rb +0 -2
  26. data/admin/app/helpers/message_types_helper.rb +0 -2
  27. data/admin/app/helpers/messages_helper.rb +0 -2
  28. data/admin/app/models/application.rb +0 -7
  29. data/admin/app/models/message.rb +0 -4
  30. data/admin/app/models/message_route.rb +0 -5
  31. data/admin/app/models/message_type.rb +0 -7
  32. data/admin/app/views/applications/_form.html.haml +0 -27
  33. data/admin/app/views/applications/edit.html.haml +0 -5
  34. data/admin/app/views/applications/index.html.haml +0 -28
  35. data/admin/app/views/applications/new.html.haml +0 -3
  36. data/admin/app/views/applications/show.html.haml +0 -16
  37. data/admin/app/views/layouts/application.html.haml +0 -24
  38. data/admin/app/views/message_routes/_form.html.haml +0 -31
  39. data/admin/app/views/message_routes/edit.html.haml +0 -5
  40. data/admin/app/views/message_routes/index.html.haml +0 -28
  41. data/admin/app/views/message_routes/new.html.haml +0 -3
  42. data/admin/app/views/message_routes/show.html.haml +0 -16
  43. data/admin/app/views/message_types/_form.html.haml +0 -29
  44. data/admin/app/views/message_types/edit.html.haml +0 -5
  45. data/admin/app/views/message_types/index.html.haml +0 -28
  46. data/admin/app/views/message_types/new.html.haml +0 -5
  47. data/admin/app/views/message_types/show.html.haml +0 -17
  48. data/admin/app/views/messages/index.html.haml +0 -48
  49. data/admin/app/views/messages/show.html.haml +0 -45
  50. data/admin/config/application.rb +0 -64
  51. data/admin/config/boot.rb +0 -6
  52. data/admin/config/database.yml +0 -29
  53. data/admin/config/environment.rb +0 -5
  54. data/admin/config/environments/development.rb +0 -37
  55. data/admin/config/environments/production.rb +0 -72
  56. data/admin/config/environments/test.rb +0 -37
  57. data/admin/config/initializers/backtrace_silencers.rb +0 -7
  58. data/admin/config/initializers/inflections.rb +0 -15
  59. data/admin/config/initializers/mime_types.rb +0 -5
  60. data/admin/config/initializers/secret_token.rb +0 -7
  61. data/admin/config/initializers/session_store.rb +0 -8
  62. data/admin/config/initializers/wrap_parameters.rb +0 -14
  63. data/admin/config/locales/en.yml +0 -5
  64. data/admin/config/routes.rb +0 -69
  65. data/admin/config.ru +0 -4
  66. data/admin/db/development.sqlite3-journal +0 -0
  67. data/admin/db/migrate/20120218124300_create_messages.rb +0 -16
  68. data/admin/db/migrate/20120219021535_create_applications.rb +0 -11
  69. data/admin/db/migrate/20120219021806_create_message_types.rb +0 -13
  70. data/admin/db/migrate/20120219021940_create_message_routes.rb +0 -13
  71. data/admin/db/migrate/20120411001040_add_app_id_key_msg_type_id_to_messages.rb +0 -7
  72. data/admin/db/migrate/20120411001823_rename_message_type_to_message_type_name_in_messages.rb +0 -5
  73. data/admin/db/migrate/20120413024953_add_message_guid_to_messages.rb +0 -5
  74. data/admin/db/migrate/20120523112257_add_match_all_errors_to_routes.rb +0 -5
  75. data/admin/db/schema.rb +0 -68
  76. data/admin/db/seeds.rb +0 -7
  77. data/admin/doc/README_FOR_APP +0 -2
  78. data/admin/public/404.html +0 -26
  79. data/admin/public/422.html +0 -26
  80. data/admin/public/500.html +0 -25
  81. data/admin/public/favicon.ico +0 -0
  82. data/admin/public/robots.txt +0 -5
  83. data/admin/script/rails +0 -6
  84. data/admin/script/railsrunner +0 -3
  85. data/admin/test/fixtures/applications.yml +0 -14
  86. data/admin/test/fixtures/message_routes.yml +0 -11
  87. data/admin/test/fixtures/message_types.yml +0 -17
  88. data/admin/test/fixtures/messages.yml +0 -45
  89. data/admin/test/functional/applications_controller_test.rb +0 -49
  90. data/admin/test/functional/message_routes_controller_test.rb +0 -49
  91. data/admin/test/functional/message_types_controller_test.rb +0 -49
  92. data/admin/test/functional/messages_controller_test.rb +0 -49
  93. data/admin/test/performance/browsing_test.rb +0 -12
  94. data/admin/test/test_helper.rb +0 -13
  95. data/admin/test/unit/application_test.rb +0 -7
  96. data/admin/test/unit/helpers/applications_helper_test.rb +0 -4
  97. data/admin/test/unit/helpers/message_routes_helper_test.rb +0 -4
  98. data/admin/test/unit/helpers/message_types_helper_test.rb +0 -4
  99. data/admin/test/unit/helpers/messages_helper_test.rb +0 -4
  100. data/admin/test/unit/message_route_test.rb +0 -7
  101. data/admin/test/unit/message_test.rb +0 -7
  102. data/admin/test/unit/message_type_test.rb +0 -7
  103. data/bin/eventbus_dispatcher.rb +0 -118
  104. data/bin/eventbus_emailer.rb +0 -41
  105. data/lib/eventbus/connectors/amqp.rb +0 -70
  106. data/lib/eventbus/connectors/bunny.rb +0 -71
  107. data/lib/eventbus/connectors/stomp.rb +0 -77
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eventbus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Devin Cognito
8
+ - Dave Spadea
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-27 00:00:00.000000000 Z
12
+ date: 2012-05-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bunny
16
- requirement: &6119720 !ruby/object:Gem::Requirement
16
+ requirement: &9102240 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,21 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *6119720
24
+ version_requirements: *9102240
25
25
  - !ruby/object:Gem::Dependency
26
- name: uuid
27
- requirement: &6119160 !ruby/object:Gem::Requirement
26
+ name: amqp
27
+ requirement: &9101680 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: *9101680
36
+ - !ruby/object:Gem::Dependency
37
+ name: stomp
38
+ requirement: &9101180 !ruby/object:Gem::Requirement
28
39
  none: false
29
40
  requirements:
30
41
  - - ! '>='
@@ -32,10 +43,10 @@ dependencies:
32
43
  version: '0'
33
44
  type: :runtime
34
45
  prerelease: false
35
- version_requirements: *6119160
46
+ version_requirements: *9101180
36
47
  - !ruby/object:Gem::Dependency
37
- name: rails
38
- requirement: &6118600 !ruby/object:Gem::Requirement
48
+ name: uuid
49
+ requirement: &9100740 !ruby/object:Gem::Requirement
39
50
  none: false
40
51
  requirements:
41
52
  - - ! '>='
@@ -43,125 +54,17 @@ dependencies:
43
54
  version: '0'
44
55
  type: :runtime
45
56
  prerelease: false
46
- version_requirements: *6118600
57
+ version_requirements: *9100740
47
58
  description: Distributed application framework for developing event-driven automations.
48
- email: dev.incognito@gmail.com
49
- executables:
50
- - eventbus_dispatcher.rb
51
- - eventbus_emailer.rb
59
+ email: dev.incognito@spadea.net
60
+ executables: []
52
61
  extensions: []
53
62
  extra_rdoc_files: []
54
63
  files:
55
- - bin/eventbus_dispatcher.rb
56
- - bin/eventbus_emailer.rb
57
64
  - lib/eventbus/message.rb
58
65
  - lib/eventbus/service.rb
59
66
  - lib/eventbus/queue.rb
60
- - lib/eventbus/connectors/stomp.rb
61
- - lib/eventbus/connectors/bunny.rb
62
- - lib/eventbus/connectors/amqp.rb
63
- - admin/app/models/message.rb
64
- - admin/app/models/application.rb
65
- - admin/app/models/message_route.rb
66
- - admin/app/models/message_type.rb
67
- - admin/app/views/messages/index.html.haml
68
- - admin/app/views/messages/show.html.haml
69
- - admin/app/views/layouts/application.html.haml
70
- - admin/app/views/message_types/index.html.haml
71
- - admin/app/views/message_types/edit.html.haml
72
- - admin/app/views/message_types/show.html.haml
73
- - admin/app/views/message_types/new.html.haml
74
- - admin/app/views/message_types/_form.html.haml
75
- - admin/app/views/message_routes/index.html.haml
76
- - admin/app/views/message_routes/edit.html.haml
77
- - admin/app/views/message_routes/show.html.haml
78
- - admin/app/views/message_routes/new.html.haml
79
- - admin/app/views/message_routes/_form.html.haml
80
- - admin/app/views/applications/index.html.haml
81
- - admin/app/views/applications/edit.html.haml
82
- - admin/app/views/applications/show.html.haml
83
- - admin/app/views/applications/new.html.haml
84
- - admin/app/views/applications/_form.html.haml
85
- - admin/app/assets/stylesheets/global.css.scss
86
- - admin/app/assets/stylesheets/application.css
87
- - admin/app/assets/stylesheets/applications.css.scss
88
- - admin/app/assets/stylesheets/messages.css.scss
89
- - admin/app/assets/stylesheets/message_types.css.scss
90
- - admin/app/assets/stylesheets/message_routes.css.scss
91
- - admin/app/assets/stylesheets/scaffolds.css.scss
92
- - admin/app/assets/images/rails.png
93
- - admin/app/assets/javascripts/message_routes.js.coffee
94
- - admin/app/assets/javascripts/applications.js.coffee
95
- - admin/app/assets/javascripts/message_types.js.coffee
96
- - admin/app/assets/javascripts/messages.js.coffee
97
- - admin/app/assets/javascripts/application.js
98
- - admin/app/controllers/message_types_controller.rb
99
- - admin/app/controllers/applications_controller.rb
100
- - admin/app/controllers/message_routes_controller.rb
101
- - admin/app/controllers/application_controller.rb
102
- - admin/app/controllers/messages_controller.rb
103
- - admin/app/helpers/messages_helper.rb
104
- - admin/app/helpers/applications_helper.rb
105
- - admin/app/helpers/message_types_helper.rb
106
- - admin/app/helpers/message_routes_helper.rb
107
- - admin/app/helpers/application_helper.rb
108
- - admin/doc/README_FOR_APP
109
- - admin/config/routes.rb
110
- - admin/config/application.rb
111
- - admin/config/initializers/secret_token.rb
112
- - admin/config/initializers/wrap_parameters.rb
113
- - admin/config/initializers/backtrace_silencers.rb
114
- - admin/config/initializers/mime_types.rb
115
- - admin/config/initializers/inflections.rb
116
- - admin/config/initializers/session_store.rb
117
- - admin/config/boot.rb
118
- - admin/config/environments/production.rb
119
- - admin/config/environments/test.rb
120
- - admin/config/environments/development.rb
121
- - admin/config/locales/en.yml
122
- - admin/config/environment.rb
123
- - admin/config/database.yml
124
- - admin/Gemfile
125
- - admin/Gemfile.lock
126
- - admin/public/robots.txt
127
- - admin/public/500.html
128
- - admin/public/favicon.ico
129
- - admin/public/404.html
130
- - admin/public/422.html
131
- - admin/db/seeds.rb
132
- - admin/db/schema.rb
133
- - admin/db/development.sqlite3-journal
134
- - admin/db/migrate/20120411001823_rename_message_type_to_message_type_name_in_messages.rb
135
- - admin/db/migrate/20120523112257_add_match_all_errors_to_routes.rb
136
- - admin/db/migrate/20120218124300_create_messages.rb
137
- - admin/db/migrate/20120219021806_create_message_types.rb
138
- - admin/db/migrate/20120411001040_add_app_id_key_msg_type_id_to_messages.rb
139
- - admin/db/migrate/20120219021940_create_message_routes.rb
140
- - admin/db/migrate/20120413024953_add_message_guid_to_messages.rb
141
- - admin/db/migrate/20120219021535_create_applications.rb
142
- - admin/script/rails
143
- - admin/script/railsrunner
144
- - admin/test/test_helper.rb
145
- - admin/test/fixtures/message_types.yml
146
- - admin/test/fixtures/message_routes.yml
147
- - admin/test/fixtures/applications.yml
148
- - admin/test/fixtures/messages.yml
149
- - admin/test/performance/browsing_test.rb
150
- - admin/test/unit/message_route_test.rb
151
- - admin/test/unit/message_type_test.rb
152
- - admin/test/unit/application_test.rb
153
- - admin/test/unit/helpers/message_types_helper_test.rb
154
- - admin/test/unit/helpers/applications_helper_test.rb
155
- - admin/test/unit/helpers/message_routes_helper_test.rb
156
- - admin/test/unit/helpers/messages_helper_test.rb
157
- - admin/test/unit/message_test.rb
158
- - admin/test/functional/message_routes_controller_test.rb
159
- - admin/test/functional/applications_controller_test.rb
160
- - admin/test/functional/messages_controller_test.rb
161
- - admin/test/functional/message_types_controller_test.rb
162
- - admin/config.ru
163
- - admin/Rakefile
164
- homepage: https://github.com/devincognito/EventBus
67
+ homepage: http://spadea.net/?page_id=8
165
68
  licenses: []
166
69
  post_install_message:
167
70
  rdoc_options: []
data/admin/Gemfile DELETED
@@ -1,50 +0,0 @@
1
- source 'http://rubygems.org'
2
-
3
- # You'll need one of these. You can comment out the others
4
- # if you don't have the headers to build them. Otherwise,
5
- # building them won't hurt anything.
6
-
7
- gem 'sqlite3'
8
- gem 'mysql2'
9
- gem 'pg'
10
-
11
-
12
- # System requirements
13
- gem 'rails', '3.2.3'
14
-
15
- gem 'bunny'
16
- gem 'railties'
17
- gem 'eventbus', :path => '../'
18
- gem 'uuid'
19
-
20
- gem 'haml'
21
-
22
- gem 'stomp'
23
- gem 'amqp'
24
-
25
- # Gems used only for assets and not required
26
- # in production environments by default.
27
- group :assets do
28
- gem 'sass-rails', '~> 3.2.3'
29
- gem 'coffee-rails', '~> 3.2.0'
30
-
31
- gem 'uglifier', '>= 1.0.3'
32
- gem 'therubyracer'
33
- end
34
-
35
- gem 'jquery-rails', '2.0.0'
36
-
37
- # To use ActiveModel has_secure_password
38
- # gem 'bcrypt-ruby', '~> 3.0.0'
39
-
40
- # To use Jbuilder templates for JSON
41
- # gem 'jbuilder'
42
-
43
- # Use unicorn as the web server
44
- #gem 'unicorn'
45
-
46
- # Deploy with Capistrano
47
- # gem 'capistrano'
48
-
49
- # To use debugger
50
- # gem 'ruby-debug19', :require => 'ruby-debug'
data/admin/Gemfile.lock DELETED
@@ -1,141 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- eventbus (0.0.1)
5
- bunny
6
- rails
7
- uuid
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- actionmailer (3.2.3)
13
- actionpack (= 3.2.3)
14
- mail (~> 2.4.4)
15
- actionpack (3.2.3)
16
- activemodel (= 3.2.3)
17
- activesupport (= 3.2.3)
18
- builder (~> 3.0.0)
19
- erubis (~> 2.7.0)
20
- journey (~> 1.0.1)
21
- rack (~> 1.4.0)
22
- rack-cache (~> 1.2)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.1.2)
25
- activemodel (3.2.3)
26
- activesupport (= 3.2.3)
27
- builder (~> 3.0.0)
28
- activerecord (3.2.3)
29
- activemodel (= 3.2.3)
30
- activesupport (= 3.2.3)
31
- arel (~> 3.0.2)
32
- tzinfo (~> 0.3.29)
33
- activeresource (3.2.3)
34
- activemodel (= 3.2.3)
35
- activesupport (= 3.2.3)
36
- activesupport (3.2.3)
37
- i18n (~> 0.6)
38
- multi_json (~> 1.0)
39
- arel (3.0.2)
40
- builder (3.0.0)
41
- bunny (0.7.9)
42
- coffee-rails (3.2.2)
43
- coffee-script (>= 2.2.0)
44
- railties (~> 3.2.0)
45
- coffee-script (2.2.0)
46
- coffee-script-source
47
- execjs
48
- coffee-script-source (1.2.0)
49
- erubis (2.7.0)
50
- execjs (1.3.0)
51
- multi_json (~> 1.0)
52
- haml (3.1.4)
53
- hike (1.2.1)
54
- i18n (0.6.0)
55
- journey (1.0.3)
56
- jquery-rails (2.0.0)
57
- railties (>= 3.2.0.beta, < 5.0)
58
- thor (~> 0.14)
59
- json (1.6.6)
60
- libv8 (3.3.10.4)
61
- macaddr (1.5.0)
62
- systemu (>= 2.4.0)
63
- mail (2.4.4)
64
- i18n (>= 0.4.0)
65
- mime-types (~> 1.16)
66
- treetop (~> 1.4.8)
67
- mime-types (1.18)
68
- multi_json (1.2.0)
69
- mysql2 (0.3.11)
70
- pg (0.13.2)
71
- polyglot (0.3.3)
72
- rack (1.4.1)
73
- rack-cache (1.2)
74
- rack (>= 0.4)
75
- rack-ssl (1.3.2)
76
- rack
77
- rack-test (0.6.1)
78
- rack (>= 1.0)
79
- rails (3.2.3)
80
- actionmailer (= 3.2.3)
81
- actionpack (= 3.2.3)
82
- activerecord (= 3.2.3)
83
- activeresource (= 3.2.3)
84
- activesupport (= 3.2.3)
85
- bundler (~> 1.0)
86
- railties (= 3.2.3)
87
- railties (3.2.3)
88
- actionpack (= 3.2.3)
89
- activesupport (= 3.2.3)
90
- rack-ssl (~> 1.3.2)
91
- rake (>= 0.8.7)
92
- rdoc (~> 3.4)
93
- thor (~> 0.14.6)
94
- rake (0.9.2.2)
95
- rdoc (3.12)
96
- json (~> 1.4)
97
- sass (3.1.15)
98
- sass-rails (3.2.5)
99
- railties (~> 3.2.0)
100
- sass (>= 3.1.10)
101
- tilt (~> 1.3)
102
- sprockets (2.1.2)
103
- hike (~> 1.2)
104
- rack (~> 1.0)
105
- tilt (~> 1.1, != 1.3.0)
106
- sqlite3 (1.3.5)
107
- stomp (1.2.2)
108
- systemu (2.5.0)
109
- therubyracer (0.10.0)
110
- libv8 (~> 3.3.10)
111
- thor (0.14.6)
112
- tilt (1.3.3)
113
- treetop (1.4.10)
114
- polyglot
115
- polyglot (>= 0.3.1)
116
- tzinfo (0.3.32)
117
- uglifier (1.2.4)
118
- execjs (>= 0.3.0)
119
- multi_json (>= 1.0.2)
120
- uuid (2.3.5)
121
- macaddr (~> 1.0)
122
-
123
- PLATFORMS
124
- ruby
125
-
126
- DEPENDENCIES
127
- bunny
128
- coffee-rails (~> 3.2.0)
129
- eventbus!
130
- haml
131
- jquery-rails (= 2.0.0)
132
- mysql2
133
- pg
134
- rails (= 3.2.3)
135
- railties
136
- sass-rails (~> 3.2.3)
137
- sqlite3
138
- stomp
139
- therubyracer
140
- uglifier (>= 1.0.3)
141
- uuid
data/admin/Rakefile DELETED
@@ -1,7 +0,0 @@
1
- #!/usr/bin/env rake
2
- # Add your own tasks in files placed in lib/tasks ending in .rake,
3
- # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
4
-
5
- require File.expand_path('../config/application', __FILE__)
6
-
7
- EventbusPortal::Application.load_tasks
Binary file
@@ -1,15 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // the compiled file.
9
- //
10
- // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
11
- // GO AFTER THE REQUIRES BELOW.
12
- //
13
- //= require jquery
14
- //= require jquery_ujs
15
- //= require_tree .
@@ -1,3 +0,0 @@
1
- # Place all the behaviors and hooks related to the matching controller here.
2
- # All this logic will automatically be available in application.js.
3
- # You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
@@ -1,3 +0,0 @@
1
- # Place all the behaviors and hooks related to the matching controller here.
2
- # All this logic will automatically be available in application.js.
3
- # You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
@@ -1,3 +0,0 @@
1
- # Place all the behaviors and hooks related to the matching controller here.
2
- # All this logic will automatically be available in application.js.
3
- # You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
@@ -1,3 +0,0 @@
1
- # Place all the behaviors and hooks related to the matching controller here.
2
- # All this logic will automatically be available in application.js.
3
- # You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
@@ -1,13 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the top of the
9
- * compiled file, but it's generally better to create a new file per style scope.
10
- *
11
- *= require_self
12
- *= require_tree .
13
- */
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the Applications controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,72 +0,0 @@
1
- body {
2
- font-family: sans-serif;
3
- margin: 0px;
4
- padding: 0px;
5
- }
6
-
7
- header {
8
- .container {
9
- background-color: #123;
10
- height: 50px;
11
- padding: 5px;
12
- margin: 0px;
13
- color: white;
14
- }
15
- nav {
16
- .container {
17
- background-color: #ABC;
18
- font-size: 1.3em;
19
- height: 30px;
20
- a {
21
- color: black;
22
- text-decoration: none;
23
- padding: 3px 5px 3px 5px;
24
- border-radius: 5px;
25
-
26
- &:hover {
27
- background-color: #123;
28
- color: white;
29
- }
30
- }
31
- }
32
-
33
- }
34
-
35
- }
36
-
37
- #content {
38
- font-family: sans-serif;
39
- margin-left: 10px;
40
- }
41
-
42
- table {
43
-
44
- border-collapse: collapse;
45
- min-width: 450px;
46
-
47
- tr {
48
- border-bottom-style: dotted;
49
- border-bottom-width: 1px;
50
- border-bottom-color: #333;
51
-
52
- &:first-child {
53
- border-bottom-style: none;
54
- }
55
-
56
- &:hover {
57
- background-color: #ABC;
58
- }
59
-
60
- th {
61
- background-color: #123;
62
- color: white;
63
- font-size: 1.2em;
64
- padding: 3px 5px 3px 5px;
65
- }
66
-
67
- td {
68
- padding: 3px 5px 3px 5px;
69
- }
70
- }
71
-
72
- }
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the MessageRoutes controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the MessageTypes controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,30 +0,0 @@
1
- // Place all the styles related to the messages controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
4
-
5
- fieldset {
6
- &.info {
7
- width: 30em;
8
- }
9
-
10
- &.resubmission {
11
- width: 35em;
12
- }
13
-
14
- float: left;
15
- }
16
-
17
- #message_content {
18
- margin-top: 15px;
19
- margin-bottom: 15px;
20
- margin-right: 15px;
21
- padding: 5px;
22
- clear: both;
23
- max-width: 75em;
24
-
25
- pre {
26
- border-style: solid;
27
- border-width: 1px;
28
- overflow: auto;
29
- }
30
- }
@@ -1,56 +0,0 @@
1
- body {
2
- background-color: #fff;
3
- color: #333;
4
- font-family: verdana, arial, helvetica, sans-serif;
5
- font-size: 13px;
6
- line-height: 18px; }
7
-
8
- p, ol, ul, td {
9
- font-family: verdana, arial, helvetica, sans-serif;
10
- font-size: 13px;
11
- line-height: 18px; }
12
-
13
- pre {
14
- background-color: #eee;
15
- padding: 10px;
16
- font-size: 11px; }
17
-
18
- a {
19
- color: #000;
20
- &:visited {
21
- color: #666; }
22
- &:hover {
23
- color: #fff;
24
- background-color: #000; } }
25
-
26
- div {
27
- &.field, &.actions {
28
- margin-bottom: 10px; } }
29
-
30
- #notice {
31
- color: green; }
32
-
33
- .field_with_errors {
34
- padding: 2px;
35
- background-color: red;
36
- display: table; }
37
-
38
- #error_explanation {
39
- width: 450px;
40
- border: 2px solid red;
41
- padding: 7px;
42
- padding-bottom: 0;
43
- margin-bottom: 20px;
44
- background-color: #f0f0f0;
45
- h2 {
46
- text-align: left;
47
- font-weight: bold;
48
- padding: 5px 5px 5px 15px;
49
- font-size: 12px;
50
- margin: -7px;
51
- margin-bottom: 0px;
52
- background-color: #c00;
53
- color: #fff; }
54
- ul li {
55
- font-size: 12px;
56
- list-style: square; } }
@@ -1,3 +0,0 @@
1
- class ApplicationController < ActionController::Base
2
- protect_from_forgery
3
- end