- 18 Jul, 2009 1 commit
-
-
Tony Day authored
-
- 06 May, 2009 1 commit
-
-
Cuong Tran authored
-
- 01 May, 2009 1 commit
-
-
Cuong Tran authored
-
- 30 Apr, 2009 7 commits
-
-
Alex Chaffee authored
* commit 'ctran/v2_0_2': upgrade to newgem 1.3 Conflicts: lib/tasks/annotate.rake lib/tasks/annotate_models.rake test/test_helper.rb
-
Alex Chaffee authored
-
git://github.com/bpot/annotate_modelsAlex Chaffee authored
* git://github.com/bpot/annotate_models: Add options for show indexes in annotations
-
Alex Chaffee authored
-
Alex Chaffee authored
use model_dir parameter in remove_annotation as well; remove obsolete (and confusing) annotate.rake file
-
Alex Chaffee authored
-
Cuong Tran authored
fix the dependencies so it doesn't fail when multiple version of Rails is installed, reported by kuroda
-
- 28 Mar, 2009 1 commit
-
-
Bob Potter authored
-
- 27 Feb, 2009 1 commit
-
-
Jack Danger Canty authored
A class named Approval in moderations/approval.rb raises no error Signed-off-by: ctran <ctran@pragmaquest.com>
-
- 12 Feb, 2009 1 commit
-
-
codeape authored
Signed-off-by: ctran <ctran@pragmaquest.com>
-
- 08 Feb, 2009 1 commit
-
-
Cuong Tran authored
Fix a bug where options are not passed when annotating tests/specs.
-
- 04 Feb, 2009 5 commits
-
-
Cuong Tran authored
-
Cuong Tran authored
-
Cuong Tran authored
-
Cuong Tran authored
-
- 04 Sep, 2008 2 commits
-
-
Cuong Tran authored
-
Cuong Tran authored
-
- 03 Sep, 2008 1 commit
-
-
Jerod Santo authored
Modified the AnnotateModels module so it only updates models that have changed since the last time 'annotate' was run. This is huge for those of us who like to run 'annotate' frequently but don't want to update our VCS for all the models in our application each time we do. This required a few small modifications to the annotate_one_file, annotate, and do_annotations methods. Comments have been updated to reflect changes.
-
- 17 May, 2008 1 commit
-
-
Tim Harper authored
= In ruby, on windows = * A text file with CRLF or LF line endings will be opened with UNIX (LF) line endings in ruby. * When writing text to a file, ruby always uses CRLF line endings, regardless of the format of the line endings of the file to begin with. This causes an automatic conversion of all LF files to CRLF. If you check out a project that uses unix line endings, then run annotate_models (before this commit), you're SCM is going to want to commit every line of every model. = In ruby, on *nix / osx = - Strings are always read and written as text with LF line endings. ---- The end result is an endless tug-a-war over line-endings for collaborating windows and *nix developers. If you specify to write the files as binary ("wb"), both windows and *nix will output the text with LF line endings. Most editors on windows support this format, and if you're deploying to a linux server, you should be using this format anyways. This has solved the tug-a-war for me.
-
- 03 May, 2008 4 commits
-
-
Cuong Tran authored
-
Dustin Sallings authored
-
Dustin Sallings authored
-
Henrik N authored
Typo: 'annotaion' -> 'annotation'. Don't say that class was annotated if annotation errored out. Add myself to README credits. Update README/example to use the schema version-less header. Rephrase "Nothing to annotate" --> "Nothing annotated"; makes more sense if there were none because they failed.
-
- 23 Mar, 2008 1 commit
-
- 22 Mar, 2008 1 commit
-
-
Michael Bumann authored
added an option postion to choose to put the annotation, spec/fixtures now also get annotated, added a task to remove the annotations
-
- 11 Mar, 2008 1 commit
-
-
Cuong Tran authored
-
- 10 Mar, 2008 3 commits
-
-
Cuong Tran authored
Add lib/tasks/annotate.rake to the Manifest, up the revision to push out to rubyforge
-
Cuong Tran authored
-
- 09 Mar, 2008 6 commits
-
-
Jack Danger Canty authored
-
Jack Danger Canty authored
-
Jack Danger Canty authored
-
Jack Danger Canty authored
trying to figure this git stuff out ;) This reverts commit a7e0b8cb.
-
Jack Danger Canty authored
It's become a convention to clean up massive numbers of models by grouping them logically into subdirectories (e.g. putting everything related to finances under app/models/finances). This commit refactors the single line that retrieves the model class into a method that can properly check for alternative class names.
-
Mike Gunderloy authored
-
- 29 Feb, 2008 1 commit
-
-
Cuong Tran authored
-