• R
    Revert change on ActiveRecord::Relation#order method that prepends new · 92c5a224
    Rafael Mendonça França 提交于
    order on the old ones
    
    The previous behavior added a major backward incompatibility since it
    impossible to have a upgrade path without major changes on the
    application code.
    
    We are taking the most conservative path to be consistent with the idea
    of having a smoother upgrade on Rails 4.
    
    We are reverting the behavior for what was in Rails 3.x and,
    if needed, we will implement a new API to prepend the order clauses in
    Rails 4.1.
    92c5a224
relations_test.rb 47.8 KB