Ruby: Configure Rails Google Cloud Client

Configure Google Cloud client authentication for Rails.

Explore further

For detailed documentation that includes this code sample, see the following:

Code sample

Ruby

To learn how to install and use the client library for Logging, see Logging client libraries .

To authenticate to Logging, set up Application Default Credentials. For more information, see Set up authentication for a local development environment .

  # Add this to config/environments/*.rb 
 Rails 
 . 
 application 
 . 
 configure 
  
 do 
  
 | 
 config 
 | 
  
 # Stackdriver Logging specific parameters 
  
 config 
 . 
 google_cloud 
 . 
 logging 
 . 
 project_id 
  
 = 
  
 "YOUR-PROJECT-ID" 
  
 config 
 . 
 google_cloud 
 . 
 logging 
 . 
 keyfile 
  
 = 
  
 "/path/to/service-account.json" 
 end 
 

What's next

To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser .

Design a Mobile Site
View Site in Mobile | Classic
Share by: