cant_wait 0.0.1 → 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.
- data/.travis.yml +16 -0
- data/CHANGELOG.md +13 -0
- data/README.md +33 -13
- data/cant_wait.gemspec +15 -19
- data/lib/cant_wait/cant_wait_railtie.rb +17 -13
- data/lib/cant_wait/version.rb +1 -1
- data/tasks/publishing.rake +4 -4
- data/tasks/testing.rake +32 -10
- data/test/README.md +49 -20
- data/test/cant_wait_test.rb +2 -2
- data/test/test_apps/Test_3_0_03/.gitignore +12 -0
- data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/Gemfile +0 -26
- data/test/test_apps/Test_3_0_20/.gitignore +8 -0
- data/test/test_apps/Test_3_0_20/Gemfile +0 -26
- data/test/test_apps/Test_3_1_12/.gitignore +3 -6
- data/test/test_apps/Test_3_1_12/Gemfile +14 -33
- data/test/test_apps/Test_3_2_13/.gitignore +3 -6
- data/test/test_apps/Test_3_2_13/Gemfile +9 -31
- data/test/test_apps/Test_4_0_0_rc2/.gitignore +13 -0
- data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/Gemfile +23 -38
- data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/Rakefile +1 -1
- data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/app/assets/javascripts/application.js +2 -2
- data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/app/views/layouts/application.html.erb +1 -1
- data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/application.rb +1 -1
- data/test/test_apps/Test_4_0_0_rc2/config/environment.rb +5 -0
- data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/environments/development.rb +1 -1
- data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/environments/production.rb +1 -1
- data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/environments/test.rb +1 -1
- data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/initializers/secret_token.rb +1 -1
- data/test/test_apps/Test_4_0_0_rc2/config/initializers/session_store.rb +3 -0
- data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/routes.rb +8 -1
- data/test/test_apps/Test_4_0_0_rc2/vendor/assets/stylesheets/.keep +0 -0
- data.tar.gz.sig +0 -0
- metadata +194 -198
- metadata.gz.sig +0 -0
- data/test/test_apps/Test_3_0_3/.gitignore +0 -4
- data/test/test_apps/Test_3_0_3/config/database.yml +0 -6
- data/test/test_apps/Test_4_0_0_rc1/.gitignore +0 -16
- data/test/test_apps/Test_4_0_0_rc1/config/database.yml +0 -7
- data/test/test_apps/Test_4_0_0_rc1/config/environment.rb +0 -5
- data/test/test_apps/Test_4_0_0_rc1/config/initializers/session_store.rb +0 -3
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/README +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/Rakefile +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/app/controllers/application_controller.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/app/helpers/application_helper.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/app/views/layouts/application.html.erb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/application.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/boot.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/environment.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/environments/development.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/environments/production.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/environments/test.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/initializers/backtrace_silencers.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/initializers/inflections.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/initializers/mime_types.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/initializers/secret_token.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/initializers/session_store.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/locales/en.yml +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config/routes.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/config.ru +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/db/seeds.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/lib/tasks/.gitkeep +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/404.html +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/422.html +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/500.html +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/favicon.ico +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/images/rails.png +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/index.html +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/javascripts/application.js +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/javascripts/controls.js +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/javascripts/dragdrop.js +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/javascripts/effects.js +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/javascripts/prototype.js +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/javascripts/rails.js +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/robots.txt +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/public/stylesheets/.gitkeep +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/script/rails +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/test/performance/browsing_test.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/test/test_helper.rb +0 -0
- /data/test/test_apps/{Test_3_0_3 → Test_3_0_03}/vendor/plugins/.gitkeep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/README.rdoc +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/app/controllers/concerns → Test_4_0_0_rc2/app/assets/images}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/app/assets/stylesheets/application.css +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/app/controllers/application_controller.rb +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/app/mailers → Test_4_0_0_rc2/app/controllers/concerns}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/app/helpers/application_helper.rb +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/app/models → Test_4_0_0_rc2/app/mailers}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/app/models/concerns → Test_4_0_0_rc2/app/models}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/lib/assets → Test_4_0_0_rc2/app/models/concerns}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/bin/bundle +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/bin/rails +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/bin/rake +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/boot.rb +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/initializers/backtrace_silencers.rb +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/initializers/filter_parameter_logging.rb +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/initializers/inflections.rb +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/initializers/mime_types.rb +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/initializers/wrap_parameters.rb +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config/locales/en.yml +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/config.ru +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/db/seeds.rb +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/lib/tasks → Test_4_0_0_rc2/lib/assets}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/log → Test_4_0_0_rc2/lib/tasks}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/test/controllers → Test_4_0_0_rc2/log}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/public/404.html +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/public/422.html +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/public/500.html +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/public/favicon.ico +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/public/robots.txt +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/test/fixtures → Test_4_0_0_rc2/test/controllers}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/test/helpers → Test_4_0_0_rc2/test/fixtures}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/test/integration → Test_4_0_0_rc2/test/helpers}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/test/mailers → Test_4_0_0_rc2/test/integration}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/test/models → Test_4_0_0_rc2/test/mailers}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/vendor/assets/javascripts → Test_4_0_0_rc2/test/models}/.keep +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1 → Test_4_0_0_rc2}/test/test_helper.rb +0 -0
- /data/test/test_apps/{Test_4_0_0_rc1/vendor/assets/stylesheets → Test_4_0_0_rc2/vendor/assets/javascripts}/.keep +0 -0
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cant_wait
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -42,7 +42,7 @@ cert_chain:
|
|
|
42
42
|
cHg0UWV0bkZUeGkwaEVqQnV4b1UyUQpFcVJVaGpGYkpGSm9TTW9ycXV4N0w1
|
|
43
43
|
Uk5ML3JGYzBrTHY5S2lCYk02UEF6QjhhcUQKLS0tLS1FTkQgQ0VSVElGSUNB
|
|
44
44
|
VEUtLS0tLQo=
|
|
45
|
-
date: 2013-06-
|
|
45
|
+
date: 2013-06-16 00:00:00.000000000 Z
|
|
46
46
|
dependencies:
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: rails
|
|
@@ -140,19 +140,17 @@ dependencies:
|
|
|
140
140
|
- - ~>
|
|
141
141
|
- !ruby/object:Gem::Version
|
|
142
142
|
version: 4.7.4
|
|
143
|
-
description:
|
|
144
|
-
application
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
\ production:\n adapter: postgresql\n timeout: 120_000 # 2 minutes\n
|
|
148
|
-
\ ...\n (see documentation for more details)\n"
|
|
149
|
-
email:
|
|
150
|
-
- ccarrodupla@gmail.com
|
|
143
|
+
description: Provides statement timeouts for PostgreSQL databases in a Ruby on Rails
|
|
144
|
+
web application. Stops any SQL statement that takes more than a specified number
|
|
145
|
+
of milliseconds.
|
|
146
|
+
email: ccarrodupla@gmail.com
|
|
151
147
|
executables: []
|
|
152
148
|
extensions: []
|
|
153
149
|
extra_rdoc_files: []
|
|
154
150
|
files:
|
|
155
151
|
- .gitignore
|
|
152
|
+
- .travis.yml
|
|
153
|
+
- CHANGELOG.md
|
|
156
154
|
- Gemfile
|
|
157
155
|
- LICENSE.txt
|
|
158
156
|
- README.md
|
|
@@ -167,6 +165,47 @@ files:
|
|
|
167
165
|
- test/README.md
|
|
168
166
|
- test/cant_wait_test.rb
|
|
169
167
|
- test/database.yml
|
|
168
|
+
- test/test_apps/Test_3_0_03/.gitignore
|
|
169
|
+
- test/test_apps/Test_3_0_03/Gemfile
|
|
170
|
+
- test/test_apps/Test_3_0_03/README
|
|
171
|
+
- test/test_apps/Test_3_0_03/Rakefile
|
|
172
|
+
- test/test_apps/Test_3_0_03/app/controllers/application_controller.rb
|
|
173
|
+
- test/test_apps/Test_3_0_03/app/helpers/application_helper.rb
|
|
174
|
+
- test/test_apps/Test_3_0_03/app/views/layouts/application.html.erb
|
|
175
|
+
- test/test_apps/Test_3_0_03/config.ru
|
|
176
|
+
- test/test_apps/Test_3_0_03/config/application.rb
|
|
177
|
+
- test/test_apps/Test_3_0_03/config/boot.rb
|
|
178
|
+
- test/test_apps/Test_3_0_03/config/environment.rb
|
|
179
|
+
- test/test_apps/Test_3_0_03/config/environments/development.rb
|
|
180
|
+
- test/test_apps/Test_3_0_03/config/environments/production.rb
|
|
181
|
+
- test/test_apps/Test_3_0_03/config/environments/test.rb
|
|
182
|
+
- test/test_apps/Test_3_0_03/config/initializers/backtrace_silencers.rb
|
|
183
|
+
- test/test_apps/Test_3_0_03/config/initializers/inflections.rb
|
|
184
|
+
- test/test_apps/Test_3_0_03/config/initializers/mime_types.rb
|
|
185
|
+
- test/test_apps/Test_3_0_03/config/initializers/secret_token.rb
|
|
186
|
+
- test/test_apps/Test_3_0_03/config/initializers/session_store.rb
|
|
187
|
+
- test/test_apps/Test_3_0_03/config/locales/en.yml
|
|
188
|
+
- test/test_apps/Test_3_0_03/config/routes.rb
|
|
189
|
+
- test/test_apps/Test_3_0_03/db/seeds.rb
|
|
190
|
+
- test/test_apps/Test_3_0_03/lib/tasks/.gitkeep
|
|
191
|
+
- test/test_apps/Test_3_0_03/public/404.html
|
|
192
|
+
- test/test_apps/Test_3_0_03/public/422.html
|
|
193
|
+
- test/test_apps/Test_3_0_03/public/500.html
|
|
194
|
+
- test/test_apps/Test_3_0_03/public/favicon.ico
|
|
195
|
+
- test/test_apps/Test_3_0_03/public/images/rails.png
|
|
196
|
+
- test/test_apps/Test_3_0_03/public/index.html
|
|
197
|
+
- test/test_apps/Test_3_0_03/public/javascripts/application.js
|
|
198
|
+
- test/test_apps/Test_3_0_03/public/javascripts/controls.js
|
|
199
|
+
- test/test_apps/Test_3_0_03/public/javascripts/dragdrop.js
|
|
200
|
+
- test/test_apps/Test_3_0_03/public/javascripts/effects.js
|
|
201
|
+
- test/test_apps/Test_3_0_03/public/javascripts/prototype.js
|
|
202
|
+
- test/test_apps/Test_3_0_03/public/javascripts/rails.js
|
|
203
|
+
- test/test_apps/Test_3_0_03/public/robots.txt
|
|
204
|
+
- test/test_apps/Test_3_0_03/public/stylesheets/.gitkeep
|
|
205
|
+
- test/test_apps/Test_3_0_03/script/rails
|
|
206
|
+
- test/test_apps/Test_3_0_03/test/performance/browsing_test.rb
|
|
207
|
+
- test/test_apps/Test_3_0_03/test/test_helper.rb
|
|
208
|
+
- test/test_apps/Test_3_0_03/vendor/plugins/.gitkeep
|
|
170
209
|
- test/test_apps/Test_3_0_20/.gitignore
|
|
171
210
|
- test/test_apps/Test_3_0_20/Gemfile
|
|
172
211
|
- test/test_apps/Test_3_0_20/README
|
|
@@ -209,48 +248,6 @@ files:
|
|
|
209
248
|
- test/test_apps/Test_3_0_20/test/performance/browsing_test.rb
|
|
210
249
|
- test/test_apps/Test_3_0_20/test/test_helper.rb
|
|
211
250
|
- test/test_apps/Test_3_0_20/vendor/plugins/.gitkeep
|
|
212
|
-
- test/test_apps/Test_3_0_3/.gitignore
|
|
213
|
-
- test/test_apps/Test_3_0_3/Gemfile
|
|
214
|
-
- test/test_apps/Test_3_0_3/README
|
|
215
|
-
- test/test_apps/Test_3_0_3/Rakefile
|
|
216
|
-
- test/test_apps/Test_3_0_3/app/controllers/application_controller.rb
|
|
217
|
-
- test/test_apps/Test_3_0_3/app/helpers/application_helper.rb
|
|
218
|
-
- test/test_apps/Test_3_0_3/app/views/layouts/application.html.erb
|
|
219
|
-
- test/test_apps/Test_3_0_3/config.ru
|
|
220
|
-
- test/test_apps/Test_3_0_3/config/application.rb
|
|
221
|
-
- test/test_apps/Test_3_0_3/config/boot.rb
|
|
222
|
-
- test/test_apps/Test_3_0_3/config/database.yml
|
|
223
|
-
- test/test_apps/Test_3_0_3/config/environment.rb
|
|
224
|
-
- test/test_apps/Test_3_0_3/config/environments/development.rb
|
|
225
|
-
- test/test_apps/Test_3_0_3/config/environments/production.rb
|
|
226
|
-
- test/test_apps/Test_3_0_3/config/environments/test.rb
|
|
227
|
-
- test/test_apps/Test_3_0_3/config/initializers/backtrace_silencers.rb
|
|
228
|
-
- test/test_apps/Test_3_0_3/config/initializers/inflections.rb
|
|
229
|
-
- test/test_apps/Test_3_0_3/config/initializers/mime_types.rb
|
|
230
|
-
- test/test_apps/Test_3_0_3/config/initializers/secret_token.rb
|
|
231
|
-
- test/test_apps/Test_3_0_3/config/initializers/session_store.rb
|
|
232
|
-
- test/test_apps/Test_3_0_3/config/locales/en.yml
|
|
233
|
-
- test/test_apps/Test_3_0_3/config/routes.rb
|
|
234
|
-
- test/test_apps/Test_3_0_3/db/seeds.rb
|
|
235
|
-
- test/test_apps/Test_3_0_3/lib/tasks/.gitkeep
|
|
236
|
-
- test/test_apps/Test_3_0_3/public/404.html
|
|
237
|
-
- test/test_apps/Test_3_0_3/public/422.html
|
|
238
|
-
- test/test_apps/Test_3_0_3/public/500.html
|
|
239
|
-
- test/test_apps/Test_3_0_3/public/favicon.ico
|
|
240
|
-
- test/test_apps/Test_3_0_3/public/images/rails.png
|
|
241
|
-
- test/test_apps/Test_3_0_3/public/index.html
|
|
242
|
-
- test/test_apps/Test_3_0_3/public/javascripts/application.js
|
|
243
|
-
- test/test_apps/Test_3_0_3/public/javascripts/controls.js
|
|
244
|
-
- test/test_apps/Test_3_0_3/public/javascripts/dragdrop.js
|
|
245
|
-
- test/test_apps/Test_3_0_3/public/javascripts/effects.js
|
|
246
|
-
- test/test_apps/Test_3_0_3/public/javascripts/prototype.js
|
|
247
|
-
- test/test_apps/Test_3_0_3/public/javascripts/rails.js
|
|
248
|
-
- test/test_apps/Test_3_0_3/public/robots.txt
|
|
249
|
-
- test/test_apps/Test_3_0_3/public/stylesheets/.gitkeep
|
|
250
|
-
- test/test_apps/Test_3_0_3/script/rails
|
|
251
|
-
- test/test_apps/Test_3_0_3/test/performance/browsing_test.rb
|
|
252
|
-
- test/test_apps/Test_3_0_3/test/test_helper.rb
|
|
253
|
-
- test/test_apps/Test_3_0_3/vendor/plugins/.gitkeep
|
|
254
251
|
- test/test_apps/Test_3_1_12/.gitignore
|
|
255
252
|
- test/test_apps/Test_3_1_12/Gemfile
|
|
256
253
|
- test/test_apps/Test_3_1_12/README
|
|
@@ -346,57 +343,57 @@ files:
|
|
|
346
343
|
- test/test_apps/Test_3_2_13/vendor/assets/javascripts/.gitkeep
|
|
347
344
|
- test/test_apps/Test_3_2_13/vendor/assets/stylesheets/.gitkeep
|
|
348
345
|
- test/test_apps/Test_3_2_13/vendor/plugins/.gitkeep
|
|
349
|
-
- test/test_apps/
|
|
350
|
-
- test/test_apps/
|
|
351
|
-
- test/test_apps/
|
|
352
|
-
- test/test_apps/
|
|
353
|
-
- test/test_apps/
|
|
354
|
-
- test/test_apps/
|
|
355
|
-
- test/test_apps/
|
|
356
|
-
- test/test_apps/
|
|
357
|
-
- test/test_apps/
|
|
358
|
-
- test/test_apps/
|
|
359
|
-
- test/test_apps/
|
|
360
|
-
- test/test_apps/
|
|
361
|
-
- test/test_apps/
|
|
362
|
-
- test/test_apps/
|
|
363
|
-
- test/test_apps/
|
|
364
|
-
- test/test_apps/
|
|
365
|
-
- test/test_apps/
|
|
366
|
-
- test/test_apps/
|
|
367
|
-
- test/test_apps/
|
|
368
|
-
- test/test_apps/
|
|
369
|
-
- test/test_apps/
|
|
370
|
-
- test/test_apps/
|
|
371
|
-
- test/test_apps/
|
|
372
|
-
- test/test_apps/
|
|
373
|
-
- test/test_apps/
|
|
374
|
-
- test/test_apps/
|
|
375
|
-
- test/test_apps/
|
|
376
|
-
- test/test_apps/
|
|
377
|
-
- test/test_apps/
|
|
378
|
-
- test/test_apps/
|
|
379
|
-
- test/test_apps/
|
|
380
|
-
- test/test_apps/
|
|
381
|
-
- test/test_apps/
|
|
382
|
-
- test/test_apps/
|
|
383
|
-
- test/test_apps/
|
|
384
|
-
- test/test_apps/
|
|
385
|
-
- test/test_apps/
|
|
386
|
-
- test/test_apps/
|
|
387
|
-
- test/test_apps/
|
|
388
|
-
- test/test_apps/
|
|
389
|
-
- test/test_apps/
|
|
390
|
-
- test/test_apps/
|
|
391
|
-
- test/test_apps/
|
|
392
|
-
- test/test_apps/
|
|
393
|
-
- test/test_apps/
|
|
394
|
-
- test/test_apps/
|
|
395
|
-
- test/test_apps/
|
|
396
|
-
- test/test_apps/
|
|
397
|
-
- test/test_apps/
|
|
398
|
-
- test/test_apps/
|
|
399
|
-
- test/test_apps/
|
|
346
|
+
- test/test_apps/Test_4_0_0_rc2/.gitignore
|
|
347
|
+
- test/test_apps/Test_4_0_0_rc2/Gemfile
|
|
348
|
+
- test/test_apps/Test_4_0_0_rc2/README.rdoc
|
|
349
|
+
- test/test_apps/Test_4_0_0_rc2/Rakefile
|
|
350
|
+
- test/test_apps/Test_4_0_0_rc2/app/assets/images/.keep
|
|
351
|
+
- test/test_apps/Test_4_0_0_rc2/app/assets/javascripts/application.js
|
|
352
|
+
- test/test_apps/Test_4_0_0_rc2/app/assets/stylesheets/application.css
|
|
353
|
+
- test/test_apps/Test_4_0_0_rc2/app/controllers/application_controller.rb
|
|
354
|
+
- test/test_apps/Test_4_0_0_rc2/app/controllers/concerns/.keep
|
|
355
|
+
- test/test_apps/Test_4_0_0_rc2/app/helpers/application_helper.rb
|
|
356
|
+
- test/test_apps/Test_4_0_0_rc2/app/mailers/.keep
|
|
357
|
+
- test/test_apps/Test_4_0_0_rc2/app/models/.keep
|
|
358
|
+
- test/test_apps/Test_4_0_0_rc2/app/models/concerns/.keep
|
|
359
|
+
- test/test_apps/Test_4_0_0_rc2/app/views/layouts/application.html.erb
|
|
360
|
+
- test/test_apps/Test_4_0_0_rc2/bin/bundle
|
|
361
|
+
- test/test_apps/Test_4_0_0_rc2/bin/rails
|
|
362
|
+
- test/test_apps/Test_4_0_0_rc2/bin/rake
|
|
363
|
+
- test/test_apps/Test_4_0_0_rc2/config.ru
|
|
364
|
+
- test/test_apps/Test_4_0_0_rc2/config/application.rb
|
|
365
|
+
- test/test_apps/Test_4_0_0_rc2/config/boot.rb
|
|
366
|
+
- test/test_apps/Test_4_0_0_rc2/config/environment.rb
|
|
367
|
+
- test/test_apps/Test_4_0_0_rc2/config/environments/development.rb
|
|
368
|
+
- test/test_apps/Test_4_0_0_rc2/config/environments/production.rb
|
|
369
|
+
- test/test_apps/Test_4_0_0_rc2/config/environments/test.rb
|
|
370
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/backtrace_silencers.rb
|
|
371
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/filter_parameter_logging.rb
|
|
372
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/inflections.rb
|
|
373
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/mime_types.rb
|
|
374
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/secret_token.rb
|
|
375
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/session_store.rb
|
|
376
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/wrap_parameters.rb
|
|
377
|
+
- test/test_apps/Test_4_0_0_rc2/config/locales/en.yml
|
|
378
|
+
- test/test_apps/Test_4_0_0_rc2/config/routes.rb
|
|
379
|
+
- test/test_apps/Test_4_0_0_rc2/db/seeds.rb
|
|
380
|
+
- test/test_apps/Test_4_0_0_rc2/lib/assets/.keep
|
|
381
|
+
- test/test_apps/Test_4_0_0_rc2/lib/tasks/.keep
|
|
382
|
+
- test/test_apps/Test_4_0_0_rc2/log/.keep
|
|
383
|
+
- test/test_apps/Test_4_0_0_rc2/public/404.html
|
|
384
|
+
- test/test_apps/Test_4_0_0_rc2/public/422.html
|
|
385
|
+
- test/test_apps/Test_4_0_0_rc2/public/500.html
|
|
386
|
+
- test/test_apps/Test_4_0_0_rc2/public/favicon.ico
|
|
387
|
+
- test/test_apps/Test_4_0_0_rc2/public/robots.txt
|
|
388
|
+
- test/test_apps/Test_4_0_0_rc2/test/controllers/.keep
|
|
389
|
+
- test/test_apps/Test_4_0_0_rc2/test/fixtures/.keep
|
|
390
|
+
- test/test_apps/Test_4_0_0_rc2/test/helpers/.keep
|
|
391
|
+
- test/test_apps/Test_4_0_0_rc2/test/integration/.keep
|
|
392
|
+
- test/test_apps/Test_4_0_0_rc2/test/mailers/.keep
|
|
393
|
+
- test/test_apps/Test_4_0_0_rc2/test/models/.keep
|
|
394
|
+
- test/test_apps/Test_4_0_0_rc2/test/test_helper.rb
|
|
395
|
+
- test/test_apps/Test_4_0_0_rc2/vendor/assets/javascripts/.keep
|
|
396
|
+
- test/test_apps/Test_4_0_0_rc2/vendor/assets/stylesheets/.keep
|
|
400
397
|
homepage: https://github.com/CarlosCD/cant_wait
|
|
401
398
|
licenses:
|
|
402
399
|
- MIT
|
|
@@ -421,12 +418,53 @@ rubyforge_project:
|
|
|
421
418
|
rubygems_version: 1.8.25
|
|
422
419
|
signing_key:
|
|
423
420
|
specification_version: 3
|
|
424
|
-
summary:
|
|
425
|
-
|
|
421
|
+
summary: Complements the Ruby on Rails web application framework by providing statement
|
|
422
|
+
timeouts for PostgreSQL databases.
|
|
426
423
|
test_files:
|
|
427
424
|
- test/README.md
|
|
428
425
|
- test/cant_wait_test.rb
|
|
429
426
|
- test/database.yml
|
|
427
|
+
- test/test_apps/Test_3_0_03/.gitignore
|
|
428
|
+
- test/test_apps/Test_3_0_03/Gemfile
|
|
429
|
+
- test/test_apps/Test_3_0_03/README
|
|
430
|
+
- test/test_apps/Test_3_0_03/Rakefile
|
|
431
|
+
- test/test_apps/Test_3_0_03/app/controllers/application_controller.rb
|
|
432
|
+
- test/test_apps/Test_3_0_03/app/helpers/application_helper.rb
|
|
433
|
+
- test/test_apps/Test_3_0_03/app/views/layouts/application.html.erb
|
|
434
|
+
- test/test_apps/Test_3_0_03/config.ru
|
|
435
|
+
- test/test_apps/Test_3_0_03/config/application.rb
|
|
436
|
+
- test/test_apps/Test_3_0_03/config/boot.rb
|
|
437
|
+
- test/test_apps/Test_3_0_03/config/environment.rb
|
|
438
|
+
- test/test_apps/Test_3_0_03/config/environments/development.rb
|
|
439
|
+
- test/test_apps/Test_3_0_03/config/environments/production.rb
|
|
440
|
+
- test/test_apps/Test_3_0_03/config/environments/test.rb
|
|
441
|
+
- test/test_apps/Test_3_0_03/config/initializers/backtrace_silencers.rb
|
|
442
|
+
- test/test_apps/Test_3_0_03/config/initializers/inflections.rb
|
|
443
|
+
- test/test_apps/Test_3_0_03/config/initializers/mime_types.rb
|
|
444
|
+
- test/test_apps/Test_3_0_03/config/initializers/secret_token.rb
|
|
445
|
+
- test/test_apps/Test_3_0_03/config/initializers/session_store.rb
|
|
446
|
+
- test/test_apps/Test_3_0_03/config/locales/en.yml
|
|
447
|
+
- test/test_apps/Test_3_0_03/config/routes.rb
|
|
448
|
+
- test/test_apps/Test_3_0_03/db/seeds.rb
|
|
449
|
+
- test/test_apps/Test_3_0_03/lib/tasks/.gitkeep
|
|
450
|
+
- test/test_apps/Test_3_0_03/public/404.html
|
|
451
|
+
- test/test_apps/Test_3_0_03/public/422.html
|
|
452
|
+
- test/test_apps/Test_3_0_03/public/500.html
|
|
453
|
+
- test/test_apps/Test_3_0_03/public/favicon.ico
|
|
454
|
+
- test/test_apps/Test_3_0_03/public/images/rails.png
|
|
455
|
+
- test/test_apps/Test_3_0_03/public/index.html
|
|
456
|
+
- test/test_apps/Test_3_0_03/public/javascripts/application.js
|
|
457
|
+
- test/test_apps/Test_3_0_03/public/javascripts/controls.js
|
|
458
|
+
- test/test_apps/Test_3_0_03/public/javascripts/dragdrop.js
|
|
459
|
+
- test/test_apps/Test_3_0_03/public/javascripts/effects.js
|
|
460
|
+
- test/test_apps/Test_3_0_03/public/javascripts/prototype.js
|
|
461
|
+
- test/test_apps/Test_3_0_03/public/javascripts/rails.js
|
|
462
|
+
- test/test_apps/Test_3_0_03/public/robots.txt
|
|
463
|
+
- test/test_apps/Test_3_0_03/public/stylesheets/.gitkeep
|
|
464
|
+
- test/test_apps/Test_3_0_03/script/rails
|
|
465
|
+
- test/test_apps/Test_3_0_03/test/performance/browsing_test.rb
|
|
466
|
+
- test/test_apps/Test_3_0_03/test/test_helper.rb
|
|
467
|
+
- test/test_apps/Test_3_0_03/vendor/plugins/.gitkeep
|
|
430
468
|
- test/test_apps/Test_3_0_20/.gitignore
|
|
431
469
|
- test/test_apps/Test_3_0_20/Gemfile
|
|
432
470
|
- test/test_apps/Test_3_0_20/README
|
|
@@ -469,48 +507,6 @@ test_files:
|
|
|
469
507
|
- test/test_apps/Test_3_0_20/test/performance/browsing_test.rb
|
|
470
508
|
- test/test_apps/Test_3_0_20/test/test_helper.rb
|
|
471
509
|
- test/test_apps/Test_3_0_20/vendor/plugins/.gitkeep
|
|
472
|
-
- test/test_apps/Test_3_0_3/.gitignore
|
|
473
|
-
- test/test_apps/Test_3_0_3/Gemfile
|
|
474
|
-
- test/test_apps/Test_3_0_3/README
|
|
475
|
-
- test/test_apps/Test_3_0_3/Rakefile
|
|
476
|
-
- test/test_apps/Test_3_0_3/app/controllers/application_controller.rb
|
|
477
|
-
- test/test_apps/Test_3_0_3/app/helpers/application_helper.rb
|
|
478
|
-
- test/test_apps/Test_3_0_3/app/views/layouts/application.html.erb
|
|
479
|
-
- test/test_apps/Test_3_0_3/config.ru
|
|
480
|
-
- test/test_apps/Test_3_0_3/config/application.rb
|
|
481
|
-
- test/test_apps/Test_3_0_3/config/boot.rb
|
|
482
|
-
- test/test_apps/Test_3_0_3/config/database.yml
|
|
483
|
-
- test/test_apps/Test_3_0_3/config/environment.rb
|
|
484
|
-
- test/test_apps/Test_3_0_3/config/environments/development.rb
|
|
485
|
-
- test/test_apps/Test_3_0_3/config/environments/production.rb
|
|
486
|
-
- test/test_apps/Test_3_0_3/config/environments/test.rb
|
|
487
|
-
- test/test_apps/Test_3_0_3/config/initializers/backtrace_silencers.rb
|
|
488
|
-
- test/test_apps/Test_3_0_3/config/initializers/inflections.rb
|
|
489
|
-
- test/test_apps/Test_3_0_3/config/initializers/mime_types.rb
|
|
490
|
-
- test/test_apps/Test_3_0_3/config/initializers/secret_token.rb
|
|
491
|
-
- test/test_apps/Test_3_0_3/config/initializers/session_store.rb
|
|
492
|
-
- test/test_apps/Test_3_0_3/config/locales/en.yml
|
|
493
|
-
- test/test_apps/Test_3_0_3/config/routes.rb
|
|
494
|
-
- test/test_apps/Test_3_0_3/db/seeds.rb
|
|
495
|
-
- test/test_apps/Test_3_0_3/lib/tasks/.gitkeep
|
|
496
|
-
- test/test_apps/Test_3_0_3/public/404.html
|
|
497
|
-
- test/test_apps/Test_3_0_3/public/422.html
|
|
498
|
-
- test/test_apps/Test_3_0_3/public/500.html
|
|
499
|
-
- test/test_apps/Test_3_0_3/public/favicon.ico
|
|
500
|
-
- test/test_apps/Test_3_0_3/public/images/rails.png
|
|
501
|
-
- test/test_apps/Test_3_0_3/public/index.html
|
|
502
|
-
- test/test_apps/Test_3_0_3/public/javascripts/application.js
|
|
503
|
-
- test/test_apps/Test_3_0_3/public/javascripts/controls.js
|
|
504
|
-
- test/test_apps/Test_3_0_3/public/javascripts/dragdrop.js
|
|
505
|
-
- test/test_apps/Test_3_0_3/public/javascripts/effects.js
|
|
506
|
-
- test/test_apps/Test_3_0_3/public/javascripts/prototype.js
|
|
507
|
-
- test/test_apps/Test_3_0_3/public/javascripts/rails.js
|
|
508
|
-
- test/test_apps/Test_3_0_3/public/robots.txt
|
|
509
|
-
- test/test_apps/Test_3_0_3/public/stylesheets/.gitkeep
|
|
510
|
-
- test/test_apps/Test_3_0_3/script/rails
|
|
511
|
-
- test/test_apps/Test_3_0_3/test/performance/browsing_test.rb
|
|
512
|
-
- test/test_apps/Test_3_0_3/test/test_helper.rb
|
|
513
|
-
- test/test_apps/Test_3_0_3/vendor/plugins/.gitkeep
|
|
514
510
|
- test/test_apps/Test_3_1_12/.gitignore
|
|
515
511
|
- test/test_apps/Test_3_1_12/Gemfile
|
|
516
512
|
- test/test_apps/Test_3_1_12/README
|
|
@@ -606,54 +602,54 @@ test_files:
|
|
|
606
602
|
- test/test_apps/Test_3_2_13/vendor/assets/javascripts/.gitkeep
|
|
607
603
|
- test/test_apps/Test_3_2_13/vendor/assets/stylesheets/.gitkeep
|
|
608
604
|
- test/test_apps/Test_3_2_13/vendor/plugins/.gitkeep
|
|
609
|
-
- test/test_apps/
|
|
610
|
-
- test/test_apps/
|
|
611
|
-
- test/test_apps/
|
|
612
|
-
- test/test_apps/
|
|
613
|
-
- test/test_apps/
|
|
614
|
-
- test/test_apps/
|
|
615
|
-
- test/test_apps/
|
|
616
|
-
- test/test_apps/
|
|
617
|
-
- test/test_apps/
|
|
618
|
-
- test/test_apps/
|
|
619
|
-
- test/test_apps/
|
|
620
|
-
- test/test_apps/
|
|
621
|
-
- test/test_apps/
|
|
622
|
-
- test/test_apps/
|
|
623
|
-
- test/test_apps/
|
|
624
|
-
- test/test_apps/
|
|
625
|
-
- test/test_apps/
|
|
626
|
-
- test/test_apps/
|
|
627
|
-
- test/test_apps/
|
|
628
|
-
- test/test_apps/
|
|
629
|
-
- test/test_apps/
|
|
630
|
-
- test/test_apps/
|
|
631
|
-
- test/test_apps/
|
|
632
|
-
- test/test_apps/
|
|
633
|
-
- test/test_apps/
|
|
634
|
-
- test/test_apps/
|
|
635
|
-
- test/test_apps/
|
|
636
|
-
- test/test_apps/
|
|
637
|
-
- test/test_apps/
|
|
638
|
-
- test/test_apps/
|
|
639
|
-
- test/test_apps/
|
|
640
|
-
- test/test_apps/
|
|
641
|
-
- test/test_apps/
|
|
642
|
-
- test/test_apps/
|
|
643
|
-
- test/test_apps/
|
|
644
|
-
- test/test_apps/
|
|
645
|
-
- test/test_apps/
|
|
646
|
-
- test/test_apps/
|
|
647
|
-
- test/test_apps/
|
|
648
|
-
- test/test_apps/
|
|
649
|
-
- test/test_apps/
|
|
650
|
-
- test/test_apps/
|
|
651
|
-
- test/test_apps/
|
|
652
|
-
- test/test_apps/
|
|
653
|
-
- test/test_apps/
|
|
654
|
-
- test/test_apps/
|
|
655
|
-
- test/test_apps/
|
|
656
|
-
- test/test_apps/
|
|
657
|
-
- test/test_apps/
|
|
658
|
-
- test/test_apps/
|
|
659
|
-
- test/test_apps/
|
|
605
|
+
- test/test_apps/Test_4_0_0_rc2/.gitignore
|
|
606
|
+
- test/test_apps/Test_4_0_0_rc2/Gemfile
|
|
607
|
+
- test/test_apps/Test_4_0_0_rc2/README.rdoc
|
|
608
|
+
- test/test_apps/Test_4_0_0_rc2/Rakefile
|
|
609
|
+
- test/test_apps/Test_4_0_0_rc2/app/assets/images/.keep
|
|
610
|
+
- test/test_apps/Test_4_0_0_rc2/app/assets/javascripts/application.js
|
|
611
|
+
- test/test_apps/Test_4_0_0_rc2/app/assets/stylesheets/application.css
|
|
612
|
+
- test/test_apps/Test_4_0_0_rc2/app/controllers/application_controller.rb
|
|
613
|
+
- test/test_apps/Test_4_0_0_rc2/app/controllers/concerns/.keep
|
|
614
|
+
- test/test_apps/Test_4_0_0_rc2/app/helpers/application_helper.rb
|
|
615
|
+
- test/test_apps/Test_4_0_0_rc2/app/mailers/.keep
|
|
616
|
+
- test/test_apps/Test_4_0_0_rc2/app/models/.keep
|
|
617
|
+
- test/test_apps/Test_4_0_0_rc2/app/models/concerns/.keep
|
|
618
|
+
- test/test_apps/Test_4_0_0_rc2/app/views/layouts/application.html.erb
|
|
619
|
+
- test/test_apps/Test_4_0_0_rc2/bin/bundle
|
|
620
|
+
- test/test_apps/Test_4_0_0_rc2/bin/rails
|
|
621
|
+
- test/test_apps/Test_4_0_0_rc2/bin/rake
|
|
622
|
+
- test/test_apps/Test_4_0_0_rc2/config.ru
|
|
623
|
+
- test/test_apps/Test_4_0_0_rc2/config/application.rb
|
|
624
|
+
- test/test_apps/Test_4_0_0_rc2/config/boot.rb
|
|
625
|
+
- test/test_apps/Test_4_0_0_rc2/config/environment.rb
|
|
626
|
+
- test/test_apps/Test_4_0_0_rc2/config/environments/development.rb
|
|
627
|
+
- test/test_apps/Test_4_0_0_rc2/config/environments/production.rb
|
|
628
|
+
- test/test_apps/Test_4_0_0_rc2/config/environments/test.rb
|
|
629
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/backtrace_silencers.rb
|
|
630
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/filter_parameter_logging.rb
|
|
631
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/inflections.rb
|
|
632
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/mime_types.rb
|
|
633
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/secret_token.rb
|
|
634
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/session_store.rb
|
|
635
|
+
- test/test_apps/Test_4_0_0_rc2/config/initializers/wrap_parameters.rb
|
|
636
|
+
- test/test_apps/Test_4_0_0_rc2/config/locales/en.yml
|
|
637
|
+
- test/test_apps/Test_4_0_0_rc2/config/routes.rb
|
|
638
|
+
- test/test_apps/Test_4_0_0_rc2/db/seeds.rb
|
|
639
|
+
- test/test_apps/Test_4_0_0_rc2/lib/assets/.keep
|
|
640
|
+
- test/test_apps/Test_4_0_0_rc2/lib/tasks/.keep
|
|
641
|
+
- test/test_apps/Test_4_0_0_rc2/log/.keep
|
|
642
|
+
- test/test_apps/Test_4_0_0_rc2/public/404.html
|
|
643
|
+
- test/test_apps/Test_4_0_0_rc2/public/422.html
|
|
644
|
+
- test/test_apps/Test_4_0_0_rc2/public/500.html
|
|
645
|
+
- test/test_apps/Test_4_0_0_rc2/public/favicon.ico
|
|
646
|
+
- test/test_apps/Test_4_0_0_rc2/public/robots.txt
|
|
647
|
+
- test/test_apps/Test_4_0_0_rc2/test/controllers/.keep
|
|
648
|
+
- test/test_apps/Test_4_0_0_rc2/test/fixtures/.keep
|
|
649
|
+
- test/test_apps/Test_4_0_0_rc2/test/helpers/.keep
|
|
650
|
+
- test/test_apps/Test_4_0_0_rc2/test/integration/.keep
|
|
651
|
+
- test/test_apps/Test_4_0_0_rc2/test/mailers/.keep
|
|
652
|
+
- test/test_apps/Test_4_0_0_rc2/test/models/.keep
|
|
653
|
+
- test/test_apps/Test_4_0_0_rc2/test/test_helper.rb
|
|
654
|
+
- test/test_apps/Test_4_0_0_rc2/vendor/assets/javascripts/.keep
|
|
655
|
+
- test/test_apps/Test_4_0_0_rc2/vendor/assets/stylesheets/.keep
|
metadata.gz.sig
CHANGED
|
Binary file
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
2
|
-
#
|
|
3
|
-
# If you find yourself ignoring temporary files generated by your text editor
|
|
4
|
-
# or operating system, you probably want to add a global ignore instead:
|
|
5
|
-
# git config --global core.excludesfile '~/.gitignore_global'
|
|
6
|
-
|
|
7
|
-
# Ignore bundler config.
|
|
8
|
-
/.bundle
|
|
9
|
-
|
|
10
|
-
# Ignore the default SQLite database.
|
|
11
|
-
/db/*.sqlite3
|
|
12
|
-
/db/*.sqlite3-journal
|
|
13
|
-
|
|
14
|
-
# Ignore all logfiles and tempfiles.
|
|
15
|
-
/log/*.log
|
|
16
|
-
/tmp
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|