Saloneer
Saloneer
_From @fkchang on February 5, 2016 19:27_ Something to throw into this, that data structures nested > 1 level deep could be an issue. I wrote a converter to convert...
_From @catmando on February 5, 2016 19:32_ Maybe if type is Native as in `param :foo, type: Native` it means to convert incoming to a string, then JSON parse it,...
_From @catmando on February 5, 2016 19:42_ Hang on... thinking: If you declare `param :foo, type: Hash` and you pass a native object, then we should serialize-deserialize the object. If...
_From @ajjahn on March 29, 2016 15:54_ @wied03 I agree that observable state shouldn't be required. This could be addressed in the state definition by passing an option. Not sure...
_From @ajjahn on January 8, 2016 17:42_ @catmando Yeah, I agree. We need to provide some testing tools. I began adding test matchers [here](https://github.com/zetachang/react.rb/blob/master/lib/react/testing/matchers/render_html_matcher.rb) just to clean up our own...
_From @catmando on January 8, 2016 20:37_ That all looks good. In particular I really like this: ``` ruby mount(MyComponent).with_params(say: 'Hi') # Like capybara's visit '/some/url' # now we have...
_From @catmando on January 14, 2016 1:21_ Okay, I did an initial implementation for testing our site, and here is what I have come up with (just the mount so...
_From @wied03 on March 25, 2016 21:12_ I love doing capybara testing but I think that's no substitute for unit testing on the JS side. I wrote a shared RSpec...
This issue was moved to reactrb/reactrb#30
This issue was moved to reactrb/reactrb#90