Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require id property #476

Closed
wants to merge 27 commits into from
Closed

Require id property #476

wants to merge 27 commits into from

Commits on Sep 10, 2014

  1. Configuration menu
    Copy the full SHA
    d183a6b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2014

  1. Configuration menu
    Copy the full SHA
    6a82d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44848c0 View commit details
    Browse the repository at this point in the history
  3. More fixes

    cheerfulstoic committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    704399a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2014

  1. Configuration menu
    Copy the full SHA
    6ad13b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42594f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2014

  1. Configuration menu
    Copy the full SHA
    99e5d97 View commit details
    Browse the repository at this point in the history
  2. Remove MongoDB object_id code and only use SecureRandom.uuid. Also fi…

    …x some specs (added a call to id_property_info at the top of #create_model to make sure the UUID is there. There is probably a better way)
    cheerfulstoic committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    d3cc6da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb75d22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f4f58d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9228758 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eea5fc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efd79b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. Refactoring id_property code so that it only gets called once on end …

    …of definition (using "defined" gem). Some more cleanup and spec fixes
    cheerfulstoic committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    f12ae4d View commit details
    Browse the repository at this point in the history
  2. Whoops

    cheerfulstoic committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    50abe88 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into require_id_property

    Conflicts:
    	spec/e2e/active_model_spec.rb
    cheerfulstoic committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    699de72 View commit details
    Browse the repository at this point in the history
  4. Fixing specs

    cheerfulstoic committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    3601006 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. Configuration menu
    Copy the full SHA
    bd73090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e945101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aff9459 View commit details
    Browse the repository at this point in the history
  4. Almost there...

    cheerfulstoic committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    6c95ccc View commit details
    Browse the repository at this point in the history
  5. Trying another push

    cheerfulstoic committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    631e9f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1347f90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1153bd5 View commit details
    Browse the repository at this point in the history
  8. Remove tracing line

    cheerfulstoic committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    5ce2454 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e93729b View commit details
    Browse the repository at this point in the history
  10. Load the class outside the transaction so that we create the constrai…

    …nt outside of the transaction where data is change
    cheerfulstoic committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    e21b25a View commit details
    Browse the repository at this point in the history