From 08bbe5dc2eaaa99be2ab8296e00d27d8b19e12d5 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Tue, 21 Jan 2014 00:36:44 +0530 Subject: Replace Post with Article in getting started guide [ci skip] - Used Article model instead of Post as it may confuse with 'post' requests - Tried to wrap the guide to 80 chars lines as much as possible. - Removed unused image - Fixes #13764 --- .../getting_started/article_with_comments.png | Bin 0 -> 25229 bytes guides/assets/images/getting_started/challenge.png | Bin 31976 -> 30248 bytes .../images/getting_started/confirm_dialog.png | Bin 29542 -> 26420 bytes .../forbidden_attributes_for_new_article.png | Bin 0 -> 15598 bytes .../forbidden_attributes_for_new_post.png | Bin 19490 -> 0 bytes .../images/getting_started/form_with_errors.png | Bin 14031 -> 18076 bytes .../getting_started/index_action_with_edit_link.png | Bin 9772 -> 18024 bytes .../assets/images/getting_started/new_article.png | Bin 0 -> 9387 bytes guides/assets/images/getting_started/new_post.png | Bin 5090 -> 0 bytes .../images/getting_started/post_with_comments.png | Bin 18496 -> 0 bytes .../getting_started/routing_error_no_controller.png | Bin 5519 -> 6108 bytes .../getting_started/show_action_for_articles.png | Bin 0 -> 2991 bytes .../getting_started/show_action_for_posts.png | Bin 2991 -> 0 bytes .../template_is_missing_articles_new.png | Bin 0 -> 10138 bytes .../template_is_missing_posts_new.png | Bin 11688 -> 0 bytes .../getting_started/undefined_method_post_path.png | Bin 9217 -> 0 bytes .../unknown_action_create_for_articles.png | Bin 0 -> 7594 bytes .../unknown_action_create_for_posts.png | Bin 6852 -> 0 bytes .../unknown_action_new_for_articles.png | Bin 0 -> 7858 bytes .../unknown_action_new_for_posts.png | Bin 6998 -> 0 bytes 20 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 guides/assets/images/getting_started/article_with_comments.png create mode 100644 guides/assets/images/getting_started/forbidden_attributes_for_new_article.png delete mode 100644 guides/assets/images/getting_started/forbidden_attributes_for_new_post.png create mode 100644 guides/assets/images/getting_started/new_article.png delete mode 100644 guides/assets/images/getting_started/new_post.png delete mode 100644 guides/assets/images/getting_started/post_with_comments.png create mode 100644 guides/assets/images/getting_started/show_action_for_articles.png delete mode 100644 guides/assets/images/getting_started/show_action_for_posts.png create mode 100644 guides/assets/images/getting_started/template_is_missing_articles_new.png delete mode 100644 guides/assets/images/getting_started/template_is_missing_posts_new.png delete mode 100644 guides/assets/images/getting_started/undefined_method_post_path.png create mode 100644 guides/assets/images/getting_started/unknown_action_create_for_articles.png delete mode 100644 guides/assets/images/getting_started/unknown_action_create_for_posts.png create mode 100644 guides/assets/images/getting_started/unknown_action_new_for_articles.png delete mode 100644 guides/assets/images/getting_started/unknown_action_new_for_posts.png (limited to 'guides/assets/images') diff --git a/guides/assets/images/getting_started/article_with_comments.png b/guides/assets/images/getting_started/article_with_comments.png new file mode 100644 index 0000000000..1918e9bf28 Binary files /dev/null and b/guides/assets/images/getting_started/article_with_comments.png differ diff --git a/guides/assets/images/getting_started/challenge.png b/guides/assets/images/getting_started/challenge.png index 4a30e49e6d..cc12162677 100644 Binary files a/guides/assets/images/getting_started/challenge.png and b/guides/assets/images/getting_started/challenge.png differ diff --git a/guides/assets/images/getting_started/confirm_dialog.png b/guides/assets/images/getting_started/confirm_dialog.png index 1a13eddd91..e57d4b409e 100644 Binary files a/guides/assets/images/getting_started/confirm_dialog.png and b/guides/assets/images/getting_started/confirm_dialog.png differ diff --git a/guides/assets/images/getting_started/forbidden_attributes_for_new_article.png b/guides/assets/images/getting_started/forbidden_attributes_for_new_article.png new file mode 100644 index 0000000000..e263f7f8b2 Binary files /dev/null and b/guides/assets/images/getting_started/forbidden_attributes_for_new_article.png differ diff --git a/guides/assets/images/getting_started/forbidden_attributes_for_new_post.png b/guides/assets/images/getting_started/forbidden_attributes_for_new_post.png deleted file mode 100644 index 6c78e52173..0000000000 Binary files a/guides/assets/images/getting_started/forbidden_attributes_for_new_post.png and /dev/null differ diff --git a/guides/assets/images/getting_started/form_with_errors.png b/guides/assets/images/getting_started/form_with_errors.png index 6910e1647e..04ff8b1e2d 100644 Binary files a/guides/assets/images/getting_started/form_with_errors.png and b/guides/assets/images/getting_started/form_with_errors.png differ diff --git a/guides/assets/images/getting_started/index_action_with_edit_link.png b/guides/assets/images/getting_started/index_action_with_edit_link.png index bf23cba231..22f994d993 100644 Binary files a/guides/assets/images/getting_started/index_action_with_edit_link.png and b/guides/assets/images/getting_started/index_action_with_edit_link.png differ diff --git a/guides/assets/images/getting_started/new_article.png b/guides/assets/images/getting_started/new_article.png new file mode 100644 index 0000000000..89fc0b2605 Binary files /dev/null and b/guides/assets/images/getting_started/new_article.png differ diff --git a/guides/assets/images/getting_started/new_post.png b/guides/assets/images/getting_started/new_post.png deleted file mode 100644 index b20b0192d4..0000000000 Binary files a/guides/assets/images/getting_started/new_post.png and /dev/null differ diff --git a/guides/assets/images/getting_started/post_with_comments.png b/guides/assets/images/getting_started/post_with_comments.png deleted file mode 100644 index e13095ff8f..0000000000 Binary files a/guides/assets/images/getting_started/post_with_comments.png and /dev/null differ diff --git a/guides/assets/images/getting_started/routing_error_no_controller.png b/guides/assets/images/getting_started/routing_error_no_controller.png index 35ee4f348f..ae83b6a68c 100644 Binary files a/guides/assets/images/getting_started/routing_error_no_controller.png and b/guides/assets/images/getting_started/routing_error_no_controller.png differ diff --git a/guides/assets/images/getting_started/show_action_for_articles.png b/guides/assets/images/getting_started/show_action_for_articles.png new file mode 100644 index 0000000000..9467df6a07 Binary files /dev/null and b/guides/assets/images/getting_started/show_action_for_articles.png differ diff --git a/guides/assets/images/getting_started/show_action_for_posts.png b/guides/assets/images/getting_started/show_action_for_posts.png deleted file mode 100644 index 9467df6a07..0000000000 Binary files a/guides/assets/images/getting_started/show_action_for_posts.png and /dev/null differ diff --git a/guides/assets/images/getting_started/template_is_missing_articles_new.png b/guides/assets/images/getting_started/template_is_missing_articles_new.png new file mode 100644 index 0000000000..ba630cfc23 Binary files /dev/null and b/guides/assets/images/getting_started/template_is_missing_articles_new.png differ diff --git a/guides/assets/images/getting_started/template_is_missing_posts_new.png b/guides/assets/images/getting_started/template_is_missing_posts_new.png deleted file mode 100644 index f03db05fb8..0000000000 Binary files a/guides/assets/images/getting_started/template_is_missing_posts_new.png and /dev/null differ diff --git a/guides/assets/images/getting_started/undefined_method_post_path.png b/guides/assets/images/getting_started/undefined_method_post_path.png deleted file mode 100644 index c29cb2f54f..0000000000 Binary files a/guides/assets/images/getting_started/undefined_method_post_path.png and /dev/null differ diff --git a/guides/assets/images/getting_started/unknown_action_create_for_articles.png b/guides/assets/images/getting_started/unknown_action_create_for_articles.png new file mode 100644 index 0000000000..ed89c4f3d7 Binary files /dev/null and b/guides/assets/images/getting_started/unknown_action_create_for_articles.png differ diff --git a/guides/assets/images/getting_started/unknown_action_create_for_posts.png b/guides/assets/images/getting_started/unknown_action_create_for_posts.png deleted file mode 100644 index 8fdd4c574a..0000000000 Binary files a/guides/assets/images/getting_started/unknown_action_create_for_posts.png and /dev/null differ diff --git a/guides/assets/images/getting_started/unknown_action_new_for_articles.png b/guides/assets/images/getting_started/unknown_action_new_for_articles.png new file mode 100644 index 0000000000..e8f2b9a16a Binary files /dev/null and b/guides/assets/images/getting_started/unknown_action_new_for_articles.png differ diff --git a/guides/assets/images/getting_started/unknown_action_new_for_posts.png b/guides/assets/images/getting_started/unknown_action_new_for_posts.png deleted file mode 100644 index 7e72feee38..0000000000 Binary files a/guides/assets/images/getting_started/unknown_action_new_for_posts.png and /dev/null differ -- cgit v1.2.3