Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

1.3.0

Latest
Compare
Choose a tag to compare
@martinemde martinemde released this 02 Feb 22:27
· 5 commits to master since this release
  • 24499af Don't rename FKs in NamingConventions::Field::FQN
  • b8bec55 Add NamingConventions::Field::FQN
  • a74f9ec Respect :unique_index option in #belongs_to
  • af8ad5d Fix usage of zip for Ruby 2.0
  • 44dd39a Update error message to provide better feedback
  • 396211c Update shared adapter specs to ensure the resource are saved
  • 3fe02ba Fix shared adapter specs to not assume a single key
  • 8bde4fd Update references to localhost to be 127.0.0.1
  • bb03b2e Update spec to ensure Resource#save returns true
  • 9224447 Fix Property#typecast to pass-through values that cannot be handled
  • 3863da6 Deprecate typecasting of default property values.
  • f4ae661 Ensure attributes= typecasts values for Property keys.
  • b439e1f Avoid unnecessary dirty state when mutating properties to an equal value.
  • f4e094d Fix Model#each to return an enumerator when no block is provided
  • 0c70f92 Fix failing spec under rbx and add blockfree version of Collection#each
  • 1b7a5a9 Change Mash#to_hash to use Hash#replace
  • 3cb3f05 Fix code that breaks under rbx in 1.9 mode
  • 8334cc1 Fix spec problem with nil class name under rbx-19mode
  • a35734b Remove version from adapter name
  • 422176a Update #each methods to work when no block provided
  • d610a56 Fix respond_to? test for #typecast_to_primitive
  • 2a94b4a Remove development dependencies from the runtime dependency list