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

Commit 4f80865

Browse files
committedOct 25, 2016
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
 

Diff for: ‎.gitignore

+10
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/

Diff for: ‎reactive_record_spec/test_app/Gemfile

-1
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'

0 commit comments

Comments
 (0)
This repository has been archived.