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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T15:04:55+00:00 2026-05-14T15:04:55+00:00

I have installed the gem ‘simple_uuid’ but nothing seems to be working. Using irb

  • 0

I have installed the gem ‘simple_uuid’ but nothing seems to be working.

Using irb and running the following:

require 'rubygems'
require 'simple_uuid'

is fine, both return true. But running the following:

// Class added by simple_uuid
UUID.new

returns

NameError: uninitialized constant UUID
    from (irb):3
    from :0

I’m a ruby newbie, so don’t assume much in the answers. Thanks.

  • 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-14T15:04:56+00:00Added an answer on May 14, 2026 at 3:04 pm

    The class is inside a module SimpleUUID. So either do “include SimpleUUID” after the require, or refer to the class with the full namespace: SimpleUUID::UUID

    require 'rubygems'
    require 'simple_uuid'
    
    > UUID.new
    NameError: uninitialized constant UUID
            from (irb):3
    
    > SimpleUUID::UUID.new
     => <UUID#70305762670060 time: Sat May 01 21:11:28 +0200 2010, usecs: 843284 jitter: 13605115058679102872> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I already have installed this gem: googlecharts.rubyforge.org, but I don't want to require it
I'm using auto_complete plugin: https://github.com/crowdint/rails3-jquery-autocomplete I have installed the gem and added require line
I'm using Rails 3.0.0.rc and have installed the 'dbi' gem inside my gemfile and
I have installed RedCloth, by using the devkit. Using gem install RedCloth. If I
I'm running rails 3 and have installed the acts_as_rateable gem by adding this gem
I have installed a GEM called Ziya using the terminal in Mac OSx. However,
I am using Rhodes to develop android application. I have installed HTTpary gem in
I have installed gem jquery-rails in Rails 3.1 app. But line below rails generate
gem install heroku failed with following message and I have tried the solution here
I have a gem installed in my home directory on a laptop (eg not

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.