daninfpj

Results 10 comments of daninfpj

I have Soundflower installed. My default output device is Internal speakers. When I open BackgroundMusic, the selected device is always Soundflower. So every time I reboot my laptop I have...

What worked for me was creating a symlink to `/usr/share/rvm/bin/rvm` on my deployment target dir `$/.rvm/bin/rvm`

I'm gonna start working on this soon. I think to load the pack files we should stick to some convention (probably configurable) like [react-rails' components.js](https://github.com/reactjs/react-rails#server-rendering) does, so we know where...

Exactly, that file (`components.js`) loads all the components you'll be using for sever-side rendering and their dependencies. I think that makes sense and simplifies the logic of trying to locate...

@justin808: The whole point of this library (not just server rendering) is to take advantage of Rails 5.1 (currently on rc2) first-class support for Webpack and React. This allows for...

Definitely! I'll make the changes.

Hey! Give me a couple days and I’ll take a look.

This has been extensively discussed on #14, although there’s not a definitive answer or example there, you will find some good pointers.