Releases: ctran/annotate_models
Releases · ctran/annotate_models
v2.6.7 - Small bug fix
10 Mar 22:47
Compare
Sorry, something went wrong.
No results found
Nothing annotated unless options[:model_dir] is specified, #234
v2.6.6 - Minor bug fixes
08 Mar 11:27
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
This is the same as 2.6.4.
v2.6.4
16 Jun 09:06
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v2.6.2
26 Feb 13:02
Compare
Sorry, something went wrong.
No results found
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 )