1. 10 Jun, 2012 1 commit
  2. 09 Jun, 2012 3 commits
  3. 08 Jun, 2012 5 commits
  4. 10 May, 2012 1 commit
  5. 09 May, 2012 1 commit
  6. 26 Mar, 2012 1 commit
  7. 24 Mar, 2012 11 commits
    • fix up readme · a7994435
      Alex Chaffee authored
    • Merge branch 'mrjoy' · 6d7bfc08
      Alex Chaffee authored
      * mrjoy: (177 commits)
        Updating authorship.
        Resolve conflict between generated rakefile and CLI tool.
        Minor fixups.
        Updating readme to be RDoc compliant.
        fixed a few typos
        Updating docs to point to this fork.
        Update docs.
        Yep, I'm tired.
        Revert "Version bump to 0.0.0"
        Version bump to 0.0.0
        Changing my mind on project name issue...
        Making project name match Github project name.
        Bumping version.
        Wider type column output, play nice with Rake CLI.
        Fixing behavior with some model sub-classes, adding skip-annotations feature.
        Making ActiveSupport dependency float, updating gemspec.
        Updating change log, readme and TODO list.
        Update generated .rake file with new options.
        Renaming bin to avoid conflict with ImageMagick.
        Accept string or symbol for positions.
        ...
      
      Conflicts:
      	Gemfile
      	Gemfile.lock
      	History.txt
      	README.rdoc
      	Rakefile
      	VERSION.yml
      	annotate.gemspec
      	annotate_models.gemspec
      	lib/annotate/annotate_models.rb
      	lib/tasks/annotate_models.rake
      	lib/tasks/annotate_routes.rake
      	spec/annotate/annotate_models_spec.rb
      	spec/spec_helper.rb
      	todo.txt
    • update history with recent patches · c52cefe2
      Alex Chaffee authored
    • Merge branch 'ctran' · e26663b7
      Alex Chaffee authored
      * ctran: (23 commits)
        Inserting newline requires double-quoted string
        Annotation position defaulted to 'before'. Bugfix: annotate_models.rake uses string instead of symbol.
        include ActiveSupport to finish build #45
        include lib specs
        specify :rubygems source in Gemfile for Travis
        Gemfile for dependencies for Travis CI rake
        make the specs pass (one pending)
        fix column pattern
        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.
        Fix options parsing to convert strings to proper booleans. Change annotate to use options hash instead of ENV.
        Update README.rdoc to mention Fabrication support
        Add support for Fabrication fabricators
        We had stripped the trailing newlines from our Schema Information section. This small fix supports that case.
        rake task is 'build', not 'gem'
        match indexes and column options too when comparing annotation headers
        Leave magic encoding comment intact
        Fixes issue #14 - RuntimeError: Already memoized
        Count a model as 'annotated' if any of its tests/fixtures are annotated
        Implement FactoryGirl (#47)
        fix gemspec and get rspecs partly working again
        ...
      
      Conflicts:
      	Gemfile
      	Rakefile
      	VERSION.yml
      	annotate.gemspec
      	lib/tasks/annotate_models.rake
      	spec/annotate/annotate_models_spec.rb
      	spec/spec_helper.rb
    • clean up some config and documentation · d129f0e7
      Alex Chaffee authored
    • clean up some config and documentation · b5a1fda4
      Alex Chaffee authored
    • add rubygems source to Gemfile · ee56cba4
      Alex Chaffee authored
  8. 22 Mar, 2012 1 commit
  9. 21 Mar, 2012 1 commit
  10. 19 Mar, 2012 1 commit
  11. 01 Mar, 2012 14 commits