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

merge 2-1-stable to master #302

Merged
merged 3 commits into from
Mar 3, 2015
Merged

merge 2-1-stable to master #302

merged 3 commits into from
Mar 3, 2015

Commits on Jul 15, 2014

  1. [2-1-stable] use custom excpetions in Transactable

    Caller can rescue only NestedSet excptions.
    
    For example in controller:
    
    <pre>
    rescue_from CollectiveIdea::Acts::NestedSet::Model::Transactable::OpenTransactionsIsNotZero,
                CollectiveIdea::Acts::NestedSet::Model::Transactable::DeadlockDetected,
                :with => :nestedset_locked
    </pre>
    marutosi committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    aea4b8b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. [2-1-stable] add new custom exception "CollectiveIdea::Acts::NestedSe…

    …t::Move::ImpossibleMove"
    marutosi committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    ff2aec7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2015

  1. merge 2-1-stable to master

    marutosi committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    a9749cd View commit details
    Browse the repository at this point in the history