Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 4f80865

Browse files
committed
everything hopefully passing
1 parent 6141e25 commit 4f80865

File tree

5,469 files changed

+10
-464170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,469 files changed

+10
-464170
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,13 @@
1616
/Gemfile.lock
1717
/examples/action-cable/rails_cache_dir/
1818
rails_cache_dir/
19+
20+
.bundle/
21+
log/*.log
22+
pkg/
23+
reactive_record_spec/test_app/db/*.sqlite3
24+
reactive_record_spec/test_app/log/
25+
reactive_record_spec/test_app/tmp/
26+
reactive_record_spec/test_app/.sass-cache
27+
.DS_Store
28+
reactive_record_spec/test_app/tmp/

reactive_record_spec/test_app/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ gem 'react-rails' #, "1.3.3"
55
gem 'opal', '~> 0.9.0'
66
gem 'reactrb' #, git: "https://github.com/reactrb/reactrb.git", branch: "0-8-stable" # path: "../../../reactrb"
77
gem 'opal-rails'#, git: "https://github.com/reactrb/opal-rails.git"
8-
gem 'reactive-record', path: "../.."
98
gem 'therubyracer'
109
gem 'jquery-cookie-rails'
1110
gem 'byebug'

reactive_record_spec/test_app/Gemfile.lock

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ PATH
1212
specs:
1313
synchromesh (0.4.0)
1414
activerecord (>= 0.3.0)
15-
reactive-record (>= 0.7.43)
16-
17-
PATH
18-
remote: ../..
19-
specs:
20-
reactive-record (0.8.4)
21-
opal-browser
22-
opal-rails
23-
rails (>= 3.2.13)
24-
react-rails
2515
reactrb
2616

2717
GEM
@@ -110,9 +100,6 @@ GEM
110100
tilt (>= 1.4)
111101
opal-activesupport (0.3.0)
112102
opal (>= 0.5.0, < 1.0.0)
113-
opal-browser (0.2.0)
114-
opal
115-
paggio
116103
opal-jquery (0.4.2)
117104
opal (>= 0.7.0, < 0.11.0)
118105
opal-rails (0.9.0)
@@ -124,7 +111,6 @@ GEM
124111
sprockets-rails (< 3.0)
125112
opal-rspec (0.5.0)
126113
opal (>= 0.8.0, < 0.10)
127-
paggio (0.2.6)
128114
pry (0.10.4)
129115
coderay (~> 1.1.0)
130116
method_source (~> 0.8.1)
@@ -211,7 +197,6 @@ DEPENDENCIES
211197
pry-rescue
212198
rails
213199
react-rails
214-
reactive-record!
215200
reactrb
216201
sqlite3
217202
synchromesh!
Binary file not shown.
-32 KB
Binary file not shown.

reactive_record_spec/test_app/log/.gitkeep

Whitespace-only changes.

reactive_record_spec/test_app/log/development.log

Lines changed: 0 additions & 425430 deletions
This file was deleted.

reactive_record_spec/test_app/tmp/cache/C91/480/synchromesh_active_connections

Lines changed: 0 additions & 2 deletions
This file was deleted.

reactive_record_spec/test_app/tmp/cache/assets/development/sprockets/v3.0/-3/-3RU_SUkH_xS5GXbwEuKGA8x3KTTAQfukcyN9Wrnc9U.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)