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: aasm/aasm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nward/aasm
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.
  • 12 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 25, 2008

  1. inherit calls super to preserve ActiveRecord inheritable attribute be…

    …havior
    Greg Vaughn committed Jul 25, 2008
    Configuration menu
    Copy the full SHA
    280c784 View commit details
    Browse the repository at this point in the history
  2. aasm_state_machine accessor method

    Greg Vaughn committed Jul 25, 2008
    Configuration menu
    Copy the full SHA
    1584e5b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2008

  1. Merge branch 'master' of git://github.com/rubyist/aasm into rubyist/m…

    …aster
    Greg Vaughn committed Aug 15, 2008
    Configuration menu
    Copy the full SHA
    d4a1f87 View commit details
    Browse the repository at this point in the history
  2. Failing test for arguments received by event method being passed to o…

    …n_transition method
    Greg Vaughn committed Aug 15, 2008
    Configuration menu
    Copy the full SHA
    45fcefe View commit details
    Browse the repository at this point in the history
  3. Revert "Failing test for arguments received by event method being pas…

    …sed to on_transition method"
    
    Now I understand what the feature is supposed to do. It's counter-intuitive though.
    This reverts commit 45fcefe.
    Greg Vaughn committed Aug 15, 2008
    Configuration menu
    Copy the full SHA
    bdfe6b0 View commit details
    Browse the repository at this point in the history
  4. Changed Event.fire to be smarter about destination state symbol. This…

    … results in
    
    more intuitive use IMHO. Also added a test for this case, kept backwards
    compatability (passing nil as first argument to an event method). Plus an
    update to the README to give an overview of more features as well as explaining
    this change.
    Greg Vaughn committed Aug 15, 2008
    Configuration menu
    Copy the full SHA
    b1cb2fb View commit details
    Browse the repository at this point in the history
  5. Cleanup README formatting

    Greg Vaughn committed Aug 15, 2008
    Configuration menu
    Copy the full SHA
    3f67f81 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2008

  1. bump version to create gvaughn-aasm gem

    Greg Vaughn committed Aug 18, 2008
    Configuration menu
    Copy the full SHA
    b7f875b View commit details
    Browse the repository at this point in the history
  2. another ping to try to get github to publish the gem

    Greg Vaughn committed Aug 18, 2008
    Configuration menu
    Copy the full SHA
    09e511c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2008

  1. passing optional event params to guard method

    Greg Vaughn committed Sep 5, 2008
    Configuration menu
    Copy the full SHA
    e2a8eca View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2010

  1. Merge remote branch 'gvaughn/master'

    Tests pass
    Nathan Ward committed Feb 15, 2010
    Configuration menu
    Copy the full SHA
    f1d3bd6 View commit details
    Browse the repository at this point in the history
  2. Made things work with current aasm base code

    Nathan Ward committed Feb 15, 2010
    Configuration menu
    Copy the full SHA
    244c94c View commit details
    Browse the repository at this point in the history
Loading