- 22 Aug, 2012 2 commits
-
-
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
-
- 21 Dec, 2011 3 commits
-
-
Ian Duggan authored
Allow task loading from Rakefile for gems (plugin installation already auto-detects). Add skip_on_db_migrate option as well for people that don't want it.
-
Ian Duggan authored
Fix options parsing to convert strings to proper booleans. Change annotate to use options hash instead of ENV.
-
Ian Duggan authored
-
- 16 Dec, 2011 1 commit
-
-
Mike Mayo authored
-
- 10 Dec, 2011 2 commits
-
-
Laurence Lee authored
Add a generator (annotate_models:install) to install a Rakefile that automatically annotates models when db:migrate is invoked.
-
Nathan Broadbent authored
We had stripped the trailing newlines from our Schema Information section. This small fix supports that case.
-
- 18 Nov, 2011 1 commit
-
-
Barnabas Debreczeni authored
-