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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:22:07+00:00 2026-05-30T01:22:07+00:00

In Rails it’s very easy to do things like User.first.monkeys.first.uncle, etc. How could I

  • 0

In Rails it’s very easy to do things like User.first.monkeys.first.uncle, etc.

How could I get at this awesomeness without Rails and without a database? I noticed there’s ActiveModel, but as far as I can tell it doesn’t have any support for associations.

I’d like to be able to do things like this:

foo = Foo.new

foo.bars
# => []

foo.add_bar(:a => 'a')
foo.bars
# => [#<Bar @attr={:a=>'a'}>]

foo.bars.first.bazs
# => []

foo.bars.first.add_baz(:b=>'b')
foo.bars.first.bazs
# => [#<Baz @attr={:b=>'b'}]

foo.bars.first.foo
# => [#<Foo>]

Thanks in advance.

  • 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-30T01:22:08+00:00Added an answer on May 30, 2026 at 1:22 am

    Why not just use an in-memory database with ActiveRecord and SQLite? You don’t need to import all of Rails just to use the ORM. You could also use an alternative like Sequel or DataMapper depending on your preferences.

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

Sidebar

Related Questions

Rails gurus: I've just discovered named_scope thanks to another SO user. :) I'd like
Rails has a nice idiom that makes it easy for you to have a
[Rails] Where to put this code? I have a user1 and when another registered
Rails 3.2.1 app name: demo database: mongoDB with mongoid I have this scaffolding set
Rails is supposed to magically see that a request is a DELETE versus GET
Rails introduced some core extensions to Ruby like 3.days.from_now which returns, as you'd expect
Rails, on development mode is SLOW. Very, very slow. I run Vista, and I
Rails 2.3.3 Database and Model Schema User (id,name,email) posts (id,subject,message,user_id) How can I display
We're building an app, our first using Rails 3, and we're having to build
Rails model: Categories have items Trying to get a list of categories that actually

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.