babel / website

:globe_with_meridians: The Babel documentation website
https://babeljs.io/docs/en/index.html
MIT License
757 stars 1.32k forks source link

[Bug]: Documentation for Rails is for Rails 6, but Rails is on Rails 7 #2693

Open pickhardt opened 2 years ago

pickhardt commented 2 years ago

💻

How are you using Babel?

babel-loader (webpack)

Input code

n/a just documentation needs updating

Configuration file name

No response

Configuration

No response

Current and expected behavior

I was reading the Rails instructions at https://babeljs.io/setup#installation and it mentions Rails 6, but Rails is now on Rails 7, so it should probably get updated. It also links to Webpacker, but Webpacker's site says "Webpacker has been retired" so I don't think these instructions are current.

Environment

n/a, just documentation

Possible solution

No response

Additional context

No response

babel-bot commented 2 years ago

Hey @pickhardt! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite.

babel-bot commented 2 years ago

Hey @pickhardt! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite.

nicolo-ribaudo commented 2 years ago

Hi! No one in the current team uses Rails, so we would need help with this :sweat_smile: Would you like to open a pr in the babel/website repository updating it to "whatever needs to be done now"?

Moshahrani commented 2 years ago

Hey Nicolo, is there anyway I can help contribute by updating the docs for this issue?? Thanks

Sharanya98 commented 2 years ago

Is this issue open for contribution?

nicolo-ribaudo commented 2 years ago

Yes! No one in the team uses Rails, but please open a PR in the babel/website repository if the docs are still outdated :pray:

JLHwung commented 1 year ago

If you are using webpacker, you can migrate to the jsbundling gem. Here is a migration guide.