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

Forms Refactoring -Add ability to reference single document in collection #512

Merged
merged 8 commits into from
Oct 15, 2019

Commits on Oct 14, 2019

  1. Forms Refactoring - Add ability to reference single document in colle…

    …ction
    
    From: https://eaflood.atlassian.net/browse/RUBY-693
    
    In Wex, using Active Record, we were able to simplify a lot our logic around addresses forms by redefining the association to the address as `has_one` associations.
    Currently, there is no way to do the same with MongId 5.2, hence this adds some metaprogramming code that will allow a mode l to define a single object that is persisted inside a location and to override it.
    cintamani committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    51a89ae View commit details
    Browse the repository at this point in the history
  2. Fix rubocop

    cintamani committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    f690846 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dbf58c View commit details
    Browse the repository at this point in the history
  4. DUNNO

    cintamani committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    86425f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03db477 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    79f7f53 View commit details
    Browse the repository at this point in the history
  2. Last push

    cintamani committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    f98d423 View commit details
    Browse the repository at this point in the history
  3. Fix english XD

    cintamani committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    27cc77c View commit details
    Browse the repository at this point in the history