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
Sean Griffin ae96f229f6 Add a deprecation cycle for NullColumn from column_for_attribute
This is public API, and `simple_form` depends on the `nil` return value.
We need to go through a deprecation cycle to return a null object. If
people want hash access, they can access the hash.
2014-06-23 09:54:06 -06:00
..
active_record/connection_adapters Add a type object to Column constructor 2014-05-17 17:16:05 -06:00
assets
cases Add a deprecation cycle for NullColumn from column_for_attribute 2014-06-23 09:54:06 -06:00
fixtures Update test data which doesn't reflect expected usage 2014-06-12 15:33:25 -06:00
migrations
models Merge pull request #15772 from nbudin/sti_through_bug 2014-06-19 15:07:11 -03:00
schema Fix has_and_belongs_to_many in a namespaced model pointing to a non namespaced model 2014-06-19 14:59:48 -03:00
support pg test, examples for default values and schema dumping of point types. 2014-06-03 13:46:32 +02:00
.gitignore
config.example.yml Remove code related to adapter which are no longer in repo 2014-05-16 18:17:25 +02:00
config.rb