-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathManifest
74 lines (74 loc) · 1.96 KB
/
Manifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
CHANGELOG
Gemfile
LICENSE
Manifest
README.md
Rakefile
TODO
benchmarks/sortable_benchmark.rb
lib/rails/generators/redis_orm/model/model_generator.rb
lib/rails/generators/redis_orm/model/templates/model.rb.erb
lib/redis_orm.rb
lib/redis_orm/active_model_behavior.rb
lib/redis_orm/associations/belongs_to.rb
lib/redis_orm/associations/has_many.rb
lib/redis_orm/associations/has_many_helper.rb
lib/redis_orm/associations/has_many_proxy.rb
lib/redis_orm/associations/has_one.rb
lib/redis_orm/redis_orm.rb
lib/redis_orm/utils.rb
redis_orm.gemspec
spec/generators/model_generator_spec.rb
spec/spec_helper.rb
test/association_indices_test.rb
test/associations_test.rb
test/atomicity_test.rb
test/basic_functionality_test.rb
test/callbacks_test.rb
test/changes_array_test.rb
test/classes/album.rb
test/classes/article.rb
test/classes/article_with_comments.rb
test/classes/book.rb
test/classes/catalog_item.rb
test/classes/category.rb
test/classes/city.rb
test/classes/comment.rb
test/classes/country.rb
test/classes/custom_user.rb
test/classes/cutout.rb
test/classes/cutout_aggregator.rb
test/classes/default_user.rb
test/classes/dynamic_finder_user.rb
test/classes/empty_person.rb
test/classes/expire_user.rb
test/classes/expire_user_with_predicate.rb
test/classes/giftcard.rb
test/classes/jigsaw.rb
test/classes/location.rb
test/classes/message.rb
test/classes/note.rb
test/classes/omni_user.rb
test/classes/person.rb
test/classes/photo.rb
test/classes/profile.rb
test/classes/sortable_user.rb
test/classes/timestamp.rb
test/classes/user.rb
test/classes/uuid_default_user.rb
test/classes/uuid_timestamp.rb
test/classes/uuid_user.rb
test/dynamic_finders_test.rb
test/exceptions_test.rb
test/expire_records_test.rb
test/has_one_has_many_test.rb
test/indices_test.rb
test/modules/belongs_to_model_within_module.rb
test/modules/has_many_model_within_module.rb
test/options_test.rb
test/polymorphic_test.rb
test/redis.conf
test/sortable_test.rb
test/test_helper.rb
test/uuid_as_id_test.rb
test/validations_test.rb