Skip to content

0.1.0

Choose a tag to compare

@martinemde martinemde released this 12 Sep 22:28
· 42 commits to master since this release
  • Raise Ardm::NotImplemented when a DataMapper.repository is used with a name other than nil or default
  • Allow Ardm to define DataMapper constant to make conversion easier
  • Make finalize a module
  • Remove pry-debugger
  • Mark specs that refuse to pass as pending
  • Convert specs to RSpec 2.99.1 syntax with Transpec
  • Fix pending for new rspec
  • Try to fix rspec deprecations
  • Add proposed fix for associations in where clauses
  • Fix enum integration spec
  • Most of the spec/public tests passing
  • Use ActiveRecord 3.2 instead of 4
  • Update README to help everyone trying to use this gem
  • Attribute copyright to Engine Yard
  • Support string foreign keys
  • SaveFailure => SaveFailureError
  • Work at getting resource_spec from dm-core to pass
  • Start hacking at shared finder specs (not working yet)
  • Add model_spec from dm-core and get it passing (ignoring finder specs)
  • Remove debugging junk
  • Start the conversions section of the README
  • Add the license to the gemspec