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 6692219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:50:34+00:00 2026-05-26T05:50:34+00:00

I am not sure whether this is a bug or if I have totally

  • 0

I am not sure whether this is a bug or if I have totally gone mad.

I have a remote database and I am able to make queries on all tables except tables which end with the letter “y”

My model: ox_stats_country.rb

 class OxStatsCountry < ActiveRecord::Base
    establish_connection :openx
    self.abstract_class = true
 end

The table name on the remote/legacy database is “ox_stats_country”.

When I try to query something in the rails console like this: “OxStatsCountry.find(1)”

I get the following error:

ActiveRecord::StatementInvalid: Mysql2::Error: Table ‘openx.ox_stats_countries’ doesn’t exist: SHOW FIELDS FROM ox_stats_countries

As you can see, it pluralizes automatically the table name and hence is not able to find it. I have the same problem with the table name “agency”. Yet with all the other tables (not ending with the letter “y”) everything works fine.

Is this a bug of the mysql2 adapter? If so, where would I file such bug? Do you have any ideas on how to solve this? I am newbish to RoR and programming in general so I would appreciate any kind of help.

Thanks for your time… Uli

  • 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-26T05:50:34+00:00Added an answer on May 26, 2026 at 5:50 am

    Well, ActiveRecord looks for plural table names by default. Your table names should be plural (agencies, for example). However, you can override the table name with this in your model:

    class Agency
      set_table_name 'agency'
      #...
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am not sure whether this only happens to me. Basically if I have
I'm not sure whether this is the origin of the bug I'm trying to
I am not sure whether this is a feature or a bug on the
Not sure whether this is the right place, but I have a question related
So far I have done this, I am not sure whether this is right
I'm not sure whether this is just a bug or an intended feature. Basically,
I'm not sure whether this question belongs on StackOverflow or SuperUser, but here goes
we're having this toshiba barcode printer. I'm not sure whether this problem is hardware
I'm not sure whether or not this is the appropriate way of doing this,
I think I've encountered a bug in Params::Validate , but I'm not sure whether

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.