Merge branch 'mrjoy'
* 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
Showing
.rvmrc
0 → 100644
annotate_models.gemspec
deleted
100644 → 0
require './lib/annotate' | ||
Gem::Specification.new do |s| | ||
s.name = %q{annotate_models} | ||
s.version = Annotate.version | ||
s.description = %q{Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.} | ||
s.summary = %q{Annotates Rails Models, routes, fixtures, and others based on the database schema.} | ||
s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad"] | ||
s.email = ["alex@stinky.com", "ctran@pragmaquest.com", "x@nofxx.com", "turadg@aleahmad.net"] | ||
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } | ||
s.extra_rdoc_files = ["README.rdoc"] | ||
s.files = %w( README.rdoc VERSION.yml History.txt ) | ||
s.files += Dir.glob("lib/**/*") | ||
s.files += Dir.glob("tasks/**/*") | ||
s.files += ["bin/annotate"] # todo: annotate_models | ||
s.homepage = %q{http://github.com/ctran/annotate_models} | ||
s.rdoc_options = ["--charset=UTF-8"] | ||
s.require_paths = ["lib"] | ||
s.rubyforge_project = %q{annotate} | ||
s.add_runtime_dependency 'rake' # ? | ||
end |
lib/annotate/active_record_patch.rb
0 → 100644
lib/generators/annotate_models/USAGE
0 → 100644
Please
register
or
sign in
to comment