Coder Social home page Coder Social logo

Comments (4)

ledermann avatar ledermann commented on May 20, 2024

Sorry, for delay - but what about this:

class Project < ActiveRecord::Base
  has_settings :info, :class_name => 'ProjectSettingObject' do |s|
    s.key :dashboard, :defaults => { :theme => 'blue', :view => 'monthly', :filter => false }
    s.key :calendar,  :defaults => { :scope => 'company'}
  end
end

IMHO it's already possible. Maybe I don't understand your intention. Feel free to enhance your PR #58 with an additional test. BTW, your PR currently breaks the tests.

from rails-settings.

frostblooded avatar frostblooded commented on May 20, 2024

I have stumbled with this issue also. Yes, it is possible the way you are showing it, but it would be nice of a key can have a separate class name like this:

has_settings do |s|
  s.key :call, defaults: { interval: '15' }
  s.key :shift, defaults: { start: '12:00', end: '13:00' },
                class_name: 'SiteTimeSettingObject'
end

from rails-settings.

eduanttunes avatar eduanttunes commented on May 20, 2024

@frostblooded @ledermann it doesn't work... how to set multiple keys, defaults and class names?

I need something like:

has_settings :class_name => 'Class_One' do |s|
s.key :appointment, :defaults => { :time => '01:00', :price => '100.00' }
end

has_settings :class_name => 'Class_Two' do |s|
s.key :website, :defaults => { :about_text => 'Coming soon.', :color => '#d5dadc' }
end

But the second has_settings overrides the first. I have to use different classes to validate.

from rails-settings.

ignaciodm avatar ignaciodm commented on May 20, 2024

@eduanttunes How did you solve this issue?

@ledermann Any update on this?

Thanks guys

from rails-settings.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.