Download link
File List
-
1 - Up and running with Ruby on Rails/1_-_Course_Introduction.mp4 9.13 MB
1 - Up and running with Ruby on Rails/2_-_Course_structure_and_overview.mp4 8.23 MB
1 - Up and running with Ruby on Rails/3_-_Sign_up_for_Cloud9_account.mp4 16.76 MB
1 - Up and running with Ruby on Rails/4_-_Getting_familiar_with_IDE_environment.mp4 41.6 MB
1 - Up and running with Ruby on Rails/5_-_Familiarity_with_command_line_and_new_blog_app.mp4 49.59 MB
1 - Up and running with Ruby on Rails/6_-_Signup_for_Github.mp4 8.69 MB
1 - Up and running with Ruby on Rails/7_-_MVC_and_cloning_blog_app_part_1_-_intro_cloning_and_setting_remote_origins.mp4 24.64 MB
1 - Up and running with Ruby on Rails/8_-_MVC_and_cloning_blog_app_part_2_-_practice_push_code_to_github_wireframe_intro.mp4 30.57 MB
1 - Up and running with Ruby on Rails/9_-_Build_mockup_of_home_page_and_route.mp4 37.32 MB
1 - Up and running with Ruby on Rails/10_-_Build_home_page_foreword.mp4 5.29 MB
1 - Up and running with Ruby on Rails/11_-_Build_home_page_part_1_-_Intro_to_bootstrap_installation_asset_pipeline.mp4 32.06 MB
1 - Up and running with Ruby on Rails/12_-_Build_home_page_part_2_-_Implement_bootstrap_for_front_end_and_fix_bug.mp4 48.03 MB
1 - Up and running with Ruby on Rails/13_-_Build_home_page_part_3_-_Complete_homepage_views_and_CSS.mp4 58.19 MB
1 - Up and running with Ruby on Rails/14_-_Create_Github_repo_and_push_code.mp4 38.44 MB
1 - Up and running with Ruby on Rails/15_-_Signup_for_Heroku.mp4 10.51 MB
1 - Up and running with Ruby on Rails/16_-_Deploy_to_Heroku.mp4 48.31 MB
1 - Up and running with Ruby on Rails/17_-_Learn_and_practice_Ruby.mp4 14.43 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/18_-_Introduction_to_migrations_using_blog_app_part_1_-_detailed_intro_and_convention.mp4 22.51 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/19_-_Introduction_to_migrations_using_blog_app_part_2_-_create_tables_models_assoc..mp4 45.21 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/20_-_Introduction_to_migrations_using_blog_app_part_3_-_complete_assoc_rails_console.mp4 46.37 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/21_-_Create_chefs_and_recipes_tables.mp4 44.9 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/22_-_Test_Driven_Development_TDD_for_recipe_model_spec_and_validations_part_1.mp4 62.62 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/23_-_Test_Driven_Development_TDD_for_recipe_model_spec_and_validations_part_2.mp4 59.17 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/24_-_TDD_for_chef_model_spec_and_validations_part_1_-_spec_create_tests_validations.mp4 26.32 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/25_-_TDD_for_chef_model_spec_and_validations_part_2_-_email_tests_validations.mp4 57.64 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/26_-_One_to_many_association_between_chef_and_recipes.mp4 67.44 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/27_-_Routes_and_recipes_index_part_1_-_intro_http_request_response_resources.mp4 39.03 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/28_-_Routes_and_recipes_index_part_2_-_start_recipes_listing_index.mp4 38.4 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/29_-_Add_Gravatar_feature_for_chefs.mp4 46.33 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/30_-_Build_show_recipes_page.mp4 58.45 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/31_-_Forms_and_actions_-_New_recipes_part_1_-_model_backed_forms_UI_for_new_recipe.mp4 46.05 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/32_-_Forms_and_actions_-_New_recipes_part_2_-_strong_params_error_messages.mp4 52.9 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/33_-_Forms_and_actions_-_Edit_recipes.mp4 43.93 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/34_-_Form_partials.mp4 47.6 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/35_-_Implement_image_upload_feature_part_1_-_installation_git_branch_feature_update.mp4 54.26 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/36_-_Implement_image_upload_feature_part_2_-_image_handling_display_forms_update.mp4 27.88 MB
2 - Database and UI - Migrations TDD Associations Gravatar Forms and Image Upload/37_-_Implement_image_upload_feature_part_3_-_javascript_validation_resizing_storage.mp4 64.86 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/38_-_Implement_like_dislike_feature_for_recipes_part_1_-_1_-_many_create_table.mp4 50.64 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/39_-_Implement_like_dislike_feature_for_recipes_part_2_-_create_routes_paths_display.mp4 45.21 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/40_-_Implement_like_dislike_feature_for_recipes_part_3_-_counts_validations.mp4 45.36 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/41_-_Add_Pagination_to_views.mp4 52.13 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/42_-_Introduction_to_Authentication.mp4 18.97 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/43_-_Build_authentication_system_and_register_new_chef_part_1_-_method_bcrypt_install.mp4 48.63 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/44_-_Build_authentication_system_and_register_new_chef_part_2_-_forms_and_actions.mp4 52.37 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/45_-_Edit_chef.mp4 29.74 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/46_-_Build_chefs_show_and_index_pages_part_1_-_actions_-_show_and_views.mp4 44.05 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/47_-_Build_chefs_show_and_index_pages_part_2_-_chefs_listing_pagination.mp4 49.15 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/48_-_Add_paths.mp4 21.61 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/49_-_Build_log_in_and_logout_functionality_part_1_-_routes_log_in_form.mp4 36.92 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/50_-_Build_log_in_and_logout_functionality_part_2_-_create_destroy_sessions.mp4 32.8 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/51_-_Build_log_in_and_logout_functionality_part_3_-_helper_methods_usage_in_views.mp4 52.84 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/52_-_Complete_authentication_system_part_1_-_navigation_updates_toggle_menu.mp4 53.23 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/53_-_Complete_authentication_system_part_2_-_before_action_private_methods.mp4 48.93 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/54_-_Complete_authentication_system_part_3_-_before_action_more_methods_completion.mp4 73.36 MB
3 - UI and Features - Authentication Pagination Likes Chefs index/55_-_Add_chefs_listing_and_build_view_tabs_feature.mp4 24.07 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/56_-_Amazon_web_services_and_prod_image_upload_storage_part_1_-_intro_and_prod_setup.mp4 19.47 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/57_-_Amazon_web_services_and_prod_image_upload_storage_part_2_-_AWS_signup_s3_bucket.mp4 33.3 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/58_-_Amazon_web_services_and_prod_image_upload_storage_part_3_-_fog_heroku_deploy.mp4 25.23 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/59_-_Introduction_to_Many_to_Many_associations.mp4 21.45 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/60_-_Migrations_for_many_to_many_associations_part_1_-_create_tables_models_assocs.mp4 48.69 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/61_-_Migrations_for_many_to_many_associations_part_2_-_test_assocs_in_rails_console.mp4 38.2 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/62_-_Build_new_styles_and_ingredients_part_1_-_create_routes_controllers_actions.mp4 19.16 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/63_-_Build_new_styles_and_ingredients_part_2_-_UI_display_and_create_actions.mp4 43.62 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/64_-_Display_styles_and_ingredients_part_1_-_add_UI_display_features.mp4 64.01 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/65_-_Display_styles_and_ingredients_part_2_-_nav_toggle_and_other_displays_completion.mp4 47.49 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/66_-_Complete_styles_and_ingredients_part_1_-_before_action_restricting_actions.mp4 45.1 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/67_-_Complete_styles_and_ingredients_part_2_-_create_associations_at_creation.mp4 48 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/68_-_Fix_CSS_and_display_for_styles_and_ingredients.mp4 38.45 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/69_-_Build_admin_user_functionality_part_1_-_intro_implementation_routes.mp4 52.15 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/70_-_Build_admin_user_functionality_part_2_-_restrict_actions_dep_destroy_deploy.mp4 63.86 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/71_-_Fix_show_recipes_bug.mp4 24.53 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/72_-_Course_Summary_and_final_project_-_build_reviews_feature.mp4 34.36 MB
4 - Add Features - AWS Migrations Displays Admin User Summary Project/73_-_Thank_you_.mp4 1.29 MB
NepsterJay.txt 526 B
Download Info
-
Tips
“Udemy - The Professional Ruby On Rails Developer [NepsterJay]” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.