How to start rails server without database.yml and add DB later in initializers?How can I rename a database column in a Ruby on Rails migration?How do I get the current absolute URL in Ruby on Rails?How to drop columns using Rails migrationWhat are the options for storing hierarchical data in a relational database?Ruby on Rails Server optionsRuby on Rails | Postgresql ignores my password in database.ymlCorrect setting of database connection pool database.yml for single-threaded Rails applicationsPG::ConnectionBad - could not connect to server: Connection refusedDoes “Connecting to database specified by database.yml” simply indicate that the server has startedHow does Rails find the correct database adapter through the database.yml?

What is the highest voltage from the power supply a Raspberry Pi 3 B can handle without getting damaged?

Greeting with "Ho"

Is there official documentation on directories like ~/.config and ~/.cache?

Definition of 'vrit'

Improve appearance of the table in Latex

How to work with PETG? Settings, caveats, etc

What are the pros and cons for the two possible "gear directions" when parking the car on a hill?

Dates on degrees don’t make sense – will people care?

Covering index used despite missing column

What constitutes a syllable?

Mathematically modelling RC circuit with a linear input

Is there a term for the belief that "if it's legal, it's moral"?

Prisoner on alien planet escapes by making up a story about ghost companions and wins the war

"What is the maximum that Player 1 can win?"

Cut the gold chain

Why don't we have a weaning party like Avraham did?

Is there a name for the trope when there is a moments dialogue when someone pauses just before they leave the room?

Is declining an undergraduate award which causes me discomfort appropriate?

Syntax and semantics of XDV commands (XeTeX)

What was the first third-party commercial application for MS-DOS?

Is "Busen" just the area between the breasts?

"Correct me if I'm wrong"

Helping ease my back pain by studying 13 hours everyday , even weekends

Should the party get XP for a monster they never attacked?



How to start rails server without database.yml and add DB later in initializers?


How can I rename a database column in a Ruby on Rails migration?How do I get the current absolute URL in Ruby on Rails?How to drop columns using Rails migrationWhat are the options for storing hierarchical data in a relational database?Ruby on Rails Server optionsRuby on Rails | Postgresql ignores my password in database.ymlCorrect setting of database connection pool database.yml for single-threaded Rails applicationsPG::ConnectionBad - could not connect to server: Connection refusedDoes “Connecting to database specified by database.yml” simply indicate that the server has startedHow does Rails find the correct database adapter through the database.yml?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I need to do a HTTP call for getting the credentials of the actual DB to use. So I've added code to get the credentials and updating the active record connection in an initializer file but whenever I start rails server it is looking for development in database.yml. how to escape this?










share|improve this question






















  • add the value in database.yml as env value, ENV["fetched value"]

    – buncis
    Mar 25 at 7:29






  • 1





    are you saying I update ENV value with the result of the external request and feed that ENV value to database.yml?

    – C LOKESH REDDY
    Mar 25 at 7:38












  • yes you are correct

    – buncis
    Mar 25 at 7:40











  • Checkout mavens.github.io/2016/02/09/rails-multi-db to get some idea

    – Amit Patel
    Mar 25 at 11:19

















0















I need to do a HTTP call for getting the credentials of the actual DB to use. So I've added code to get the credentials and updating the active record connection in an initializer file but whenever I start rails server it is looking for development in database.yml. how to escape this?










share|improve this question






















  • add the value in database.yml as env value, ENV["fetched value"]

    – buncis
    Mar 25 at 7:29






  • 1





    are you saying I update ENV value with the result of the external request and feed that ENV value to database.yml?

    – C LOKESH REDDY
    Mar 25 at 7:38












  • yes you are correct

    – buncis
    Mar 25 at 7:40











  • Checkout mavens.github.io/2016/02/09/rails-multi-db to get some idea

    – Amit Patel
    Mar 25 at 11:19













0












0








0








I need to do a HTTP call for getting the credentials of the actual DB to use. So I've added code to get the credentials and updating the active record connection in an initializer file but whenever I start rails server it is looking for development in database.yml. how to escape this?










share|improve this question














I need to do a HTTP call for getting the credentials of the actual DB to use. So I've added code to get the credentials and updating the active record connection in an initializer file but whenever I start rails server it is looking for development in database.yml. how to escape this?







ruby-on-rails database object-initializers






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 25 at 6:49









C LOKESH REDDYC LOKESH REDDY

19827




19827












  • add the value in database.yml as env value, ENV["fetched value"]

    – buncis
    Mar 25 at 7:29






  • 1





    are you saying I update ENV value with the result of the external request and feed that ENV value to database.yml?

    – C LOKESH REDDY
    Mar 25 at 7:38












  • yes you are correct

    – buncis
    Mar 25 at 7:40











  • Checkout mavens.github.io/2016/02/09/rails-multi-db to get some idea

    – Amit Patel
    Mar 25 at 11:19

















  • add the value in database.yml as env value, ENV["fetched value"]

    – buncis
    Mar 25 at 7:29






  • 1





    are you saying I update ENV value with the result of the external request and feed that ENV value to database.yml?

    – C LOKESH REDDY
    Mar 25 at 7:38












  • yes you are correct

    – buncis
    Mar 25 at 7:40











  • Checkout mavens.github.io/2016/02/09/rails-multi-db to get some idea

    – Amit Patel
    Mar 25 at 11:19
















add the value in database.yml as env value, ENV["fetched value"]

– buncis
Mar 25 at 7:29





add the value in database.yml as env value, ENV["fetched value"]

– buncis
Mar 25 at 7:29




1




1





are you saying I update ENV value with the result of the external request and feed that ENV value to database.yml?

– C LOKESH REDDY
Mar 25 at 7:38






are you saying I update ENV value with the result of the external request and feed that ENV value to database.yml?

– C LOKESH REDDY
Mar 25 at 7:38














yes you are correct

– buncis
Mar 25 at 7:40





yes you are correct

– buncis
Mar 25 at 7:40













Checkout mavens.github.io/2016/02/09/rails-multi-db to get some idea

– Amit Patel
Mar 25 at 11:19





Checkout mavens.github.io/2016/02/09/rails-multi-db to get some idea

– Amit Patel
Mar 25 at 11:19












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55332506%2fhow-to-start-rails-server-without-database-yml-and-add-db-later-in-initializers%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55332506%2fhow-to-start-rails-server-without-database-yml-and-add-db-later-in-initializers%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript