OSDN Git Service

initialize repository master
authorokimoto <okimoto@good-day.co.jp>
Wed, 9 Dec 2009 05:51:41 +0000 (14:51 +0900)
committerokimoto <okimoto@good-day.co.jp>
Wed, 9 Dec 2009 05:51:41 +0000 (14:51 +0900)
commit0fdb7515d62c7e11b2bcba78c37d87948df30ce6
tree44cc604896b6998a22ff77c726196c62a707ae08
initialize repository
13 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/auto_scope.rb [new file with mode: 0644]
lib/core_ext/active_record/base.rb [new file with mode: 0644]
lib/core_ext/active_record/named_scope.rb [new file with mode: 0644]
lib/core_ext/core_ext.rb [new file with mode: 0644]
rails/init.rb [new file with mode: 0644]
spec/auto_scope_spec.rb [new file with mode: 0644]
spec/db/database.yml [new file with mode: 0644]
spec/db/schema.rb [new file with mode: 0644]
spec/spec_helper.rb [new file with mode: 0644]