Skip to content

Releases: ctran/annotate_models

v2.6.7 - Small bug fix

10 Mar 22:47
Compare
Choose a tag to compare

Nothing annotated unless options[:model_dir] is specified, #234

v2.6.6 - Minor bug fixes

08 Mar 11:27
Compare
Choose a tag to compare
  • Makes it possible to wrap annotations, #225
  • Fix single model generation, #214
  • Fix default value for Rails 4.2, #212
  • Don't crash on inherited models in subdirectories, #232
  • Process model_dir in rake task, #197

v2.6.5

16 Jun 09:31
Compare
Choose a tag to compare

This is the same as 2.6.4.

v2.6.4

16 Jun 09:06
Compare
Choose a tag to compare
  • Skip "models/concerns", #194
  • Fix #173 where annotate says "Nothing to annotate" in rails 4.2
  • Display an error message if not run from the root of the project, #186
  • Support rails 4.0 new default test directory, #182
  • Add an option to show timestamp in routes "-timestamp", #136
  • Skip plain ruby objects if they have the same class name as an ActiveRecord object, #121

v2.6.3

05 Apr 05:40
Compare
Choose a tag to compare

v2.6.2

26 Feb 13:02
Compare
Choose a tag to compare
  • Retain the current annotate block unless --force is specified
  • Always load models, since they may not be autoloaded by Rails
  • The pg array type is now detected (see #158)