Removed annoate and hirb Gemfiles.

Annotate: Better look in schema.rb, this reference should be always up
to date.

Hirb: To reactivate hirb, look in railscasts:
http://railscasts.com/episodes/48-console-tricks-revised
This commit is contained in:
benni 2012-07-27 18:07:42 +02:00
parent af3c07f031
commit 8a74e7d77f
67 changed files with 1 additions and 1056 deletions

View file

@ -74,21 +74,3 @@ class Task < ActiveRecord::Base
end
end
# == Schema Information
#
# Table name: tasks
#
# id :integer(4) not null, primary key
# name :string(255) default(""), not null
# description :string(255)
# due_date :date
# done :boolean(1) default(FALSE)
# workgroup_id :integer(4)
# assigned :boolean(1) default(FALSE)
# created_on :datetime not null
# updated_on :datetime not null
# required_users :integer(4) default(1)
# weekly :boolean(1)
# duration :integer(4) default(1)
#