-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-rails 2.0 #448
Comments
Thanks, I added a note! |
I've just seen this list for version 2. Ok, support for rails 5 as I'm getting this: #467 |
Do you mean Sprockets 3 or Sprockets 4? At the moment I'm testing Turbolinks 5 and Sprockets 4.0.0.beta2 and |
Oh, I didn't know Sprockets 4 was so close to launching! Will it be part of Rails 5? I expect Turbolinks 5 to be supported in the latest (1.6.2). Please open an issue if you have any trouble! |
@rmosolgo Upgrading from 3.x and 4.x: https://github.com/rails/sprockets/blob/master/UPGRADING.md I don't think it'll be apart of Rails 5, at least not as far as I know. |
@rmosolgo and thank you very very much for maintaining the gem for so long and so well! I was so happy to see react-rails had already been upgraded to support Rails 5, most other gems were throwing deprecations warnings right and left. |
@rmosolgo update: It looks like this was entirely a Turbolinks 5 problem. Since Turbolinks 5 has no guide for updating, I didn't realize the events had changed, so all our JavaScript stopped loading. Using Turbolinks Classic and Sprockets 5.0.0 works fine with react-rails, apologies! |
@rmosolgo you can probably remove the |
They're still on For my part, I need |
Not sure, I guess you'd have to test 15.0-rc1 to see what happens. |
Is React 15.0 support implicit for this issue, or should it be added to the checklist? Don't see a 15.0 ticket elsewhere. |
There are some issues building up, I think they will need some breaking changes. Here's what's on my list. Do you have anything else that's missing?
before_filter
usage in ControllerLifecycle Depreciation warnings with Rails 5 #404Figure out cases where assets aren't transformed (Asset pipelinerequire
not working with coffeescript [v1.4.2 and above] #415, Loading .js.jsx files doesn't work in specs anymore #431)Fix(SprocketsRenderer) support Sprockets::Manifest if assets were precompiled #430)
react_ujs
a manifest?Basically, just merge this: Only require rails as a development dependency #427Don't depend on sprockets Register with sprockets when sprockets is available #493webpacker
Support custom ReactJS builds (backed with npm & webpack, built into the apps asset directory)ExposerenderToString
etc without//= require react-server
(Render static html client-side #442).js
files for CONSOLE_POLYFILL and CONSOLE_REPLAYengine.rb
andrailtie.rb
? They're almost the same thing, right?require()
environments refactor(UJS) make it webpack-friendly #678[ ] Improve YARD docs[ ] Split readme into guides & improve contentThe text was updated successfully, but these errors were encountered: