- 20 Oct, 2017 1 commit
-
-
Alexander Belozerov authored
-
- 18 Oct, 2017 3 commits
-
-
Alexander Belozerov authored
-
Alexander Belozerov authored
-
Alexander Belozerov authored
-
- 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.
-
- 11 Oct, 2017 2 commits
-
-
ryu39 authored
-
Shinichi Maeshima authored
-
- 03 Oct, 2017 1 commit
-
-
Hideki IGARASHI authored
* Refactor AnnotateModels#get_model_files * Add the tests for `AnnotateModels#get_model_files` * Remove unnecessary `reject` call
-
- 27 Jul, 2017 2 commits
-
-
Alexander Belozerov authored
-
Cuong Tran authored
-
- 25 Jul, 2017 5 commits
-
-
Alexander Belozerov authored
-
yuemori authored
-
Alexander Belozerov authored
-
Alexander Belozerov authored
Fix #436 where extra line break is added when using windows CRLF (#490)
-
yhirano55 authored
* Fix InstallGenerator to require annotate * Fix README
-
- 13 Jul, 2017 1 commit
-
-
Takahiro Uchiyama authored
-
- 12 Jul, 2017 2 commits
-
-
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`
-
Alexander Belozerov authored
-
- 03 Jul, 2017 1 commit
-
-
Alexander Belozerov authored
-
- 02 Jul, 2017 2 commits
-
-
Alexander Belozerov authored
-
yskkin authored
* Drop support of Ruby < 2.2
-
- 09 Jun, 2017 1 commit
-
-
Daniel Hanke authored
-
- 06 Jun, 2017 1 commit
-
-
Steve Klebanoff authored
* add show_complete_foreign_keys as setting * test for show_complete_foreign_keys setting
-
- 02 Jun, 2017 7 commits
-
-
Peter Boling authored
LoadError does not descend from `StandardError` so the fallback loading is never invoked. ``` >> LoadError.ancestors => [LoadError, ScriptError, Exception, Object, Kernel, BasicObject] ```
-
Cuong Tran authored
-
cuong.tran authored
-
cuong.tran authored
-
motot authored
Support Database Comment for Rails 5 Added with_comment options
-
Daniel Hanke authored
-
Tim Vergenz authored
Fix bug introduced by #469.
-
- 30 May, 2017 1 commit
-
-
Tim Vergenz authored
Fixes #468. Rename lib/tasks/migrate.rake something more unique to avoid conflicts.
-
- 25 May, 2017 1 commit
-
-
Sachin S Wagh authored
-
- 01 May, 2017 1 commit
-
-
yhirano authored
-
- 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
-
- 17 Feb, 2017 2 commits
-
-
Cuong Tran authored
* Add ruby 2.4 for travis
-
Cuong Tran authored
-
- 02 Feb, 2017 1 commit
-
-
Adam Gaynor authored
Do not check if an index includes another column if the name is a String, instead of an Array. (#442) * Do not check if an index includes another column if the name is a String, instead of an Array. * Fix Rubocop test conditions.
-
- 31 Jan, 2017 2 commits
-
-
Guillermo Guerrero Ibarra authored
-
Guillermo Guerrero Ibarra authored
-