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

  • Home
  • SEARCH
  • 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 6145779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:50:47+00:00 2026-05-23T18:50:47+00:00

I love using the ? for boolean fields, e.g, for ‘animals’ table alive? is

  • 0

I love using the ? for boolean fields, e.g, for ‘animals’ table “alive?” is very obvious.
Where do I define this? Do I name the db field with it when creating the table migration(don’t think so).
Or is it automatic for boolean fields or do I have a little method in the active record model class for animals that says something like def alive? if alive then true else false 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-23T18:50:50+00:00Added an answer on May 23, 2026 at 6:50 pm

    Rails automatically generates a method ending in a ? for each of the fields in a model.
    Some examples:

    Animal #=> Animal(id: integer, alive: boolean, name: string)
    a = Animal.new
    
    a.alive #=> nil
    a.alive? #=> false
    a.alive = true
    a.alive? #=> true
    
    a.name #=> nil
    a.name? #=> false
    a.name = "Giraffe"
    a.name? #=> true
    

    Also note that you can easily define your own ? methods:

    class Animal
      def young?
        created_at > 1.day.ago
      end
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Oracle, and I have a very large table. I need to check
I love this article How to create Skype-like buttons using jQuery But the comment
I love using irb to quickly check how my ruby code reacts. Im wondering
I used to love using IntelliJ but my new company doesn't spend money on
I just started getting into BizTalk at work and would love to keep using
I'm using FlexBuilder 3. I love the way the layout guides tell you when
I love LINQ to SQL but it has been bugging me that in using
I'm using the standard edition of JIRA and on the whole, I love it.
I am using the jQuery nyroModal plugin within ASP.Net. I love nyroModal, and overall
I'm looking at using ASP.NET for a new SaaS service, but for the love

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.