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
Earl J St Sauver 70b377f464 select! renamed to avoid name collision Array#select!
Fixes #14752

Select mimics the block interface of arrays, but does not mock the
block interface for select!. This change moves the api to be a
private method, _select!.
2014-04-21 14:42:59 -07:00
..
active_record/connection_adapters
assets
cases select! renamed to avoid name collision Array#select! 2014-04-21 14:42:59 -07:00
fixtures Merge pull request #12016 from roderickvd/uuid_fixes 2014-04-04 12:52:49 -03:00
migrations
models Remove outdated comment 2014-04-14 17:09:35 -03:00
schema Merge branch 'master' into rm-uuid-fixtures 2014-04-10 15:34:55 -03:00
support Add ConnectionHelper to refactor tests. 2014-04-03 01:06:43 -07:00
.gitignore
config.example.yml
config.rb