- 02 Jun, 2017 1 commit
-
-
Daniel Hanke authored
-
- 30 May, 2017 1 commit
-
-
Tim Vergenz authored
Fixes #468. Rename lib/tasks/migrate.rake something more unique to avoid conflicts.
-
- 05 Mar, 2017 1 commit
-
-
Emil Sågfors authored
* Prevent root_dir option from being empty When setting root_dir to an empty string (as is done in the default rake task config) this line previously caused root_dir to become an empty array. This in turn caused factories, specs etc not to be annotated. This is just a quick band-aid on a larger problem. We have option parsing spread out over many different places, with slight mismatches like this in the assumptions made. * Handle blank values & comma-separated strings in AnnotateModels.root_dir These cases are currently handled (inconsistently) in the different option parsing routines. * Pass root_dir forward unmodified The different cases are now handled inside AnnotateModels
-
- 31 Jan, 2017 1 commit
-
-
Guillermo Guerrero Ibarra authored
-
- 10 May, 2016 1 commit
-
-
Ethan authored
* add option to exclude STI subclasses from annotation
-
- 25 Jan, 2016 1 commit
-
-
Guillermo Guerrero Ibarra authored
Reduced the Cyclomatic complexity. #330 By default didn't annotate activeadmin models. This close #330
-
- 19 Jan, 2016 1 commit
-
-
mitaku authored
-
- 11 Jan, 2016 2 commits
-
-
cuong.tran authored
Do not annotate controllers, helpers and scaffolds by default (revert to behavior from previous version)
-
Hasan Kumar Reddy A authored
-
- 27 Dec, 2015 1 commit
-
-
cuong.tran authored
-
- 02 Dec, 2015 2 commits
- 30 Nov, 2015 2 commits
-
-
djsegal authored
-
Wouter Willaert authored
-
- 24 Nov, 2015 1 commit
-
-
Hasan Kumar Reddy A authored
-
- 23 Nov, 2015 1 commit
-
-
djsegal authored
-
- 15 Nov, 2015 1 commit
-
-
djsegal authored
-
- 14 Jul, 2015 1 commit
-
-
Frank Macreery authored
-
- 19 Jun, 2015 1 commit
-
-
Andrew Goodnough authored
-
- 17 Jun, 2015 1 commit
-
-
Yuji Hanamura authored
-
- 03 Jun, 2015 1 commit
-
-
arathunku authored
[ fixes #252 ]
-
- 10 Apr, 2015 1 commit
-
-
B. Ruschill authored
-
- 02 Mar, 2015 1 commit
-
-
Jason Cox authored
Add option for classified annotation (id first, timestamps/assotiactions last) require activesupport core extension .blank? Add option for classified annotation (id first, timestamps/assotiactions last) Fix bug Restore gemspec file
-
- 15 Jan, 2015 1 commit
-
-
capripot authored
-
- 13 Jan, 2015 1 commit
-
-
Kamil Bielawski authored
-
- 08 Feb, 2014 1 commit
-
-
ivanvr authored
-
- 27 Aug, 2012 1 commit
-
-
Jon Frisby authored
-
- 22 Aug, 2012 4 commits
-
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
Add configurable for routes position, ability to remove routes, fix handling of output from newer Rake versions.
-
Jon Frisby authored
-
- 26 Jul, 2012 1 commit
-
-
Alex Chaffee authored
-
- 09 Jun, 2012 1 commit
-
-
Alex Chaffee authored
This reverts commit 8d3c00c7. Sorry, but database order should be the default unless a user really wants it alphabetized. (We should also allow a .annotate file so users can set their own preferred options more easily.) Conflicts: .gitignore bin/annotate lib/annotate/annotate_models.rb lib/tasks/annotate_models.rake
-
- 24 Mar, 2012 2 commits
-
-
Alex Chaffee authored
-
Alex Chaffee authored
-
- 01 Mar, 2012 2 commits
-
-
Jon Frisby authored
-
Jon Frisby authored
-
- 27 Feb, 2012 1 commit
-
-
pinny authored
-
- 27 Jan, 2012 1 commit
-
-
David Xia authored
Annotation position defaulted to 'before'. Bugfix: annotate_models.rake uses string instead of symbol.
-
- 21 Dec, 2011 1 commit
-
-
Ian Duggan authored
Fix options parsing to convert strings to proper booleans. Change annotate to use options hash instead of ENV.
-