inkwell 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/db/migrate/20130202130010_change_tables_for_communities.rb +1 -1
- data/db/migrate/20130202130020_add_community_ids_to_post.rb +1 -1
- data/lib/inkwell/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/{20130206112225_create_inkwell_timeline_items.inkwell.rb → 20130208134948_create_inkwell_timeline_items.inkwell.rb} +0 -0
- data/test/dummy/db/migrate/{20130206112226_add_columns_to_posts.inkwell.rb → 20130208134949_add_columns_to_posts.inkwell.rb} +0 -0
- data/test/dummy/db/migrate/{20130206112227_create_inkwell_blog_items.inkwell.rb → 20130208134950_create_inkwell_blog_items.inkwell.rb} +0 -0
- data/test/dummy/db/migrate/{20130206112228_create_inkwell_favorite_items.inkwell.rb → 20130208134951_create_inkwell_favorite_items.inkwell.rb} +0 -0
- data/test/dummy/db/migrate/{20130206112229_add_columns_to_users.inkwell.rb → 20130208134952_add_columns_to_users.inkwell.rb} +0 -0
- data/test/dummy/db/migrate/{20130206112230_create_inkwell_comments.inkwell.rb → 20130208134953_create_inkwell_comments.inkwell.rb} +0 -0
- data/test/dummy/db/migrate/{20130206112231_change_tables_for_communities.inkwell.rb → 20130208134954_change_tables_for_communities.inkwell.rb} +1 -1
- data/test/dummy/db/migrate/{20130207112455_add_community_ids_to_post.inkwell.rb → 20130208134955_add_community_ids_to_post.inkwell.rb} +1 -1
- data/test/dummy/db/schema.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +124 -0
- data/test/dummy/log/test.log +9287 -0
- data/test/dummy_without_community/db/development.sqlite3 +0 -0
- data/test/dummy_without_community/db/migrate/{20130120124010_create_inkwell_timeline_items.rb → 20130208134743_create_inkwell_timeline_items.inkwell.rb} +1 -0
- data/test/dummy_without_community/db/migrate/{20130120124011_add_columns_to_posts.rb → 20130208134744_add_columns_to_posts.inkwell.rb} +1 -0
- data/test/dummy_without_community/db/migrate/{20130120124012_create_inkwell_blog_items.rb → 20130208134745_create_inkwell_blog_items.inkwell.rb} +1 -0
- data/test/dummy_without_community/db/migrate/{20130120124013_create_inkwell_favorite_items.rb → 20130208134746_create_inkwell_favorite_items.inkwell.rb} +1 -0
- data/test/dummy_without_community/db/migrate/{20130120124014_add_columns_to_users.rb → 20130208134747_add_columns_to_users.inkwell.rb} +1 -0
- data/test/dummy_without_community/db/migrate/{20130120124015_create_inkwell_comments.rb → 20130208134748_create_inkwell_comments.inkwell.rb} +1 -0
- data/test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb +21 -0
- data/test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb +8 -0
- data/test/dummy_without_community/db/schema.rb +19 -18
- data/test/dummy_without_community/db/test.sqlite3 +0 -0
- data/test/dummy_without_community/log/development.log +194 -0
- data/test/dummy_without_community/log/test.log +12555 -0
- data/test/dummy_without_community/spec/functional/blogline_spec.rb +4 -3
- data/test/dummy_without_community/spec/functional/comments_spec.rb +11 -11
- data/test/dummy_without_community/spec/functional/following_spec.rb +10 -0
- data/test/dummy_without_community/spec/functional/reblog_spec.rb +4 -4
- metadata +45 -41
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the gem file manually.