1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/relation
Aaron Patterson ccdeb43d2e Merge branch 'master' into adequaterecord
* master: (28 commits)
  move AR length validation tests into separate test-case.
  No need for trailing slash on migration path.
  reset `@arel` when modifying a Relation in place.
  PostgreSQL Timestamps always map to `:datetime`.
  [ci skip] Improve formatting and yml
  Fix a typo in the doc of forty_two AR FinderMethod
  Improve readability of contributing to rails guide. [ci skip]
  Precompile the image we're referencing, too.
  `ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty transactions.
  Fixed an issue with migrating legacy json cookies.
  Correct comment [ci skip]
  Perfer to define methods instead of calling test
  Fix syntax error
  Add CHANGELOG entry for #14757 [ci skip]
  Fix run-on sentences and improve grammar [skip ci]
  Add test for using ActionView::Helpers::FormHelper.label with block and html
  select! renamed to avoid name collision Array#select!
  Rearrange deck chairs on the titanic. Organize connection handling test cases.
  Change favicon_link_tag helper mimetype from image/vnd.microsoft.icon to image/x-icon.
  ActionController::Renderers documentation fix
  ...
2014-04-25 12:37:08 -05:00
..
delegation_test.rb Create a blacklist to disallow mutator methods to be delegated to Array. 2013-12-17 13:43:10 -02:00
merging_test.rb remove the bind substitution visitor. to_sql should never return bind values 2014-04-09 12:02:43 -07:00
mutation_test.rb select! renamed to avoid name collision Array#select! 2014-04-21 14:42:59 -07:00
predicate_builder_test.rb use ARel factory methods for building AST nodes 2014-03-24 17:24:20 -07:00
where_chain_test.rb Merge branch 'master' into adequaterecord 2014-03-25 10:18:42 -07:00
where_test.rb Better support for where() conditions that use an association name. 2013-12-16 14:16:15 -08:00