Coder Social home page Coder Social logo

Comments (12)

qoobaa avatar qoobaa commented on June 20, 2024

Seems good. Is there a possibility to have multiple machines in the same model? If there is, you need to provide multiple "possible_states" methods.

BTW: add yourself to README/LICENSE files. You're the current maintainer of the gem, aren't you? You can also move the repository to your github account if you wish.

from transitions.

troessner avatar troessner commented on June 20, 2024

Seems good. Is there a possibility to have multiple machines in the same model? If there is, you need to provide multiple "possible_states" methods.

-> Ack.

You can also move the repository to your github account if you wish.

You're right, this would make sense, will do so later.

from transitions.

troessner avatar troessner commented on June 20, 2024

@qoobaa you would need to transfer ownership for this repository to my account since I can't do that myself, then I'll update licence, contact details etc.

from transitions.

qoobaa avatar qoobaa commented on June 20, 2024
To transfer this repo to another user, please contact support. 

I'll do it later. You can always create a fork or something.

from transitions.

troessner avatar troessner commented on June 20, 2024

I'll do it later.

Great, thanks!

from transitions.

elskwid avatar elskwid commented on June 20, 2024

@troessner, I have a module I use that does something similar:

def state_names
  state_machines[:default].states.map(&:name)
end

I have been thinking about the multiple state machines per model/class. Currently, the ActiveRecord Module would break under these circumstances as it only ever writes to a field named :state - I've got some thoughts on this, perhaps a new issue?

from transitions.

troessner avatar troessner commented on June 20, 2024

@elskwid

Currently, the ActiveRecord Module would break under these circumstances as it only ever writes to a field named :state

Very good point.

I've got some thoughts on this, perhaps a new issue?

Yes, please create a new issue.

Actually, I can't think of a "real life" use case for multiple state machines.
If one really needs multiple state machines for one model this seems like a strong indicator that he actually needs two different models, not two different state machines.

from transitions.

qoobaa avatar qoobaa commented on June 20, 2024

If one really needs multiple state machines for one model this seems like a strong indicator that he actually needs two different models, not two different state machines.

Take a look at https://github.com/qoobaa/pioneers/blob/master/app/models/game.rb and try to merge those machines, or create a separate model :-).

from transitions.

troessner avatar troessner commented on June 20, 2024

@qoobaa hmm, I see. Well, at least now I know a real life example...:-)

from transitions.

qoobaa avatar qoobaa commented on June 20, 2024

From: Petros Amiridis (GitHub Staff)
Subject: [Contact] Transfer repo: qoobaa/transitions

I am afraid troessner/transitions already exists

Can you delete your fork? Then I'll try to transfer the repo again.

from transitions.

troessner avatar troessner commented on June 20, 2024

Done...:-)

from transitions.

troessner avatar troessner commented on June 20, 2024

3c5cb9d
-> Closed.

from transitions.

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.