Code Monkey home page Code Monkey logo

Comments (7)

D1plo1d avatar D1plo1d commented on June 23, 2024

Removing ActiveUUID fixes the problem. So the uuid column type patch should not be applied for rails 4.0.2+ (and possibly earlier versions as well).

from activeuuid.

claude avatar claude commented on June 23, 2024

@D1plo1d can you please elaborate on this? I'm also noticing an issue with intermittent behavior, but it's reproducible in tests. Initial run of tests fail when using spring, but saving any file and re-running the tests they pass. I'm guessing this is similar to the reload you were doing. Do you know how to use this gem on rails 4.0.2+ and get consistent results?

from activeuuid.

D1plo1d avatar D1plo1d commented on June 23, 2024

@claude Sorry, that was all from a year ago on my end. I can't recall the details of the issue any more then what I wrote above.

Edit: Not sure how to get the gem working consistently. Our solution was to removed it entirely.

from activeuuid.

claude avatar claude commented on June 23, 2024

thanks for the response, so did you get uuid's working another way?

from activeuuid.

D1plo1d avatar D1plo1d commented on June 23, 2024

Yeah. It's actually baked into Rails 4 so we just use the built in helpers now (instead of activeuuid). Here's an example:

http://johnkolovos.blogspot.ca/2014/10/rails-4-uuid.html

from activeuuid.

claude avatar claude commented on June 23, 2024

Ahh, yeah that works great for postgres. Unfortunately mysql doesn't have a native uuid type and so you need this gem to do the string to binary conversion for you. That way you don't have to store the uuid as a string in mysqll. Thanks for the help though!

from activeuuid.

D1plo1d avatar D1plo1d commented on June 23, 2024

np, good luck!

from activeuuid.

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.