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
Rafael Mendonça França a2075f4142 Revert "Merge pull request #13344 from ccutrer/fix-from-default-select"
This reverts commit 3ea8403554, reversing
changes made to e4cde5d58c.

Conflicts:
	activerecord/CHANGELOG.md
	activerecord/lib/active_record/relation/query_methods.rb

Reason: using `from` without `select` should not change the select list
to SELECT * because it can lead different query results. If it is needed
to change the table to a subquery or a view you can pass a table alias
in the `from` call or use `select('subquery.*')`.

Fixes #14049.
2014-02-17 10:49:38 -03:00
..
active_record/connection_adapters
assets
cases Revert "Merge pull request #13344 from ccutrer/fix-from-default-select" 2014-02-17 10:49:38 -03:00
fixtures Ensure AR #second, #third, etc. finders work through associations 2014-01-21 19:35:27 -05:00
migrations activerecord: Initialize Migration with version from MigrationProxy. 2014-01-06 10:46:35 -05:00
models Merge pull request #13978 from Fortisque/kevin/validation_context_for_children 2014-02-08 17:11:27 -08:00
schema Add more tests for the dirty feature for enums 2014-01-21 12:45:58 -02:00
support Deprecate use of string in establish_connection as connection lookup 2013-12-24 10:18:54 +01:00
.gitignore
config.example.yml
config.rb