Merged
Conversation
coorasse
commented
Sep 11, 2025
| where the `project-name` is exactly the one you chose before. | ||
|
|
||
| > ⚠️ You may want to choose a different database than Postgres, but most of the time this will be your choice.\ | ||
| > If you do not need a DB you may rethink the fact that you may not need Rails at all: Take a look at [Sinatra](http://www.sinatrarb.com/) or [Angular](https://angular.io/)\ |
Member
Author
There was a problem hiding this comment.
What a shitty suggestion. It is not the fact that you have a database or not that should make consider alternative frameworks.
coorasse
commented
Sep 11, 2025
| * Run `bin/setup` | ||
|
|
||
| * Run `bundle exec rails db:migrate` to generate an empty `schema.rb` file. | ||
| * Run `bin/setup` |
Member
Author
There was a problem hiding this comment.
we first need to run db:migrate
coorasse
commented
Sep 11, 2025
8360c61 to
065fc90
Compare
bruno-costanzo
approved these changes
Sep 11, 2025
edmunteanu
reviewed
Sep 12, 2025
sislr
approved these changes
Sep 18, 2025
cb341
approved these changes
Oct 17, 2025
# Conflicts: # ruby_on_rails/template.rb
Member
Author
|
Note that the dotenv-rails can be dropped in rails 8.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Setting up a new project, I don't really want to setup dotenv manually.
Here I am automating its installation but also introducing a new opt-out feature.
I'd like to be able to opt-out also from other things, like renuocop or renuo-cli, but I'll do that in a separate PR.
cc @CuddlyBunion341