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 60ffe41980 Extract conditional to a method to avoid duplication
Also use if/else block to not use short circuit return
2012-06-19 21:01:27 -03:00
..
active_record/connection_adapters Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
assets Added test to illustrate bad binary blobs. 2012-01-31 13:45:00 -06:00
cases Extract conditional to a method to avoid duplication 2012-06-19 21:01:27 -03:00
fixtures Fix backward compatibility with stored Hash values. Wrap coders to convert serialized values to indifferent access. 2012-05-30 23:21:57 -07:00
migrations stop depending on the filesystem for interleaved migration tests 2012-01-13 14:33:59 -08:00
models Removing composed_of from ActiveRecord. 2012-06-18 14:53:03 -04:00
schema Add uuid type support to PostgreSQL adapter 2012-06-14 17:44:51 +04:00
support Remove IdentityMap 2012-03-13 20:08:54 -03:00
.gitignore
config.example.yml To support ActiveRecord unit tests for IBM DB2 2011-10-02 22:51:01 -04:00
config.rb