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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:17:00+00:00 2026-05-22T20:17:00+00:00

In Ruby/Sinatra with DataMapper and dm-types, in a model hook I have this block

  • 0

In Ruby/Sinatra with DataMapper and dm-types, in a model hook I have this block of code:

self.parent.meta[:post_count] += 1
self.parent.save

Unfortunately, that doesn’t work — the meta, which is a JSON type column, does not get updated. Help, please?

  • 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-22T20:17:01+00:00Added an answer on May 22, 2026 at 8:17 pm

    When you modify a complex property value, such as JSON, via its own API (#[] in your case) the dirty tracking system in DM is unfortunately bypassed which means your resource won’t be marked as dirty. It’s not a trivial issue to solve but sooner or later it will be done.

    For now as a workaround you could override entire meta property value and increment the post_count, for instance:

    self.parent.meta = parent.meta.merge("post_count" => parent.meta.fetch("post_count", 0)+1)

    I understand it doesn’t look nice but there’s no other way to do that now. You could encapsulate that code in a method like increment_post_count to make it right.

    Also, please notice that you should use string keys rather than symbols.

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

Sidebar

Related Questions

I have a basic Ruby app that I am building with Sinatra, Datamapper and
In the Sinatra ruby framework, I have a route like this: get '/portfolio/:item' do
I am working on a simple budget app using Sinatra and DataMapper in Ruby.
I have a Sinatra DataMapper app hitting a sqlite3 database that I am attempting
Ruby has two different exceptions mechanisms: Throw/Catch and Raise/Rescue. Why do we have two?
Ruby can add methods to the Number class and other core types to get
Ruby on Rails controllers will automatically convert parameters to an array if they have
I'm trying to implement single sign-on using facebook in my ruby sinatra app. So
I am trying to set up a Sinatra based Ruby app to connect to
I have a simple config.ru file for my Sinatra app. require 'sinatra' require 'app'

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.