Saloneer
Saloneer
_From @catmando on December 10, 2015 4:42_ **optional vs. mandantory state declarations** My biggest hesitation is it is not "ruby" like. However I think we should go ahead and make...
_From @ajjahn on December 14, 2015 3:53_ #### State Scope: Let me further describe the three different scope options I suggested above so we can be sure we are on...
_From @ajjahn on December 14, 2015 4:23_ Removing the component `:instance` accessor method definitions and sticking with `state.foo` syntax: | Option | Valid Values | Default Value | | ---...
_From @catmando on December 14, 2015 17:4_ To be clear on the syntax: `:class` can be specified as either `class: value`, or just `:class` The `:initial` key must have a...
_From @ajjahn on December 14, 2015 19:25_ Yeah, basically `state` takes an array of arguments. The last argument can be a hash but it's not required. `:initial` is only a...
_From @catmando on December 23, 2015 6:43_ This is worse than I thought. Take `param :read_only` for example. It doesn't work because read_only gets automatically translated to readOnly. This is...
_From @catmando on May 6, 2015 19:32_ is that a working example or what? I have the same question... did you find a better answer?
_From @RedFred7 on February 24, 2016 12:6_ I fully concur with this. As someone who uses Sinatra and Cuba more often than Rails, I'd love to be able to use...
_From @catmando on March 15, 2016 20:3_ From a discussion from the chat area it would seem the best approach is to divide this into separate gems: reactrb-prererendering-support that takes...
_From @catmando on February 5, 2016 19:22_ @fkchang had this comment which triggered this issue: I suspect this might be related to that issue u reported on the opal gitter...