-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Update installation guide for Ruby on Rails v8 #2371
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
Conversation
* Update installation guide for Ruby on Rails v8 Just updating the documentation as there's no `bundle` inside the `bin` folder in Ruby on Rails 8. * Fix command syntax and update installation instructions
|
@Davidslv is attempting to deploy a commit to the Tailwind Labs Team on Vercel. A member of the Team first needs to authorize it. |
| lang: "shell", | ||
| code: shell` | ||
| rails new my-project | ||
| rails new my-project --css=tailwind |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, we usually write these guides in a "here's how you'd install it if the builtin flag didn't exist" style. This isn't feasible for all guides but we follow that whenever possible — so I don't think we want to add this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair point.
|
Ah, my gem was outdated. I bumped my rails gem dep to 8.1.0 and now new projects don't have that. Looks like that change was from last week. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thanks! |



Just updating the documentation as there's no
bundleinside thebinfolder in Ruby on Rails 8.