flyover-contact 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/contact/messages_controller.rb +3 -7
- data/app/views/contact/messages/_fields.html.erb +7 -0
- data/app/views/contact/messages/_form.html.erb +6 -0
- data/app/views/contact/messages/create.js.erb +7 -0
- data/app/views/contact/messages/new.html.erb +1 -7
- data/lib/contact/version.rb +1 -1
- data/test/controllers/contact/messages_controller_test.rb +1 -1
- data/test/dummy/app/assets/javascripts/application.js +2 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/views/application/index.html.erb +7 -0
- data/test/dummy/config/routes.rb +3 -3
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +2159 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0816a9bf776c5b5f2209bef350a45116 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/432d60b30ff81001e8e2f50ab2f42ae0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/94ea6a7bf0130efe64476981e0b428d4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b0e91600095ead48beaf6fbde4f1b2ae +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/deea1d8fe83fd97e0f77a9d751afb1cb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e086f524984db5030dcd5e2197de5141 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +78 -1
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
10627
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flyover-contact
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Van Der Beek
|
@@ -52,6 +52,48 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: jquery-rails
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: coffee-rails
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: sass-rails
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: 4.0.3
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: 4.0.3
|
55
97
|
description: Easily add a contact page with working form to your Rails app.
|
56
98
|
email:
|
57
99
|
- david@flyoverworks.com
|
@@ -73,6 +115,9 @@ files:
|
|
73
115
|
- app/models/contact/message.rb
|
74
116
|
- app/views/contact/message_mailer/new_message.html.erb
|
75
117
|
- app/views/contact/message_mailer/new_message.text.erb
|
118
|
+
- app/views/contact/messages/_fields.html.erb
|
119
|
+
- app/views/contact/messages/_form.html.erb
|
120
|
+
- app/views/contact/messages/create.js.erb
|
76
121
|
- app/views/contact/messages/new.html.erb
|
77
122
|
- config/routes.rb
|
78
123
|
- lib/contact/engine.rb
|
@@ -87,6 +132,7 @@ files:
|
|
87
132
|
- test/dummy/app/assets/stylesheets/application.css
|
88
133
|
- test/dummy/app/controllers/application_controller.rb
|
89
134
|
- test/dummy/app/helpers/application_helper.rb
|
135
|
+
- test/dummy/app/views/application/index.html.erb
|
90
136
|
- test/dummy/app/views/layouts/application.html.erb
|
91
137
|
- test/dummy/bin/bundle
|
92
138
|
- test/dummy/bin/rails
|
@@ -109,10 +155,25 @@ files:
|
|
109
155
|
- test/dummy/config/locales/en.yml
|
110
156
|
- test/dummy/config/routes.rb
|
111
157
|
- test/dummy/config/secrets.yml
|
158
|
+
- test/dummy/db/development.sqlite3
|
159
|
+
- test/dummy/log/development.log
|
112
160
|
- test/dummy/public/404.html
|
113
161
|
- test/dummy/public/422.html
|
114
162
|
- test/dummy/public/500.html
|
115
163
|
- test/dummy/public/favicon.ico
|
164
|
+
- test/dummy/tmp/cache/assets/development/sprockets/0816a9bf776c5b5f2209bef350a45116
|
165
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
166
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
167
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
168
|
+
- test/dummy/tmp/cache/assets/development/sprockets/432d60b30ff81001e8e2f50ab2f42ae0
|
169
|
+
- test/dummy/tmp/cache/assets/development/sprockets/94ea6a7bf0130efe64476981e0b428d4
|
170
|
+
- test/dummy/tmp/cache/assets/development/sprockets/b0e91600095ead48beaf6fbde4f1b2ae
|
171
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
172
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
173
|
+
- test/dummy/tmp/cache/assets/development/sprockets/deea1d8fe83fd97e0f77a9d751afb1cb
|
174
|
+
- test/dummy/tmp/cache/assets/development/sprockets/e086f524984db5030dcd5e2197de5141
|
175
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
176
|
+
- test/dummy/tmp/pids/server.pid
|
116
177
|
- test/helpers/contact/messages_helper_test.rb
|
117
178
|
- test/integration/navigation_test.rb
|
118
179
|
- test/mailers/contact/message_mailer_test.rb
|
@@ -149,6 +210,7 @@ test_files:
|
|
149
210
|
- test/dummy/app/assets/stylesheets/application.css
|
150
211
|
- test/dummy/app/controllers/application_controller.rb
|
151
212
|
- test/dummy/app/helpers/application_helper.rb
|
213
|
+
- test/dummy/app/views/application/index.html.erb
|
152
214
|
- test/dummy/app/views/layouts/application.html.erb
|
153
215
|
- test/dummy/bin/bundle
|
154
216
|
- test/dummy/bin/rails
|
@@ -171,12 +233,27 @@ test_files:
|
|
171
233
|
- test/dummy/config/routes.rb
|
172
234
|
- test/dummy/config/secrets.yml
|
173
235
|
- test/dummy/config.ru
|
236
|
+
- test/dummy/db/development.sqlite3
|
237
|
+
- test/dummy/log/development.log
|
174
238
|
- test/dummy/public/404.html
|
175
239
|
- test/dummy/public/422.html
|
176
240
|
- test/dummy/public/500.html
|
177
241
|
- test/dummy/public/favicon.ico
|
178
242
|
- test/dummy/Rakefile
|
179
243
|
- test/dummy/README.rdoc
|
244
|
+
- test/dummy/tmp/cache/assets/development/sprockets/0816a9bf776c5b5f2209bef350a45116
|
245
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
246
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
247
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
248
|
+
- test/dummy/tmp/cache/assets/development/sprockets/432d60b30ff81001e8e2f50ab2f42ae0
|
249
|
+
- test/dummy/tmp/cache/assets/development/sprockets/94ea6a7bf0130efe64476981e0b428d4
|
250
|
+
- test/dummy/tmp/cache/assets/development/sprockets/b0e91600095ead48beaf6fbde4f1b2ae
|
251
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
252
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
253
|
+
- test/dummy/tmp/cache/assets/development/sprockets/deea1d8fe83fd97e0f77a9d751afb1cb
|
254
|
+
- test/dummy/tmp/cache/assets/development/sprockets/e086f524984db5030dcd5e2197de5141
|
255
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
256
|
+
- test/dummy/tmp/pids/server.pid
|
180
257
|
- test/helpers/contact/messages_helper_test.rb
|
181
258
|
- test/integration/navigation_test.rb
|
182
259
|
- test/mailers/contact/message_mailer_test.rb
|