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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T05:52:53+00:00 2026-06-05T05:52:53+00:00

I am working through Rails for Zombies, loving the helpful tutorial and interested in

  • 0

I am working through Rails for Zombies, loving the helpful tutorial and interested in others by the way….

My issue is as follows.

The tutorial ask me to

“Do both uniqueness and presence validation on a Zombie’s name on a single line, using the new syntax”

I have tried the following in the console at RfZ;


class Zombie < ActiveRecord::Base
  validates_uniqueness_of :name, validates_presence_of :name
end

// AND //

class Zombie < ActiveRecord::Base
  validates Name :uniqueness, :presence => true
end

The tutorial is asking for the new Rails 3 syntax. I understand the new syntax allows for multiple validation arguments in one line. Very nice, but how would I do this? Thanks in advance everyone.

-Ryan

  • 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-06-05T05:52:55+00:00Added an answer on June 5, 2026 at 5:52 am

    Your second attempt is closer, but not quite correct. Try this:

    class Zombie < ActiveRecord::Base
      validates :name, :uniqueness => true, :presence => true
    end
    

    FYI, the older syntax would be :

    class Zombie < ActiveRecord::Base
      validates_presence_of :name
      validateS_uniqueness_of :name
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working my way through the Rails Tutorial book by Hartl and I'm completely
I'm new to Ruby on Rails and am working my way through the tutorial
I'm working through the rails tutorial and have gotten stuck. Starting at Listing 8.16
I'm working my way through Agile Web Development with Rails and am running into
So, I'm quite new to Rails and still working my way through the principles.
I am working back through the Ruby on Rails 3 Tutorial and trying to
I am working through the Ruby on Rails Tutorial by Michael Hartl and I
I'm currently working my way through various Rails tutorials, but all seem to recommend
I am working my way through Head First Rails, and I keep seeing =>
I am working through the Ruby on Rails 3 tutorial book and typed the

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.