Is anyone using Rails 6 on a live project yet? Or considering moving to 6?
Just starting a new project and am not persuaded to move over to 6. Just wondered what others are thinking.
Is anyone using Rails 6 on a live project yet? Or considering moving to 6?
Just starting a new project and am not persuaded to move over to 6. Just wondered what others are thinking.
For further actions, you may consider blocking this person and/or reporting abuse
Davide Santangelo -
Merdan Durdyyev -
Ahmad Raza -
Yaroslav Shmarov -
Once suspended, bizzibody will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, bizzibody will be able to comment and publish posts again.
Once unpublished, all posts by bizzibody will become hidden and only accessible to themselves.
If bizzibody is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Ian bradbury.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag bizzibody:
Unflagging bizzibody will restore default visibility to their posts.
Top comments (3)
I know that there are companies using Rails 6 since its first release candidate. Now that the version 6.0.1 is released, I'd have no concerns on starting a project where you don't have much time to debug using Rails 6.0.1.
Could you elaborate a bit more in your concerns please? =)
My main concerns revolve around the webpack integration and the difficulty in getting that right. And you know, being a new version there will be effort to get comfortable to the changes. No other concerns really.
Interesting 🤔
by getting that right, do you mean in a specific configuration?
If want to use react or something you could create your app like this and it works really well:
All your js is going to be on
app/javascript/
Also, if your app gets too large in the future, you could move the front-end to a different repo quite easily
Do you have any specific change in mind?