- 22 Aug, 2012 9 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
(For example, the Zookeeper gem...)
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
- 21 Aug, 2012 2 commits
-
-
Jeremy McNevin authored
-
Jeremy McNevin authored
-
- 27 Jul, 2012 2 commits
-
-
Alex Chaffee authored
-
Alex Chaffee authored
Integrate various fixes around finding model classes, including https://github.com/ctran/annotate_models/pull/82 and https://github.com/ctran/annotate_models/pull/85
-
- 26 Jul, 2012 2 commits
-
-
Alex Chaffee authored
-
Alex Chaffee authored
-
- 20 Jul, 2012 2 commits
-
-
Alex Chaffee authored
-
Tsutomu Kuroda authored
-
- 17 Jul, 2012 1 commit
-
-
Derrick Reimer authored
By default, ObjectSpace.each_object is disabled in JRuby. However, ObjectSpace.each_object(Class) still works.
-
- 09 Jun, 2012 2 commits
-
-
Alex Chaffee authored
-
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
-
- 08 Jun, 2012 2 commits
-
-
Alex Chaffee authored
-
Alex Chaffee authored
-
- 09 May, 2012 1 commit
-
-
Philip Hallstrom authored
-
- 24 Mar, 2012 3 commits
-
-
Alex Chaffee authored
-
Alex Chaffee authored
-
Alex Chaffee authored
-
- 19 Mar, 2012 1 commit
-
-
Mike Gunderloy authored
-
- 01 Mar, 2012 8 commits
-
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
Conflicts: lib/annotate/annotate_models.rb
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
- 27 Feb, 2012 1 commit
-
-
pinny authored
-
- 29 Jan, 2012 1 commit
-
-
Kirill Lashuk authored
This approach eliminates necessity to guess model name by file name that allow to process models with any kind of non-standard capitalization in class and module names. Though, it still requires that underscored file name matches underscored model class name. If file is located not at the top level of models directory then we assume that model is either nested in the corresponding chain of modules or is not nested at all.
-
- 27 Jan, 2012 1 commit
-
-
David Xia authored
Annotation position defaulted to 'before'. Bugfix: annotate_models.rake uses string instead of symbol.
-
- 06 Jan, 2012 1 commit
-
-
Weston Triemstra authored
-
- 23 Dec, 2011 1 commit
-
-
lucapette authored
-