- 01 Feb, 2020 1 commit
-
-
Andrew W. Lee authored
Helper methods were moved into Annotate::Helpers but instances in bin/annotate had not been updated. Because of this, bin/annotate would throw NoMethodError.
-
- 07 Jul, 2019 1 commit
-
-
Andrew W. Lee authored
Currently there's no test coverage on CLI. This adds tests for a new class Parser which will replace the command line options currently in bin/annotate. The technical direction I'm planning to go is to remove ENV variables completely and to have things passed into as arguments. Will be adding deprecation warnings in 3.0 and then deprecate ENV variables completely in 3.1. Deprecation warnings will be non-blocking in 3.0 when an ENV variable is set and an argument isn't passed in, and will becoming blocking in 3.1.
-
- 18 Apr, 2019 1 commit
-
-
dependabot[bot] authored
* Update rubocop requirement from ~> 0.46.0 to ~> 0.67.2 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.46.0...v0.67.2) Signed-off-by:
dependabot[bot] <support@dependabot.com> * Make changes to let Rubocop pass in CI
-
- 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 Oct, 2017 1 commit
-
-
Doug Hammond authored
-
- 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.
-
- 12 Jul, 2017 1 commit
-
-
Hitabis GmbH authored
* annotate --routes modifies only routes.rb This change is a proposed solution to #357 and an alternative to the already proposed solution #361. In #361 it is needed to call `annotate --routes --ignore-models` to achieve the same as in this change with only `annotate --routes`. * Call eager_load only when models are included This to prevent activerecord model errors when using mongoid for example and calling `annotate --routes`
-
- 09 Jun, 2017 1 commit
-
-
Daniel Hanke authored
-
- 17 Dec, 2016 1 commit
-
-
Guillermo Guerrero Ibarra authored
* --active-admin replaced as a flag. closes #363. * Implemented routes in markdown, closes #178
-
- 15 Dec, 2016 1 commit
-
-
Guillermo Guerrero Ibarra authored
* Fixed some offenses * Added test.
-
- 29 Jul, 2016 2 commits
-
-
Gregory Sherrid authored
* Correct 'comas' to 'commas' in README
-
Andrey Krivko authored
* Provide :hide_default_column_types option to make hiding of default configurable * Use `NO_DEFAULT_COL_TYPES` as default when the `hide_default_column_types` option is not provided
-
- 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
-
-
Guillermo Guerrero Ibarra authored
-
- 11 Jan, 2016 1 commit
-
-
Hasan Kumar Reddy A authored
-
- 30 Dec, 2015 2 commits
-
-
cuong.tran authored
-
cuong.tran authored
-
- 27 Dec, 2015 1 commit
-
-
cuong.tran authored
-
- 30 Nov, 2015 1 commit
-
-
djsegal authored
-
- 10 Apr, 2015 1 commit
-
-
B. Ruschill authored
-
- 27 Mar, 2015 1 commit
-
-
Jason Wadsworth 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
-
- 03 Jan, 2015 1 commit
-
-
Kamil Bielawski authored
-
- 25 Nov, 2014 1 commit
-
-
Daniel Evans authored
-
- 26 May, 2014 1 commit
-
-
cuong.tran authored
-
- 03 Apr, 2014 1 commit
-
-
Naoyoshi Aikawa authored
-
- 26 Feb, 2014 2 commits
-
-
Cuong Tran authored
-
Cuong Tran authored
-
- 02 Jan, 2014 1 commit
-
-
Cuong Tran authored
-
- 04 Dec, 2013 1 commit
-
-
Mr Rogers authored
* update option parser * didn't add tests b/c i'm not using rvm and can't see an easy way to add commandline option parsing tests
-
- 24 Sep, 2013 1 commit
-
-
J Connolly authored
-
- 27 Aug, 2012 1 commit
-
-
Jon Frisby authored
-
- 22 Aug, 2012 5 commits
-
-
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
-
Jon Frisby authored
-
Jon Frisby authored
-
- 26 Jul, 2012 1 commit
-
-
Alex Chaffee authored
-