- 25 Jul, 2017 1 commit
-
-
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
-
- 17 Dec, 2016 2 commits
-
-
Guillermo Guerrero Ibarra authored
* --active-admin replaced as a flag. closes #363. * Implemented routes in markdown, closes #178
-
Guillermo Guerrero Ibarra authored
-
- 16 Dec, 2016 1 commit
-
-
Guillermo Guerrero Ibarra authored
* Fix code style offenses + tests
-
- 15 Dec, 2016 2 commits
-
-
Guillermo Guerrero Ibarra authored
* Fixed some offenses * Added test.
-
Guillermo Guerrero Ibarra authored
-
- 14 Dec, 2016 2 commits
-
-
Guillermo Guerrero Ibarra authored
Fixed some offenses
-
Guillermo Guerrero Ibarra authored
-
- 13 Dec, 2016 6 commits
-
-
Guillermo Guerrero Ibarra authored
* Added new gems.
-
Guillermo Guerrero Ibarra authored
* Fixed Posgresql index tables with `public`. Added indexes test. Added test not crash getting indexes. * Updated rake and rubocop.
-
Bryan Hanks, PMP authored
-
Guillermo Guerrero Ibarra authored
-
Koichi ITO authored
-
Koichi ITO authored
Ruby 2.4.0 unifies Fixnum and Bignum into Integer. https://bugs.ruby-lang.org/issues/12005 Fix following deprecated warnings in Ruby 2.4.0-preview3. - `warning: constant ::Fixnum is deprecated` - `warning: constant ::Bignum is deprecated`
-
- 24 Oct, 2016 2 commits
-
-
sickcate authored
use existence of 'Rails::Application' as indicator of Rails App instead of 'Rails', as many Ruby applications are using railties such as generators outside Rails
-
Cuong Tran authored
-