react-rails icon indicating copy to clipboard operation
react-rails copied to clipboard

Integrate React.js with Rails views and controllers, the asset pipeline, or webpacker.

Results 134 react-rails issues
Sort by recently updated
recently updated
newest added

Help us help you! Have you looked for similar issues? Do you have reproduction steps? [Contributing Guide](CONTRIBUTING.md#reporting-bugs) ### Steps to reproduce `yarn upgrade react_ujs` when I'm on `[email protected]` and have...

### Summary Server rendering currently raises an `undefined method '[]' for an instance of Propshaft::Assembly` error when using the Propshaft assets pipeline, since it assumes Sprockets is present. This PR...

Hello Devs, React release v19. After installing it I have errors like that for all components. ``` react-dom.development.js:13123 Uncaught Error: Objects are not valid as a React child (found: object...

### Summary `package_json` is a required gem for react_on_rails, if you don't have it in your Gemfile you will face the following error: `/Users/your_user/.rbenv/versions/3.3.6/lib/ruby/3.3.0/bundled_gems.rb:69:in require': cannot load such file --...

### Steps to reproduce 1. create a rails 7.1 application 2. setup an index action with a react component 3. setup a react router configuration 4. refresh the page and...

Help us help you! Have you looked for similar issues? Do you have reproduction steps? [Contributing Guide](CONTRIBUTING.md#reporting-bugs) ### Steps to reproduce 1. Access to https://github.com/reactjs/react-rails/blob/master/docs/get-started.md#reactjs-versions - https://github.com/reactjs/react-rails/blob/6e811b6bc3634112a269821ee2f5b512167d39ae/docs/get-started.md#L338 2. Click `VERSIONS.md`...

### Summary `connection_pool` v3+ requires keyword arguments instead of positional args, but also drops support for Ruby 3.2 so this has us check the version being used and do the...

v3 changed `ConnectionPool` to [take keyword args rather than positional args](https://github.com/mperham/connection_pool/blob/main/Changes.md#300), which breaks https://github.com/reactjs/react-rails/blob/28ee68955f00261aecc07061ea6ea1dfc0831e06/lib/react/server_rendering.rb#L19 I've not dug deeper into this yet so that might not be the only change that...

### Summary _Remove this paragraph and provide a general description of the code changes in your pull request... were there any bugs you had fixed? If so, mention them. If...

### Summary Updates the project from Ruby 2.7/3.0 to Ruby 3.3 to take advantage of the latest Ruby features and improvements. Ruby 3.3 is the current stable release with better...