Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1070645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:35:48+00:00 2026-05-16T20:35:48+00:00

Today I implemented a small piece of code that include analytics only in production

  • 0

Today I implemented a small piece of code that include analytics only in production environment using something like:

<% if Rails.env.production? %>
  analytics here
<% end %>

I don’t see anything wrong about it… however one of my c0-workers told me that it wasn’t a good practice at all, that it would for sure introduce problems in a future maintaining phase and that was much better to set up a constant in the environment and do something like

<% if defined?(INCLUDE_ANALYTICS) && INCLUDE_ANALYTICS %>
  analytics here
<% end %>

I don’t see such a big difference between these 2 approaches, however I would like to see what other developers think about it and how would other solve this in a better way 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T20:35:49+00:00Added an answer on May 16, 2026 at 8:35 pm
    1. If the block contains another ruby code inside then Rails.env.production? is bad here as you are losing ability to test that block. Imagine you use helper inside which may explode on some pages. Simple controller tests with views just render pure HTML without loading any external resources and running JS, so it shouldn’t affect your stats. Only browser based integrations tests (Selenium) may affect stats.

    2. INCLUDE_ANALYTICS is quite good option, but usually there is too many of such constants in the application scope. The better option is to introduce YAML configuration file. It gives ability to define multiple production configuration files (main production, beta production without analytics etc…). Once used it helps externalize other settings easily.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a construct in java that does something like this(here implemented in python):
Ok this is something weird. I got authlogic-oid installed in my rails app today.
This is something curious that I saw in my coding today. Here is the
An interesting question arose today. Let's say I have a .NET object that implements
Today I generated a webservice client with CXF 2.6.1 (latest version), using the tool
Today, I have read that command's object in WPF can be serialized. And I'm
I was wondering with my colleague today whether std::vector can be implemented to make
I implemented HTTP digest authentication in my CherryPy application using the built-in tools.auth_digest tool.
I have never been happy with the code on my custom CursorAdapter until today
Over Christmas I implemented some code to open a channel to my App Engine

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.