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

Let's merge 0-8-stable to master #164

Merged
merged 58 commits into from
Oct 3, 2016
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
54a66d7
closes #142 closes #143
catmando May 19, 2016
1be83c7
[React::Children] Fix the spec
zetachang Sep 17, 2016
fc37df3
Squashed commit of the following:
zetachang Sep 17, 2016
cdc751d
Make v13 test back and skip it at runtime
zetachang Sep 17, 2016
9710d3f
Setup Appraisal to test multiple reactjs build provided by “react-rai…
zetachang Sep 17, 2016
8639e04
Unbroke test
zetachang Sep 17, 2016
d389abc
Update props validation spec to match reactjs v15
zetachang Sep 20, 2016
0537300
Fix Utils spec
zetachang Sep 20, 2016
90ae8c8
[TravisCI] test matrix for react v13-v15
zetachang Sep 20, 2016
52981e2
Make root Gemfile is also installed
zetachang Sep 20, 2016
d136e15
[React::Test::Session] Fix for reactjs-v15
zetachang Sep 22, 2016
69172cf
[Test Infra] Add opal-0.9 to Appraisals
zetachang Sep 22, 2016
010ae27
[opal-0.9] Fix validator_spec
zetachang Sep 22, 2016
4cef660
[opal-0.9] Fix ruby specs
zetachang Sep 22, 2016
f37c475
[opal-0.9] Fix dsl spec
zetachang Sep 22, 2016
9d0abb3
Restrict opal-rails to 0.8.1 for opal 0.8
zetachang Sep 24, 2016
a194644
Pass parent BUNDLE_GEMFILE when shell out
zetachang Sep 24, 2016
6686d0f
Fix asset_pipeline_spec
zetachang Sep 24, 2016
005cbfe
[opal-0.9] Fix React::Children
zetachang Sep 24, 2016
5330f23
Fix tutorial spec
zetachang Sep 25, 2016
d88afd7
[opal-0.9] Fix DSL spec
zetachang Sep 25, 2016
5e0c2ed
Increase test timeout
zetachang Sep 25, 2016
1ef23d7
Add runtime check for task.timeout
zetachang Sep 25, 2016
caacdec
[travis-ci] Ignore jruby opal-0.9 react 14 & 15
zetachang Sep 25, 2016
47b1f21
adds haml like data param typing, closes #99
adamcreekroad Jun 14, 2016
5a3d69d
Add render class method
zetachang Sep 27, 2016
f747191
closes #148
catmando Jun 15, 2016
4727fbc
WIP
catmando Jun 23, 2016
fb8c151
[travis-ci] display phantomjs version
zetachang Sep 27, 2016
9472d8a
refactored handling of tags and method_missing
catmando Jun 24, 2016
d6fce16
Fix missing requires & move React::Children back
zetachang Sep 30, 2016
cc46cf5
Make React::HTML_TAGS back to keep backward compatibility
zetachang Sep 30, 2016
b0968af
Make React::HASH_ATTRIBUTES back
zetachang Sep 30, 2016
72f22f1
Move svg tags back
zetachang Sep 30, 2016
8a6236f
Fix DSL spec
zetachang Sep 30, 2016
742b02b
Move back the handling of `p` tag
zetachang Sep 30, 2016
f9eb077
Fix #params accessing with the updated PropsWrapper
zetachang Sep 30, 2016
66f077c
fixed spec
catmando Jun 27, 2016
2bae76f
ready to release
catmando Jun 28, 2016
e3df4bc
look up non sibling ancestor components
catmando Jun 28, 2016
6cdee7a
added _as_node support to NativeLibrary
catmando Jun 29, 2016
9fc7272
added check for legacy react native components
catmando Jun 29, 2016
780e61e
cant find components in anonymous scopes fixed
catmando Jun 29, 2016
a2ae4be
closes #151
catmando Jun 30, 2016
4b8d04d
closes #153
catmando Jul 13, 2016
10347fe
[ElementSpec] fix warning format matching
zetachang Oct 2, 2016
c994c1a
closes 154
catmando Jul 13, 2016
807efce
closes #152
catmando Jul 13, 2016
1933a3a
added test spec to make sure nested native libraries work
catmando Jul 15, 2016
04f7f44
closes #155
catmando Jul 16, 2016
6d67f63
Add missing require to reactive-ruby
zetachang Oct 2, 2016
91d17f3
closes #157 closes #158
catmando Jul 19, 2016
bcc36f7
Squash changes of baf71b4d 95397b41 ea6271da 08c4028f
zetachang Oct 2, 2016
25b8231
Readress #158
zetachang Sep 12, 2016
ea87551
opal 10.x compatibility fixes
catmando Jul 8, 2016
cefbe2e
[travis ci] exclude jruby opal 0.9 react v13 setup
zetachang Oct 2, 2016
36720b9
Fix spec in react v13 & v14
zetachang Oct 2, 2016
45906da
[Test] opal-rspec tests setup for running in both opal 0.8 & 0.9
zetachang Oct 2, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make root Gemfile is also installed
zetachang committed Sep 20, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 52981e21f29a4c7ad36d98629ba866ab88f2faac
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ rvm:
- 2.1
- jruby-19mode
script:
- BUNDLE_GEMFILE=$PWD/Gemfile bundle install
- bundle exec rake test_app
- bundle exec rake
gemfile: