Skip to content

1.3.0.rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@shioyama shioyama released this 31 Mar 08:58
· 2 commits to master since this release
3096edb
  • Don't try to load generators if Rails is loaded but AR is not (#627), thanks flop!
  • Allow compound foreign keys (#632), thanks mival!
  • Fix active model *_previously_changed? and active record will_save_change_to_*? and saved_change_to_*? dirty methods to accept kwargs (#639) thanks doits!