File tree 9 files changed +18
-39
lines changed
9 files changed +18
-39
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: ruby
3
3
rvm :
4
4
- 2.0.0
5
5
- 1.9.3
6
+ - jruby-19mode
6
7
before_install :
7
8
- gem install bundler --version '>= 1.2.2'
8
9
before_script : ' bundle exec rake appraisal:install'
Original file line number Diff line number Diff line change 1
1
PATH
2
- remote: /home/jakub /code/react-rails
2
+ remote: /Users/poshannessy/FB /code/react-rails
3
3
specs:
4
4
react-rails (0.4.1.0)
5
5
execjs
48
48
i18n (0.6.4)
49
49
journey (1.0.4)
50
50
json (1.8.0)
51
+ json (1.8.0-java)
51
52
mail (2.5.4)
52
53
mime-types (~> 1.16)
53
54
treetop (~> 1.4.8)
85
86
multi_json (~> 1.0)
86
87
rack (~> 1.0)
87
88
tilt (~> 1.1, != 1.3.0)
88
- sqlite3 (1.3.7)
89
89
thor (0.18.1)
90
90
tilt (1.4.1)
91
91
treetop (1.4.14)
94
94
tzinfo (0.3.37)
95
95
96
96
PLATFORMS
97
+ java
97
98
ruby
98
99
99
100
DEPENDENCIES
100
101
appraisal
101
102
bundler (>= 1.2.2)
102
103
rails (~> 3.1)
103
104
react-rails!
104
- sqlite3
Original file line number Diff line number Diff line change 1
1
PATH
2
- remote: /home/jakub /code/react-rails
2
+ remote: /Users/poshannessy/FB /code/react-rails
3
3
specs:
4
4
react-rails (0.4.1.0)
5
5
execjs
48
48
i18n (0.6.4)
49
49
journey (1.0.4)
50
50
json (1.8.0)
51
+ json (1.8.0-java)
51
52
mail (2.5.4)
52
53
mime-types (~> 1.16)
53
54
treetop (~> 1.4.8)
85
86
multi_json (~> 1.0)
86
87
rack (~> 1.0)
87
88
tilt (~> 1.1, != 1.3.0)
88
- sqlite3 (1.3.7)
89
89
thor (0.18.1)
90
90
tilt (1.4.1)
91
91
treetop (1.4.14)
94
94
tzinfo (0.3.37)
95
95
96
96
PLATFORMS
97
+ java
97
98
ruby
98
99
99
100
DEPENDENCIES
100
101
appraisal
101
102
bundler (>= 1.2.2)
102
103
rails (~> 3.2)
103
104
react-rails!
104
- sqlite3
Original file line number Diff line number Diff line change 1
1
PATH
2
- remote: /home/jakub /code/react-rails
2
+ remote: /Users/poshannessy/FB /code/react-rails
3
3
specs:
4
4
react-rails (0.4.1.0)
5
5
execjs
38
38
rake
39
39
arel (4.0.0)
40
40
atomic (1.1.12)
41
+ atomic (1.1.12-java)
41
42
builder (3.1.4)
42
43
erubis (2.7.0)
43
44
execjs (1.4.0)
78
79
actionpack (>= 3.0)
79
80
activesupport (>= 3.0)
80
81
sprockets (~> 2.8)
81
- sqlite3 (1.3.7)
82
82
thor (0.18.1)
83
83
thread_safe (0.1.2)
84
84
atomic
85
+ thread_safe (0.1.2-java)
86
+ atomic
85
87
tilt (1.4.1)
86
88
treetop (1.4.14)
87
89
polyglot
88
90
polyglot (>= 0.3.1)
89
91
tzinfo (0.3.37)
90
92
91
93
PLATFORMS
94
+ java
92
95
ruby
93
96
94
97
DEPENDENCIES
95
98
appraisal
96
99
bundler (>= 1.2.2)
97
100
rails (~> 4.0)
98
101
react-rails!
99
- sqlite3
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Gem::Specification.new do |s|
16
16
17
17
s . add_development_dependency "bundler" , [ ">= 1.2.2" ]
18
18
s . add_development_dependency "appraisal"
19
- s . add_development_dependency "sqlite3" # needed for the dummy app
20
19
21
20
s . add_dependency 'execjs'
22
21
s . add_dependency 'rails' , '>= 3.1'
Original file line number Diff line number Diff line change 1
1
require File . expand_path ( '../boot' , __FILE__ )
2
2
3
- require 'rails/all'
3
+ # Pick the frameworks you want:
4
+ # require "active_record/railtie"
5
+ require "action_controller/railtie"
6
+ require "action_mailer/railtie"
7
+ require "sprockets/railtie"
8
+ require "rails/test_unit/railtie"
4
9
5
10
Bundler . require ( *Rails . groups )
6
11
require "react-rails"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 19
19
# Print deprecation notices to the Rails logger.
20
20
config . active_support . deprecation = :log
21
21
22
- # Raise an error on page load if there are pending migrations
23
- config . active_record . migration_error = :page_load
24
-
25
22
# Debug mode disables concatenation and preprocessing of assets.
26
23
# This option may cause significant delays in view rendering with a large
27
24
# number of complex assets.
You can’t perform that action at this time.
0 commit comments