1. 29 Jun, 2011 5 commits
    • remove tasks/migrate.rake · 0f2eec58
      Robert Wahler authored
      This is an interesting feature but it needs an option to not run in the
      production environment.  Also, I think that the annotation task should be
      manually initiated to minimize noise in commits that contain functional
      changes.
    • remove trailing whitespace · ace6cdd7
      Robert Wahler authored
      Because my editor is set to do whitespace cleanup on write
    • Merge git://github.com/ctran/annotate_models · 7c5965a5
      Robert Wahler authored
      * git://github.com/ctran/annotate_models:
        not continually prepending newlines.
        Recognize column+type, and don't change a file unless the column+type combination of the new schema are different than that of the old (i.e., don't regenerate if columns happen to be in a different order. That's just how life is sometimes) Grab old specification even if it has \r\n as line endings rather than pure \ns Remove gemspec line causing a warning
        Explicitly require rake, fixing rake version compatibility
        Adding rake as a runtime dependency
        Correct homepage link to github project
        Specify development dependencies and ensure correct loading of test libraries
        Modify the model annontator so that if the schema is already in the model file, it will be replaced into the same location.  If it didn't previously exist, it'll be placed according to the "position", as before.
        Updated require statements in tasks to use full path to lib files.
      
      Conflicts:
      	annotate.gemspec
      	lib/annotate/annotate_models.rb
  2. 24 Jun, 2011 1 commit
  3. 23 Jun, 2011 1 commit
    • not continually prepending newlines. · 1d58ea1b
      Jack Danger Canty authored
      Prior to this patch every time the schema was regenerated at the end of
      the file it prepended an additional newline character. This made the
      schema slowly creep down the file over time. Finally annoyed me enough
      to fork and fix ;)
  4. 21 Jun, 2011 6 commits
  5. 20 Jun, 2011 2 commits
  6. 08 Jun, 2011 2 commits
  7. 06 Jun, 2011 1 commit
  8. 16 Feb, 2011 1 commit
  9. 01 Jun, 2010 1 commit
  10. 31 May, 2010 1 commit
  11. 21 May, 2010 2 commits
  12. 06 Nov, 2009 1 commit
  13. 23 Oct, 2009 4 commits
    • documentation · 952013ef
      Alex Chaffee authored
    • Merge remote branch 'nofxx/master' · 5b3d4459
      Alex Chaffee authored
      * nofxx/master:
        add simple_indexes option
        added blueprints/* dir
        annotate exemplars with unit tests added
        lil fix and v bump
        defaults to after the code
        jeweler!!
        merge IPGlider nice patches
        Now -p option also have effect on test, spec and Object Daddy files.
        Write default(FALSE) when the default value for a column is false.
        dont add whitespace on routes, and some minor stuff
        handle errors when not in a rails folder
        Organize the code better/adds some tests
        clean up hoe stuff
        forgot gemspec
        More lil fixes
        some fixes
        big commit..
      
      * Now using jeweler
      * Rev version to 2.4 and get ready for big release
    • Merge remote branch 'zapnap/master' · ed2cf5ec
      Alex Chaffee authored
      * zapnap/master:
        correct rake task name
        add auto-annotate magic for ActiveRecord migrations in Rails
    • updating readme · 43d02fcf
      Alex Chaffee authored
  14. 18 Oct, 2009 4 commits
  15. 12 Oct, 2009 1 commit
  16. 21 Aug, 2009 3 commits
  17. 14 Aug, 2009 2 commits
  18. 15 Jul, 2009 2 commits