OSDN Git Service

initialize repository
authorokimoto <okimoto@good-day.co.jp>
Wed, 9 Dec 2009 07:19:12 +0000 (16:19 +0900)
committerokimoto <okimoto@good-day.co.jp>
Wed, 9 Dec 2009 07:19:12 +0000 (16:19 +0900)
commit926917a2d3c585781b76c2b2e3f83798bdec2e9b
tree615912f7407ad0ad30947450b3f03423f4f7c2ea
initialize repository
18 files changed:
.gitignore [new file with mode: 0644]
README [new file with mode: 0644]
README.ja [new file with mode: 0644]
Rakefile [new file with mode: 0644]
lib/time_frame.rb [new file with mode: 0644]
rails/init.rb [new file with mode: 0644]
spec/db/database.yml [new file with mode: 0644]
spec/db/fixtures/articles.yml [new file with mode: 0644]
spec/db/fixtures/comments.yml [new file with mode: 0644]
spec/db/fixtures/companies.yml [new file with mode: 0644]
spec/db/fixtures/company_members.yml [new file with mode: 0644]
spec/db/fixtures/people.yml [new file with mode: 0644]
spec/db/fixtures/posts.yml [new file with mode: 0644]
spec/db/fixtures/tickets.yml [new file with mode: 0644]
spec/db/schema.rb [new file with mode: 0644]
spec/spec_helper.rb [new file with mode: 0644]
spec/time_frame_spec.rb [new file with mode: 0644]
tasks/acts_as_periodic_tasks.rake [new file with mode: 0644]