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

The Archive Base Latest Questions

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

It seems commonplace to name classes Base in Ruby. I’m not sure why, nor

  • 0

It seems commonplace to name classes “Base” in Ruby. I’m not sure why, nor how I feel about it.

Consider, for example, ActiveRecord. ActiveRecord is a module that contains a number of classes such as Observer and Migration, as well as a class called Base. What’s the benefit of this, as opposed to having an ActiveRecord class that contains Observer and Migration?

class ActiveRecord

  class Observer
    [...]
  end

  class Migration
    [...]
  end

end

vs

module ActiveRecord

  class Base
    [...]
  end

  class Observer
    [...]
  end

  class Migration
    [...]
  end

end
  • 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-16T23:26:35+00:00Added an answer on May 16, 2026 at 11:26 pm

    The Base class is commonly used to identify an abstract class, intended to be extended and implemented in a concrete class by the developer.

    For instance, ActiveRecord::Base is the abstract class for any Active Record model in a Rails project. A model looks like

    class User < ActiveRecord::Base
    end
    

    Likewise, Observer defines its own Observer::Base and Action Controller defines ActionController::Base which, in a Rails project, is immediately implemented by ApplicationController::Base.

    Ruby doesn’t provide and language-level keyword or syntax to define abstract classes. Technically speaking, ActiveRecord::Base it’s not a real abstract class, but it’s a kind of convention to use Base for this pattern.

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

Sidebar

Related Questions

Seems to be a fairly hit issue, but I've not yet been able to
Seems like tooltips that you get from attribute title=test are not displayed inside the
Seems that there are not much work done on Haskell for web. People uses
Seems that requirements on safety do not seem to like systems that use AI
Seems that a site I made for fun does not like to work in
Seems that flow not going in for loop containing accept in ipv6server.c and hence
Seems begineer but i really do not understand what these lines of code saying,
Seems a fairly simple request but i have not found a solution. I've programatically
Seems that CPPPATH does not work env = Environment() target = 'app' sources =
Seems to be a problem that many people have, but all the answers I

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.