heroku tag

54 questions


3 answers
129 views
0
Images are not uploaded only when updated

Prerequisites/What you want to achieveI'm creating an app with Ruby on Rails.There is a model that allows you to register images, but once you delete the image and start with nothing, you can register...

2 years ago

1 answers
121 views
0
What are the errors that occur when deploying the Rails app to Heroku?

When you deploy the Rails app you are currently developing to Heroku, $git push heroku masterThe following error occurs:remote:----->Ruby app detectedremote —----- > Compiling Ruby/Railsremote :...


1 answers
122 views
0
Mysql2::Error (Access denied for user'b00120fa21c0f6'@'ip-10-139-25-93.ec2.internal' (using password: YES)) :

EnvironmentherokuClearDB MySQL I'm running the Rails app with Heroku, but while I was working on it, We're sorry, but something wrong. and the app stopped working.When I looked at the Heroku log, I fo...

2 years ago

1 answers
84 views
0
I want to get my app's hostname on Heroku.

I am using Review.app in Rails in Heroku (the one that has an environment for each PR) I need to set the host name in the email settings as follows. Is there any way to know the host name, such as the...

2 years ago

1 answers
68 views
0
Rails Tutorial Chapter 7

Rails tutorial Chapter 7 is over and rails has been able to register without any problems.heroku open after heroku push encountered a problem. The http://localhost:3000/ screen was displayed without a...

2 years ago

1 answers
82 views
0
I can't do heroku open on the vagrant.

With Vagrant, we deployed CentOS to create a ruby on rails development environment.After installing heroku, git push heroku masterIn , push the repository to Heroku and heroku openThe following error ...


1 answers
128 views
0
No submodule mapping found in.gitmodules for path*** when trying to push to heroku

Hello.When I try to upload the rails application to heroku, I get the following error:No submodule mapping found in.gitmodules for path'app/assets/stylesheets/includes/sanitizes.css'Remove the above p...

2 years ago

1 answers
73 views
0
config.js in redactor-rails is not reflected

I want to adjust the min-height of the reductor editor in config.js (I want to have some height in the text area), but it works in a local environment, but when deployed to heroku, the configuration i...


1 answers
73 views
0
config.js in redactor-rails is not reflected

I want to adjust the min-height of the reductor editor in config.js (I want to have some height in the text area), but it works in a local environment, but when deployed to heroku, the configuration i...


1 answers
68 views
0
How to Specify the Java Version When Deploying War in Herokucli

I deploy war through the CLI without using git in heroku.In that case, I would like to specify the java version, but is there such a way?I would like to do this without using system.properties in git.

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.