1. 20 1月, 2014 1 次提交
  2. 19 1月, 2014 1 次提交
  3. 15 1月, 2014 1 次提交
  4. 14 1月, 2014 1 次提交
  5. 02 1月, 2014 1 次提交
    • J
      Automatically maintain test database schema · ff7ab3bc
      Jon Leighton 提交于
      * Move check from generated helper to test_help.rb, so that all
        applications can benefit
      * Rather than just raising when the test schema has pending migrations,
        try to load in the schema and only raise if there are pending
        migrations afterwards
      * Opt out of the check by setting
        config.active_record.maintain_test_schema = false
      * Deprecate db:test:* tasks. The test helper is now fully responsible
        for maintaining the test schema, so we don't need rake tasks for this.
        This is also a speed improvement since we're no longer reloading the
        test database on every call to "rake test".
      ff7ab3bc
  6. 18 12月, 2013 2 次提交
  7. 17 12月, 2013 2 次提交
  8. 13 12月, 2013 1 次提交
    • X
      copy-edits 68abbac2 [ci skip] · 6814c78b
      Xavier Noria 提交于
      * Rewording to avoid "you"s.
      
      * Suggest as first natural alternative to refactor the block
        to evaluate to the returned value.
      
      * Removes the quotes around "filters", since that is a common
        work in our jargon.
      6814c78b
  9. 12 12月, 2013 1 次提交
  10. 06 12月, 2013 1 次提交
  11. 05 12月, 2013 1 次提交
  12. 04 12月, 2013 2 次提交
  13. 03 12月, 2013 1 次提交
    • V
      Introduce a context for rendering fixtures ERB. · ddf27acb
      Victor Costan 提交于
      Fixture files are passed through an ERB renderer before being read as
      YAML. The rendering is currently done in the context of the main object,
      so method definitons leak into other fixtures, and there is no clean
      place to define fixture helpers.
      
      After this commit, the ERB renderer will use a new subclass of
      ActiveRecord::FixtureSet.context_class each time a fixture is rendered.
      ddf27acb
  14. 28 11月, 2013 3 次提交
  15. 16 11月, 2013 1 次提交
  16. 14 9月, 2013 1 次提交
  17. 03 9月, 2013 1 次提交
  18. 27 8月, 2013 2 次提交
  19. 18 8月, 2013 1 次提交
  20. 30 7月, 2013 1 次提交
    • 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
  21. 26 7月, 2013 1 次提交
  22. 19 7月, 2013 1 次提交
  23. 18 7月, 2013 1 次提交
  24. 04 7月, 2013 1 次提交
  25. 29 6月, 2013 1 次提交
    • R
      Add few information about missing steps [ci skip] · a08cc479
      Robin Dupret 提交于
      Add some deprecations previously note covered such as the confirm
      option for the link_to helper or options which aren't needed anymore
      
      Also add a mention about the config.assets.js_compressor option.
      a08cc479
  26. 15 6月, 2013 1 次提交
  27. 03 6月, 2013 1 次提交
  28. 28 5月, 2013 1 次提交
  29. 24 5月, 2013 1 次提交
  30. 21 5月, 2013 1 次提交
  31. 13 5月, 2013 1 次提交
  32. 12 5月, 2013 1 次提交
  33. 02 4月, 2013 1 次提交
  34. 30 3月, 2013 1 次提交