Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pardom-zz/ActiveAndroid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: joshuapinter/ActiveAndroid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 7, 2014

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

Commits on Apr 12, 2014

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

Commits on Oct 20, 2015

  1. added convenience method for first() and all(). changed save() from f…

    …inal to overridable. Sometimes one might want to be able to wrap the save command with additional functionality, like logging, or creation of new relationship objects, etc.
    tacoman667 committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    6232ea6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Configuration menu
    Copy the full SHA
    0d1dff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbffa3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9797b0d View commit details
    Browse the repository at this point in the history
  4. Allow delete() to be overridden.

    Provides ability for callbacks and soft deletes, etc.
    joshuapinter committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    a3e3fda View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

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

Commits on Apr 15, 2017

  1. Remove all() static method on Model.

    We want this to be chainable still.
    
    Maybe not for everyone but it’s important for us.
    joshuapinter committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    3ab5f12 View commit details
    Browse the repository at this point in the history
Loading