anytime-js-rails 1.0.4 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.rdoc +7 -1
- data/lib/anytime-js-rails/version.rb +2 -2
- data/vendor/assets/javascripts/anytime.js +24 -9
- data/vendor/assets/stylesheets/anytime.css +2 -2
- metadata +84 -111
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -13
- data/test/dummy/log/test.log +0 -195
- data/test/dummy/tmp/cache/assets/C41/5B0/sprockets%2F095415e1141a435237aa9464752d21fd +0 -0
- data/test/dummy/tmp/cache/assets/C8F/680/sprockets%2F573fd6608f01930a9b933543e9078dd7 +0 -0
- data/test/dummy/tmp/cache/assets/CA0/2F0/sprockets%2F22ad27c020171c95181936e3b84cb16e +0 -0
- data/test/dummy/tmp/cache/assets/CA0/BB0/sprockets%2F774d30314e0a9ac69a405b8a1329263b +0 -0
- data/test/dummy/tmp/cache/assets/CCB/FC0/sprockets%2F34611c3979dd1d1410845c3f3b12afa1 +0 -0
- data/test/dummy/tmp/cache/assets/CE5/650/sprockets%2F8ab512c9b33ac90e699b73469d71f061 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D45/040/sprockets%2F08df55eb6ec65587b2b9bd8221ab6509 +0 -0
- data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
- data/test/dummy/tmp/cache/assets/D77/E80/sprockets%2Fcc4b5788f879ca55a0a5d142fe398cc0 +0 -0
- data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
- data/test/dummy/tmp/cache/assets/D9F/4E0/sprockets%2Ffb0294200aed7e1fffd65d7dcd064666 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E57/ED0/sprockets%2Fea7ae7b0f42a6aac4a4f808dffb3e47c +0 -0
- data/test/dummy/tmp/cache/sass/4945ff0310a7e0b62c2d9b26a6d1db933990088e/anytime.cssc +0 -0
- data/test/dummy/tmp/cache/sass/a698ac4974ece7b4b5e3afa85b174c5d3120c352/application.css.scss.cssc +0 -0
- data/test/dummy/tmp/cache/sass/a698ac4974ece7b4b5e3afa85b174c5d3120c352/application.css.scssc +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 284d1ea1c2b1a701126306d156a3d01d6c39b28c
|
4
|
+
data.tar.gz: 93849e8ceb94060fb253e9a3fd033b0993a07563
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 0ec91070c1e08263d318beaceac717ab3355b6cc642c36b690d44460d22bcb6a1318063bf81da6f9e2a82ee63d5fdbb8f7509663388871508ba2175b4a45b92c
|
7
|
+
data.tar.gz: feac9d8631f8c61925a8040b835f8f53eea42eeeb564ef04ab0683fe230b46db9c35ea6a3e29082b5a506464c3dee59f3823448feda3c258a5493337db6c90c0
|
data/README.rdoc
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
js/css by Andrew M Andrews III
|
5
5
|
|
6
|
-
See http://www.ama3.com/anytime
|
6
|
+
See http://www.ama3.com/anytime more documentation.
|
7
7
|
|
8
8
|
|
9
9
|
== Include it in your manifests
|
@@ -22,3 +22,9 @@ Or with SCSS
|
|
22
22
|
# stylesheets/application.css.scss
|
23
23
|
@import "anytime";
|
24
24
|
|
25
|
+
== Versions
|
26
|
+
|
27
|
+
In the spirit of semantic versioning, you can expect a minor version for each Any+Time™ source release. Patch releases will only contain backwords-compatible fixes.
|
28
|
+
|
29
|
+
* 1.1.X - 4.2013.03.15.a
|
30
|
+
* 1.0.X - 4.1112L
|
@@ -1,9 +1,9 @@
|
|
1
1
|
/*****************************************************************************
|
2
2
|
* FILE: anytime.js - The Any+Time(TM) JavaScript Library (source)
|
3
3
|
*
|
4
|
-
* VERSION: 4.
|
4
|
+
* VERSION: 4.2013.03.15.a
|
5
5
|
*
|
6
|
-
* Copyright 2008-
|
6
|
+
* Copyright 2008-2013 Andrew M. Andrews III (www.AMA3.com). Some Rights
|
7
7
|
* Reserved. This work licensed under the Creative Commons Attribution-
|
8
8
|
* Noncommercial-Share Alike 3.0 Unported License except in jurisdicitons
|
9
9
|
* for which the license has been ported by Creative Commons International,
|
@@ -75,7 +75,6 @@ var AnyTime =
|
|
75
75
|
{
|
76
76
|
// private members
|
77
77
|
|
78
|
-
var __oneDay = (24*60*60*1000);
|
79
78
|
var __daysIn = [ 31,28,31,30,31,30,31,31,30,31,30,31 ];
|
80
79
|
var __iframe = null;
|
81
80
|
var __initialized = false;
|
@@ -2348,6 +2347,7 @@ AnyTime.picker = function( id, options )
|
|
2348
2347
|
{
|
2349
2348
|
var mo;
|
2350
2349
|
var t = null;
|
2350
|
+
var _this = this;
|
2351
2351
|
var elem = this.div.find('.AnyTime-focus-btn');
|
2352
2352
|
var key = event.keyCode || event.which;
|
2353
2353
|
this.denyTab = true;
|
@@ -2676,35 +2676,50 @@ AnyTime.picker = function( id, options )
|
|
2676
2676
|
else if ( key == 37 ) // left arrow
|
2677
2677
|
{
|
2678
2678
|
if ( this.fBtn.hasClass('AnyTime-dom-btn') )
|
2679
|
-
|
2679
|
+
{
|
2680
|
+
t = new Date(this.time.getTime());
|
2681
|
+
t.setDate(t.getDate()-1);
|
2682
|
+
this.keyDateChange(t);
|
2683
|
+
}
|
2680
2684
|
else
|
2681
2685
|
this.keyBack();
|
2682
2686
|
}
|
2683
2687
|
else if ( key == 38 ) // up arrow
|
2684
2688
|
{
|
2685
2689
|
if ( this.fBtn.hasClass('AnyTime-dom-btn') )
|
2686
|
-
|
2690
|
+
{
|
2691
|
+
t = new Date(this.time.getTime());
|
2692
|
+
t.setDate(t.getDate()-7);
|
2693
|
+
this.keyDateChange(t);
|
2694
|
+
}
|
2687
2695
|
else
|
2688
2696
|
this.keyBack();
|
2689
2697
|
}
|
2690
2698
|
else if ( key == 39 ) // right arrow
|
2691
2699
|
{
|
2692
2700
|
if ( this.fBtn.hasClass('AnyTime-dom-btn') )
|
2693
|
-
|
2701
|
+
{
|
2702
|
+
t = new Date(this.time.getTime());
|
2703
|
+
t.setDate(t.getDate()+1);
|
2704
|
+
this.keyDateChange(t);
|
2705
|
+
}
|
2694
2706
|
else
|
2695
2707
|
this.keyAhead();
|
2696
2708
|
}
|
2697
2709
|
else if ( key == 40 ) // down arrow
|
2698
2710
|
{
|
2699
2711
|
if ( this.fBtn.hasClass('AnyTime-dom-btn') )
|
2700
|
-
|
2712
|
+
{
|
2713
|
+
t = new Date(this.time.getTime());
|
2714
|
+
t.setDate(t.getDate()+7);
|
2715
|
+
this.keyDateChange(t);
|
2716
|
+
}
|
2701
2717
|
else
|
2702
2718
|
this.keyAhead();
|
2703
2719
|
}
|
2704
2720
|
else if ( ( ( key == 86 ) || ( key == 118 ) ) && event.ctrlKey )
|
2705
2721
|
{
|
2706
2722
|
this.inp.val("").change();
|
2707
|
-
var _this = this;
|
2708
2723
|
setTimeout( function() { _this.showPkr(null); }, 100 );
|
2709
2724
|
return;
|
2710
2725
|
}
|
@@ -3213,7 +3228,7 @@ AnyTime.picker = function( id, options )
|
|
3213
3228
|
{
|
3214
3229
|
var cmpLo = new Date(this.time.getTime());
|
3215
3230
|
cmpLo.setMonth(0,1);
|
3216
|
-
cmpLo.setHours(
|
3231
|
+
cmpLo.setHours(12,0,0,0); //12 avoids daylight savings bugs
|
3217
3232
|
var cmpHi = new Date(this.time.getTime());
|
3218
3233
|
cmpHi.setMonth(11,31);
|
3219
3234
|
cmpHi.setHours(23,59,59,999);
|
@@ -1,9 +1,9 @@
|
|
1
1
|
/*****************************************************************************
|
2
2
|
* FILE: anytime.css - The Any+Time(TM) JavaScript Library (stylesheet)
|
3
3
|
*
|
4
|
-
* VERSION: 4.
|
4
|
+
* VERSION: 4.2013.03.15.a
|
5
5
|
*
|
6
|
-
* Copyright 2008-
|
6
|
+
* Copyright 2008-2013 Andrew M. Andrews III (www.AMA3.com). Some Rights
|
7
7
|
* Reserved. This work licensed under the Creative Commons Attribution-
|
8
8
|
* Noncommercial-Share Alike 3.0 Unported License except in jurisdicitons
|
9
9
|
* for which the license has been ported by Creative Commons International,
|
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: anytime-js-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
5
|
-
prerelease:
|
4
|
+
version: 1.1.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Jeremy Ebler
|
@@ -10,202 +9,176 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date:
|
12
|
+
date: 2013-04-23 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: rails
|
17
|
-
requirement:
|
18
|
-
none: false
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
19
17
|
requirements:
|
20
|
-
- -
|
18
|
+
- - '>='
|
21
19
|
- !ruby/object:Gem::Version
|
22
20
|
version: 3.1.0
|
23
21
|
type: :runtime
|
24
22
|
prerelease: false
|
25
|
-
version_requirements:
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - '>='
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: 3.1.0
|
26
28
|
- !ruby/object:Gem::Dependency
|
27
29
|
name: jquery-rails
|
28
|
-
requirement:
|
29
|
-
none: false
|
30
|
+
requirement: !ruby/object:Gem::Requirement
|
30
31
|
requirements:
|
31
|
-
- -
|
32
|
+
- - '>='
|
32
33
|
- !ruby/object:Gem::Version
|
33
34
|
version: '0'
|
34
35
|
type: :runtime
|
35
36
|
prerelease: false
|
36
|
-
version_requirements:
|
37
|
+
version_requirements: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - '>='
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
37
42
|
- !ruby/object:Gem::Dependency
|
38
43
|
name: sqlite3
|
39
|
-
requirement:
|
40
|
-
none: false
|
44
|
+
requirement: !ruby/object:Gem::Requirement
|
41
45
|
requirements:
|
42
|
-
- -
|
46
|
+
- - '>='
|
43
47
|
- !ruby/object:Gem::Version
|
44
48
|
version: '0'
|
45
49
|
type: :development
|
46
50
|
prerelease: false
|
47
|
-
version_requirements:
|
51
|
+
version_requirements: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - '>='
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: '0'
|
48
56
|
- !ruby/object:Gem::Dependency
|
49
57
|
name: minitest
|
50
|
-
requirement:
|
51
|
-
none: false
|
58
|
+
requirement: !ruby/object:Gem::Requirement
|
52
59
|
requirements:
|
53
|
-
- -
|
60
|
+
- - '>='
|
54
61
|
- !ruby/object:Gem::Version
|
55
62
|
version: '0'
|
56
63
|
type: :development
|
57
64
|
prerelease: false
|
58
|
-
version_requirements:
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
66
|
+
requirements:
|
67
|
+
- - '>='
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '0'
|
59
70
|
- !ruby/object:Gem::Dependency
|
60
71
|
name: capybara
|
61
|
-
requirement:
|
62
|
-
none: false
|
72
|
+
requirement: !ruby/object:Gem::Requirement
|
63
73
|
requirements:
|
64
|
-
- -
|
74
|
+
- - '>='
|
65
75
|
- !ruby/object:Gem::Version
|
66
76
|
version: '0'
|
67
77
|
type: :development
|
68
78
|
prerelease: false
|
69
|
-
version_requirements:
|
70
|
-
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - '>='
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '0'
|
84
|
+
description: Any+Time™ DatePicker/TimePicker AJAX Calendar Widget 4.2013.03.15.a
|
71
85
|
email:
|
72
86
|
- jebler@gmail.com
|
73
87
|
executables: []
|
74
88
|
extensions: []
|
75
89
|
extra_rdoc_files: []
|
76
90
|
files:
|
77
|
-
- lib/anytime-js-
|
91
|
+
- lib/tasks/anytime-js-rails_tasks.rake
|
78
92
|
- lib/anytime-js-rails/version.rb
|
93
|
+
- lib/anytime-js-rails/engine.rb
|
79
94
|
- lib/anytime-js-rails.rb
|
80
|
-
- lib/tasks/anytime-js-rails_tasks.rake
|
81
|
-
- vendor/assets/javascripts/anytime.js
|
82
95
|
- vendor/assets/stylesheets/anytime.css
|
96
|
+
- vendor/assets/javascripts/anytime.js
|
83
97
|
- MIT-LICENSE
|
84
98
|
- LICENSE
|
85
99
|
- Rakefile
|
86
100
|
- README.rdoc
|
87
|
-
- test/dummy/
|
88
|
-
- test/dummy/
|
89
|
-
- test/dummy/
|
90
|
-
- test/dummy/app/helpers/application_helper.rb
|
91
|
-
- test/dummy/app/views/layouts/application.html.erb
|
92
|
-
- test/dummy/config/application.rb
|
101
|
+
- test/dummy/script/rails
|
102
|
+
- test/dummy/db/test.sqlite3
|
103
|
+
- test/dummy/Rakefile
|
93
104
|
- test/dummy/config/boot.rb
|
94
105
|
- test/dummy/config/database.yml
|
95
|
-
- test/dummy/config/environment.rb
|
96
106
|
- test/dummy/config/environments/development.rb
|
97
|
-
- test/dummy/config/environments/production.rb
|
98
107
|
- test/dummy/config/environments/test.rb
|
108
|
+
- test/dummy/config/environments/production.rb
|
109
|
+
- test/dummy/config/locales/en.yml
|
110
|
+
- test/dummy/config/application.rb
|
111
|
+
- test/dummy/config/environment.rb
|
112
|
+
- test/dummy/config/routes.rb
|
99
113
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
114
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
115
|
+
- test/dummy/config/initializers/session_store.rb
|
100
116
|
- test/dummy/config/initializers/inflections.rb
|
101
|
-
- test/dummy/config/initializers/mime_types.rb
|
102
117
|
- test/dummy/config/initializers/secret_token.rb
|
103
|
-
- test/dummy/config/initializers/
|
104
|
-
- test/dummy/
|
105
|
-
- test/dummy/
|
106
|
-
- test/dummy/
|
118
|
+
- test/dummy/config/initializers/mime_types.rb
|
119
|
+
- test/dummy/app/controllers/application_controller.rb
|
120
|
+
- test/dummy/app/helpers/application_helper.rb
|
121
|
+
- test/dummy/app/views/layouts/application.html.erb
|
122
|
+
- test/dummy/app/assets/stylesheets/application.css.scss
|
123
|
+
- test/dummy/app/assets/javascripts/application.js
|
107
124
|
- test/dummy/config.ru
|
108
|
-
- test/dummy/db/development.sqlite3
|
109
|
-
- test/dummy/db/test.sqlite3
|
110
|
-
- test/dummy/log/development.log
|
111
|
-
- test/dummy/log/test.log
|
112
|
-
- test/dummy/public/404.html
|
113
|
-
- test/dummy/public/422.html
|
114
125
|
- test/dummy/public/500.html
|
115
126
|
- test/dummy/public/favicon.ico
|
116
|
-
- test/dummy/
|
117
|
-
- test/dummy/
|
118
|
-
- test/dummy/tmp/cache/assets/C41/5B0/sprockets%2F095415e1141a435237aa9464752d21fd
|
119
|
-
- test/dummy/tmp/cache/assets/C8F/680/sprockets%2F573fd6608f01930a9b933543e9078dd7
|
120
|
-
- test/dummy/tmp/cache/assets/CA0/2F0/sprockets%2F22ad27c020171c95181936e3b84cb16e
|
121
|
-
- test/dummy/tmp/cache/assets/CA0/BB0/sprockets%2F774d30314e0a9ac69a405b8a1329263b
|
122
|
-
- test/dummy/tmp/cache/assets/CCB/FC0/sprockets%2F34611c3979dd1d1410845c3f3b12afa1
|
123
|
-
- test/dummy/tmp/cache/assets/CE5/650/sprockets%2F8ab512c9b33ac90e699b73469d71f061
|
124
|
-
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
125
|
-
- test/dummy/tmp/cache/assets/D45/040/sprockets%2F08df55eb6ec65587b2b9bd8221ab6509
|
126
|
-
- test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4
|
127
|
-
- test/dummy/tmp/cache/assets/D77/E80/sprockets%2Fcc4b5788f879ca55a0a5d142fe398cc0
|
128
|
-
- test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384
|
129
|
-
- test/dummy/tmp/cache/assets/D9F/4E0/sprockets%2Ffb0294200aed7e1fffd65d7dcd064666
|
130
|
-
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
131
|
-
- test/dummy/tmp/cache/assets/E57/ED0/sprockets%2Fea7ae7b0f42a6aac4a4f808dffb3e47c
|
132
|
-
- test/dummy/tmp/cache/sass/4945ff0310a7e0b62c2d9b26a6d1db933990088e/anytime.cssc
|
133
|
-
- test/dummy/tmp/cache/sass/a698ac4974ece7b4b5e3afa85b174c5d3120c352/application.css.scss.cssc
|
134
|
-
- test/dummy/tmp/cache/sass/a698ac4974ece7b4b5e3afa85b174c5d3120c352/application.css.scssc
|
135
|
-
- test/integration/anytime_js_integration_test.rb
|
127
|
+
- test/dummy/public/404.html
|
128
|
+
- test/dummy/public/422.html
|
136
129
|
- test/test_helper.rb
|
130
|
+
- test/integration/anytime_js_integration_test.rb
|
137
131
|
homepage: http://www.ama3.com/anytime/
|
138
132
|
licenses: []
|
133
|
+
metadata: {}
|
139
134
|
post_install_message:
|
140
135
|
rdoc_options: []
|
141
136
|
require_paths:
|
142
137
|
- lib
|
143
138
|
required_ruby_version: !ruby/object:Gem::Requirement
|
144
|
-
none: false
|
145
139
|
requirements:
|
146
|
-
- -
|
140
|
+
- - '>='
|
147
141
|
- !ruby/object:Gem::Version
|
148
142
|
version: '0'
|
149
143
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
150
|
-
none: false
|
151
144
|
requirements:
|
152
|
-
- -
|
145
|
+
- - '>='
|
153
146
|
- !ruby/object:Gem::Version
|
154
147
|
version: '0'
|
155
148
|
requirements: []
|
156
149
|
rubyforge_project:
|
157
|
-
rubygems_version:
|
150
|
+
rubygems_version: 2.0.0
|
158
151
|
signing_key:
|
159
|
-
specification_version:
|
152
|
+
specification_version: 4
|
160
153
|
summary: Any+Time™ DatePicker with the Rails 3.x asset pipeline.
|
161
154
|
test_files:
|
162
|
-
- test/dummy/
|
163
|
-
- test/dummy/
|
164
|
-
- test/dummy/
|
165
|
-
- test/dummy/app/helpers/application_helper.rb
|
166
|
-
- test/dummy/app/views/layouts/application.html.erb
|
167
|
-
- test/dummy/config/application.rb
|
155
|
+
- test/dummy/script/rails
|
156
|
+
- test/dummy/db/test.sqlite3
|
157
|
+
- test/dummy/Rakefile
|
168
158
|
- test/dummy/config/boot.rb
|
169
159
|
- test/dummy/config/database.yml
|
170
|
-
- test/dummy/config/environment.rb
|
171
160
|
- test/dummy/config/environments/development.rb
|
172
|
-
- test/dummy/config/environments/production.rb
|
173
161
|
- test/dummy/config/environments/test.rb
|
162
|
+
- test/dummy/config/environments/production.rb
|
163
|
+
- test/dummy/config/locales/en.yml
|
164
|
+
- test/dummy/config/application.rb
|
165
|
+
- test/dummy/config/environment.rb
|
166
|
+
- test/dummy/config/routes.rb
|
174
167
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
168
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
169
|
+
- test/dummy/config/initializers/session_store.rb
|
175
170
|
- test/dummy/config/initializers/inflections.rb
|
176
|
-
- test/dummy/config/initializers/mime_types.rb
|
177
171
|
- test/dummy/config/initializers/secret_token.rb
|
178
|
-
- test/dummy/config/initializers/
|
179
|
-
- test/dummy/
|
180
|
-
- test/dummy/
|
181
|
-
- test/dummy/
|
172
|
+
- test/dummy/config/initializers/mime_types.rb
|
173
|
+
- test/dummy/app/controllers/application_controller.rb
|
174
|
+
- test/dummy/app/helpers/application_helper.rb
|
175
|
+
- test/dummy/app/views/layouts/application.html.erb
|
176
|
+
- test/dummy/app/assets/stylesheets/application.css.scss
|
177
|
+
- test/dummy/app/assets/javascripts/application.js
|
182
178
|
- test/dummy/config.ru
|
183
|
-
- test/dummy/db/development.sqlite3
|
184
|
-
- test/dummy/db/test.sqlite3
|
185
|
-
- test/dummy/log/development.log
|
186
|
-
- test/dummy/log/test.log
|
187
|
-
- test/dummy/public/404.html
|
188
|
-
- test/dummy/public/422.html
|
189
179
|
- test/dummy/public/500.html
|
190
180
|
- test/dummy/public/favicon.ico
|
191
|
-
- test/dummy/
|
192
|
-
- test/dummy/
|
193
|
-
- test/dummy/tmp/cache/assets/C41/5B0/sprockets%2F095415e1141a435237aa9464752d21fd
|
194
|
-
- test/dummy/tmp/cache/assets/C8F/680/sprockets%2F573fd6608f01930a9b933543e9078dd7
|
195
|
-
- test/dummy/tmp/cache/assets/CA0/2F0/sprockets%2F22ad27c020171c95181936e3b84cb16e
|
196
|
-
- test/dummy/tmp/cache/assets/CA0/BB0/sprockets%2F774d30314e0a9ac69a405b8a1329263b
|
197
|
-
- test/dummy/tmp/cache/assets/CCB/FC0/sprockets%2F34611c3979dd1d1410845c3f3b12afa1
|
198
|
-
- test/dummy/tmp/cache/assets/CE5/650/sprockets%2F8ab512c9b33ac90e699b73469d71f061
|
199
|
-
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
200
|
-
- test/dummy/tmp/cache/assets/D45/040/sprockets%2F08df55eb6ec65587b2b9bd8221ab6509
|
201
|
-
- test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4
|
202
|
-
- test/dummy/tmp/cache/assets/D77/E80/sprockets%2Fcc4b5788f879ca55a0a5d142fe398cc0
|
203
|
-
- test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384
|
204
|
-
- test/dummy/tmp/cache/assets/D9F/4E0/sprockets%2Ffb0294200aed7e1fffd65d7dcd064666
|
205
|
-
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
206
|
-
- test/dummy/tmp/cache/assets/E57/ED0/sprockets%2Fea7ae7b0f42a6aac4a4f808dffb3e47c
|
207
|
-
- test/dummy/tmp/cache/sass/4945ff0310a7e0b62c2d9b26a6d1db933990088e/anytime.cssc
|
208
|
-
- test/dummy/tmp/cache/sass/a698ac4974ece7b4b5e3afa85b174c5d3120c352/application.css.scss.cssc
|
209
|
-
- test/dummy/tmp/cache/sass/a698ac4974ece7b4b5e3afa85b174c5d3120c352/application.css.scssc
|
210
|
-
- test/integration/anytime_js_integration_test.rb
|
181
|
+
- test/dummy/public/404.html
|
182
|
+
- test/dummy/public/422.html
|
211
183
|
- test/test_helper.rb
|
184
|
+
- test/integration/anytime_js_integration_test.rb
|
File without changes
|
@@ -1,13 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Started GET "/" for 127.0.0.1 at 2012-05-26 18:20:35 -0700
|
4
|
-
|
5
|
-
ActionController::RoutingError (No route matches [GET] "/"):
|
6
|
-
|
7
|
-
|
8
|
-
Rendered /Users/jebler/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.4ms)
|
9
|
-
|
10
|
-
|
11
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 18:20:50 -0700
|
12
|
-
Compiled anytime.js (2ms) (pid 25705)
|
13
|
-
Served asset /anytime.js - 200 OK (13ms)
|
data/test/dummy/log/test.log
DELETED
@@ -1,195 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 18:11:17 -0700
|
4
|
-
Served asset /anytime.css - 404 Not Found (2ms)
|
5
|
-
|
6
|
-
|
7
|
-
Started GET "/assets/anyime.js" for 127.0.0.1 at 2012-05-26 18:11:18 -0700
|
8
|
-
Served asset /anyime.js - 404 Not Found (2ms)
|
9
|
-
|
10
|
-
|
11
|
-
Started GET "/assets/anyime.js" for 127.0.0.1 at 2012-05-26 18:11:44 -0700
|
12
|
-
Served asset /anyime.js - 404 Not Found (2ms)
|
13
|
-
|
14
|
-
|
15
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 18:11:45 -0700
|
16
|
-
Served asset /anytime.css - 404 Not Found (2ms)
|
17
|
-
|
18
|
-
|
19
|
-
Started GET "/assets/anyime.js" for 127.0.0.1 at 2012-05-26 18:16:13 -0700
|
20
|
-
Served asset /anyime.js - 404 Not Found (3ms)
|
21
|
-
|
22
|
-
|
23
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 18:16:14 -0700
|
24
|
-
Compiled anytime.css (0ms) (pid 25448)
|
25
|
-
Served asset /anytime.css - 200 OK (14ms)
|
26
|
-
|
27
|
-
|
28
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 18:21:12 -0700
|
29
|
-
Compiled anytime.js (2ms) (pid 25882)
|
30
|
-
Served asset /anytime.js - 200 OK (11ms)
|
31
|
-
|
32
|
-
|
33
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 18:21:13 -0700
|
34
|
-
Served asset /anytime.css - 200 OK (3ms)
|
35
|
-
|
36
|
-
|
37
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 18:25:31 -0700
|
38
|
-
Served asset /anytime.js - 200 OK (6ms)
|
39
|
-
|
40
|
-
|
41
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 18:25:32 -0700
|
42
|
-
Served asset /anytime.css - 200 OK (3ms)
|
43
|
-
|
44
|
-
|
45
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 18:25:51 -0700
|
46
|
-
Served asset /anytime.js - 200 OK (5ms)
|
47
|
-
|
48
|
-
|
49
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 18:25:52 -0700
|
50
|
-
Served asset /anytime.css - 200 OK (3ms)
|
51
|
-
|
52
|
-
|
53
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 18:30:47 -0700
|
54
|
-
|
55
|
-
|
56
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 18:30:48 -0700
|
57
|
-
|
58
|
-
|
59
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 18:31:05 -0700
|
60
|
-
Served asset /anytime.css - 200 OK (4ms)
|
61
|
-
|
62
|
-
|
63
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 18:31:06 -0700
|
64
|
-
Served asset /anytime.js - 200 OK (3ms)
|
65
|
-
|
66
|
-
|
67
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 18:38:00 -0700
|
68
|
-
Served asset /anytime.js - 200 OK (5ms)
|
69
|
-
|
70
|
-
|
71
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 18:38:01 -0700
|
72
|
-
Served asset /anytime.css - 200 OK (3ms)
|
73
|
-
|
74
|
-
|
75
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2012-05-26 19:02:00 -0700
|
76
|
-
Compiled application.js (6ms) (pid 28306)
|
77
|
-
Compiled jquery.js (3ms) (pid 28306)
|
78
|
-
Compiled jquery_ujs.js (0ms) (pid 28306)
|
79
|
-
Served asset /application.js - 200 OK (39ms)
|
80
|
-
|
81
|
-
|
82
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 19:02:02 -0700
|
83
|
-
Served asset /anytime.css - 200 OK (3ms)
|
84
|
-
|
85
|
-
|
86
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-26 19:02:02 -0700
|
87
|
-
Compiled application.css (3ms) (pid 28306)
|
88
|
-
Served asset /application.css - 200 OK (16ms)
|
89
|
-
|
90
|
-
|
91
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 19:02:02 -0700
|
92
|
-
Served asset /anytime.js - 200 OK (3ms)
|
93
|
-
|
94
|
-
|
95
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 19:07:43 -0700
|
96
|
-
Served asset /anytime.css - 200 OK (5ms)
|
97
|
-
|
98
|
-
|
99
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2012-05-26 19:07:44 -0700
|
100
|
-
Served asset /application.js - 200 OK (7ms)
|
101
|
-
|
102
|
-
|
103
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 19:07:44 -0700
|
104
|
-
Served asset /anytime.js - 200 OK (3ms)
|
105
|
-
|
106
|
-
|
107
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-26 19:07:44 -0700
|
108
|
-
Compiled application.css (16ms) (pid 28752)
|
109
|
-
Served asset /application.css - 200 OK (30ms)
|
110
|
-
|
111
|
-
|
112
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2012-05-26 19:08:17 -0700
|
113
|
-
Served asset /application.js - 200 OK (9ms)
|
114
|
-
|
115
|
-
|
116
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 19:08:18 -0700
|
117
|
-
Served asset /anytime.js - 200 OK (3ms)
|
118
|
-
|
119
|
-
|
120
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 19:08:18 -0700
|
121
|
-
Served asset /anytime.css - 200 OK (3ms)
|
122
|
-
|
123
|
-
|
124
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-26 19:08:18 -0700
|
125
|
-
Compiled application.css (14ms) (pid 28793)
|
126
|
-
Served asset /application.css - 200 OK (30ms)
|
127
|
-
|
128
|
-
|
129
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-26 19:09:17 -0700
|
130
|
-
Error compiling asset application.css:
|
131
|
-
Sass::SyntaxError: Invalid CSS after "@include ": expected identifier, was ""anytime";"
|
132
|
-
(in /Users/jebler/Code/anytime-js-rails/test/dummy/app/assets/stylesheets/application.css.scss)
|
133
|
-
Served asset /application.css - 500 Internal Server Error
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2012-05-26 19:09:18 -0700
|
138
|
-
Served asset /application.js - 200 OK (7ms)
|
139
|
-
|
140
|
-
|
141
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 19:09:18 -0700
|
142
|
-
Served asset /anytime.css - 200 OK (3ms)
|
143
|
-
|
144
|
-
|
145
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 19:09:18 -0700
|
146
|
-
Served asset /anytime.js - 200 OK (3ms)
|
147
|
-
|
148
|
-
|
149
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-26 19:09:45 -0700
|
150
|
-
Compiled application.css (168ms) (pid 28877)
|
151
|
-
Served asset /application.css - 200 OK (178ms)
|
152
|
-
|
153
|
-
|
154
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2012-05-26 19:09:46 -0700
|
155
|
-
Served asset /application.js - 200 OK (7ms)
|
156
|
-
|
157
|
-
|
158
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 19:09:47 -0700
|
159
|
-
Served asset /anytime.css - 200 OK (3ms)
|
160
|
-
|
161
|
-
|
162
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 19:09:47 -0700
|
163
|
-
Served asset /anytime.js - 200 OK (3ms)
|
164
|
-
|
165
|
-
|
166
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 19:42:30 -0700
|
167
|
-
Served asset /anytime.js - 200 OK (5ms)
|
168
|
-
|
169
|
-
|
170
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-26 19:42:31 -0700
|
171
|
-
Served asset /application.css - 200 OK (5ms)
|
172
|
-
|
173
|
-
|
174
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 19:42:31 -0700
|
175
|
-
Served asset /anytime.css - 200 OK (4ms)
|
176
|
-
|
177
|
-
|
178
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2012-05-26 19:42:31 -0700
|
179
|
-
Served asset /application.js - 200 OK (26ms)
|
180
|
-
|
181
|
-
|
182
|
-
Started GET "/assets/anytime.js" for 127.0.0.1 at 2012-05-26 19:44:09 -0700
|
183
|
-
Served asset /anytime.js - 200 OK (5ms)
|
184
|
-
|
185
|
-
|
186
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2012-05-26 19:44:10 -0700
|
187
|
-
Served asset /application.js - 200 OK (6ms)
|
188
|
-
|
189
|
-
|
190
|
-
Started GET "/assets/anytime.css" for 127.0.0.1 at 2012-05-26 19:44:10 -0700
|
191
|
-
Served asset /anytime.css - 200 OK (3ms)
|
192
|
-
|
193
|
-
|
194
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-26 19:44:10 -0700
|
195
|
-
Served asset /application.css - 200 OK (2ms)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|