Changeset [3c6f3a8baed79f6d9666dbfd15a16b29fc4fd562] by Aaron Pfeifer
June 14th, 2009 @ 07:21 PM
Fix equality / xml serialization not working for non-string enumerators Fix #find_all_by_enumerator / #find_all_by_enumerator! not allowing multiple arguments http://github.com/pluginaweek/en...
Committed by Aaron Pfeifer
- M CHANGELOG.rdoc
- M lib/enumerate_by.rb
- M lib/enumerate_by/extensions/associations.rb
- M lib/enumerate_by/extensions/base_conditions.rb
- M lib/enumerate_by/extensions/xml_serializer.rb
- M test/app_root/app/models/car_part.rb
- M test/app_root/app/models/order.rb
- M test/app_root/db/migrate/003_create_car_parts.rb
- M test/app_root/db/migrate/004_create_orders.rb
- M test/factory.rb
- M test/unit/base_conditions_test.rb
- M test/unit/enumerate_by_test.rb
- M test/unit/xml_serializer_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Adds support for declaring an ActiveRecord class as an enumeration
