Gabriel Arcangel Zayas

Results 111 comments of Gabriel Arcangel Zayas

@pascallaliberte Just did, and it doesn't work. However, I'm assuming we should only be placing a setting like this in an initializer. Is there another place where we set the...

Not having this problem anymore, not quite sure what it was, going to close this one out.

I'm late to the conversation and I know this one is on the verge of being merged, just wanted to mention that we also have the [Scaffolding::BlockManipulator](https://github.com/bullet-train-co/bullet_train-core/blob/5a917dde2f1da7183ccb85685257ce5374b3c9ca/bullet_train-super_scaffolding/lib/scaffolding/block_manipulator.rb) in case we...

I was able to deploy to Render with our current settings: ![image](https://user-images.githubusercontent.com/10546292/209295194-573f8e52-ce3a-4fb0-bee0-eaf6fd05eb85.png) However, I had to adjust `ENV["BASE_URL"]` and add `ENV["SECRET_KEY_BASE"]` to the environment variables manually to the web service...

I worked with deploying Heroku today and setting environment variables was really straightforward, and I didn't run into the same issues that I did with Render. I want to look...

@amigobg Could be related to #722

Thanks for this @jagthedrummer, it looks like some of the configs haven't been documented, we should probably write them in `config/initializers/logo.rb` like you mentioned. Another one I can think of...

I'm all about it! Looking forward to checking out the PRs myself.

@phortx Would you mind posting the steps you took to scaffold `Posts`? For example, I entered these commands: ``` > rails g model Post team:references title:string > bin/super-scaffold crud Post...

Devise was updated, but we don't lock the version in the Gemfile specifically. You can see the diff in `Gemfile.lock` in the same PR, and you should be able to...