- 03 Jan, 2021 1 commit
-
-
Takafumi ONAKA authored
ActiveRecord's migrate tasks are required since v2.7.5 (#588).
-
- 18 May, 2020 1 commit
-
-
Alex Boyd authored
Make `annotate_routes` depend on `set_annotation_options` just as `annotate_models` does. Fixes #761.
-
- 17 May, 2020 1 commit
-
-
Paul authored
Rails 6 adds a new set of migration tasks for multi-database apps. This change makes the annotate_models_migrate hooks aware of them.
-
- 24 Jan, 2020 1 commit
-
-
tvallois authored
The scope of this pull request is to allow annotate_models to generate models documentation using YARD. This is the first step, I'll add more features later.
-
- 30 Dec, 2019 1 commit
-
-
Andrew W. Lee authored
This change converts .all_options into a constant and moves it into Annotate::Constants. It also changes usages of .all_options.
-
- 06 Aug, 2019 1 commit
-
-
Ryan authored
Adds option for additional file patterns (implemented in #633) in the CLI.
-
- 08 Apr, 2019 1 commit
-
-
Daisuke Yokomoto authored
Add --frozen option to abort instead of write annotation. This is mainly for CI environment to detect missing annotation. Similar motivation with bundle install --frozen. works like: ``` $ rake db:migrate frozen=yes annotate error. spec/models/user_spec.rb needs to be updated, but annotate was run with `--frozen ```
-
- 15 Feb, 2019 2 commits
-
-
Ben Brook authored
-
Artem Rashev authored
Since Rails full engines run as non-namespaced applications but all their app-related tasks still prefixed with `app:`
-
- 14 Feb, 2019 1 commit
-
-
Yuichi Tanikawa authored
- Use Rake::Task#enhance insteaad of defining same tasks again - Remove hooking db:migrate:change task which doesn't exist - Fix hooking db:migrate:reset task so that the annotation runs after all migration tasks (#548)
-
- 10 May, 2018 1 commit
-
-
yhirano55 authored
* :with_comment option is flag * It should use `true?` instead of `fallback`.
-
- 13 Oct, 2017 1 commit
-
-
Doug Hammond authored
* Hook up with-comment option to rake tasks and CL. * with_comment option handles commentless columns. * Style fixes.
-
- 25 Jul, 2017 1 commit
-
-
Alexander Belozerov authored
-
- 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
-