Rystraum Gamonez
Rystraum Gamonez
Also, to add to this discussion, the webpacker setup doesn't support multiple file extensions out of the box. I've been spending a couple of hours trying to find out why...
@sshaw Tried to replicate your versions, but it worked fine on mine. https://github.com/rystraum/react-rails-issue-702 https://github.com/rystraum/react-rails-issue-702/blob/master/package.json https://github.com/rystraum/react-rails-issue-702/blob/master/Gemfile
@sshaw If it helps you, in projects that are transitioning from regular JS/jQuery to React, as a matter of convention, we've found that using `.jsx` for React stuff and retaining...
There are 2 issues here. 1) For those who are using capistrano-rvm, make sure that you've set: `set :rvm_map_bins, %w{gem rake ruby bundle rails}` This enables capistrano-db-tasks to run rails...
@faizaankhan @Faizaankhan3 Hard for us to see the folder structure you're outlining because whitespace is clobbered in markdown. Can you wrap your folder structure text around code blocks so we...
I know this PR was closed, but just wanted to add that applying the PR changes to my app fixed production issues on circular dependencies on load so might probably...
3 months issue, I know. Missing a semi-colon at line 95. It's better to put the getCalendar code within the AJAX-fetched page so it fires off when the page is...