02 Install Ruby on Rails 6 configure application/007 First commit to Github.mp413.58MB
02 Install Ruby on Rails 6 configure application/009 Hello World. Generating a static page.mp413.6MB
02 Install Ruby on Rails 6 configure application/011 Push application to production on Heroku.mp437.11MB
03 Building the MVP (minimum viable product)/013 gem haml-rails - more RoR-friendly way of editing HTML.mp411.6MB
03 Building the MVP (minimum viable product)/015 (REVISED) Install Bootstrap with Yarn and Webpacker.mp466.18MB
03 Building the MVP (minimum viable product)/017 gem font-awesome-sass - add cool icons for styling.mp419.21MB
03 Building the MVP (minimum viable product)/019 gem simple_form - better way to work with forms.mp47.46MB
03 Building the MVP (minimum viable product)/021 add a Courses table.mp421.35MB
03 Building the MVP (minimum viable product)/023 action_text - rich text editor.mp436.84MB
03 Building the MVP (minimum viable product)/025 gem faker and seeds.rb - add fake data to the app.mp421.4MB
03 Building the MVP (minimum viable product)/027 gem devise for authorization (log in log out).mp430.04MB
03 Building the MVP (minimum viable product)/029 course belong_to user - relationships.mp436.21MB
03 Building the MVP (minimum viable product)/031 design for notification messages.mp48.39MB
03 Building the MVP (minimum viable product)/033 adding a functional navbar.mp423.14MB
03 Building the MVP (minimum viable product)/035 search field in navbar.mp410.72MB
03 Building the MVP (minimum viable product)/037 styling courses and home index.mp4103.91MB
03 Building the MVP (minimum viable product)/039 gem friendly_id - show user friendly links.mp454.25MB
03 Building the MVP (minimum viable product)/041 devise trackable (track user IP address create users index page.mp461.18MB
03 Building the MVP (minimum viable product)/043 devise confirmable in development pt1.mp467.14MB
03 Building the MVP (minimum viable product)/045 devise confirmable in development pt2.mp414.47MB
03 Building the MVP (minimum viable product)/047 sendgrid - send emails in production.mp433.04MB
03 Building the MVP (minimum viable product)/049 add more fields to courses.mp4128.03MB
03 Building the MVP (minimum viable product)/051 gem ransack - level 1 - filter and search data in a table.mp439.31MB
03 Building the MVP (minimum viable product)/053 gem ransack - level 2 - search and filter courses.mp4105.62MB
03 Building the MVP (minimum viable product)/055 gem ransack level 3 - search in navbar.mp448.65MB
03 Building the MVP (minimum viable product)/057 gem public_activity - track all actions in the app.mp467.98MB
03 Building the MVP (minimum viable product)/059 add a footer.mp462.88MB
04 Roles and Authorization/061 promo - roles authorization.mp42.18MB
04 Roles and Authorization/062 gem rolify - add roles to users.mp478.59MB
04 Roles and Authorization/064 gem rolify - edit user roles.mp439.03MB
04 Roles and Authorization/066 gem rolify - using role based access.mp422.57MB
04 Roles and Authorization/068 gem pundit - installation and example usecase.mp438.01MB
04 Roles and Authorization/070 gem pundit - authorization for courses.mp418.52MB
04 Roles and Authorization/072 gem pundit - only admin can edit other users.mp419.01MB
04 Roles and Authorization/074 gem pundit - user can see links only to allowed actions.mp420.5MB
05 Building the core functionality of the e-learning platform/076 gem friendly_id for users user show.mp441.09MB
05 Building the core functionality of the e-learning platform/078 check if user is online.mp430.94MB
05 Building the core functionality of the e-learning platform/080 add a Lessons table friendly_id styling.mp486.18MB
05 Building the core functionality of the e-learning platform/082 public_activity for Lessons create lessons inside courses.mp419.49MB
05 Building the core functionality of the e-learning platform/084 action_text for Lessons add breadcrumbs for lesson show.mp420.35MB
05 Building the core functionality of the e-learning platform/085 gem pundit - authorization for Lessons.mp442.92MB
05 Building the core functionality of the e-learning platform/087 nested resources. lessons in courses.mp454.36MB
05 Building the core functionality of the e-learning platform/089 gem pundit - authorization for Lessons create action.mp431.83MB
05 Building the core functionality of the e-learning platform/091 minor styling for edit and new views.mp415.89MB
05 Building the core functionality of the e-learning platform/093 production - tour around heroku.mp414.67MB
05 Building the core functionality of the e-learning platform/094 gem exception_notification - catch errors in production.mp433.48MB
05 Building the core functionality of the e-learning platform/096 design for courses and lessons.mp457.86MB
05 Building the core functionality of the e-learning platform/098 gem pagy for pagination.mp476.44MB
05 Building the core functionality of the e-learning platform/100 add dynamic title to page tabs.mp458.28MB
05 Building the core functionality of the e-learning platform/102 scaffold Enrollments. Basic validation and design.mp4110.58MB
05 Building the core functionality of the e-learning platform/104 Button for user to Enroll to a Course.mp4144.35MB
05 Building the core functionality of the e-learning platform/106 gem pundit for Enrollments.mp429.17MB
05 Building the core functionality of the e-learning platform/108 gem pundit - user can access his purchased Courses.mp415.92MB
05 Building the core functionality of the e-learning platform/110 work on Enrollment views.mp4106.45MB
05 Building the core functionality of the e-learning platform/112 Button for user to Review a Course.mp469.29MB
05 Building the core functionality of the e-learning platform/114 gem pagy for Enrollments and Users.mp437.38MB
05 Building the core functionality of the e-learning platform/116 gem friendly_id for enrollments.mp418.57MB
05 Building the core functionality of the e-learning platform/118 gem ransack for enrollments index.mp461.15MB
05 Building the core functionality of the e-learning platform/120 Navigation for student teacher admin.mp4101.51MB
05 Building the core functionality of the e-learning platform/122 Collections and Scopes Ransack Pagy for Courses and Enrollments.mp4156.38MB
05 Building the core functionality of the e-learning platform/124 Counters in header.mp441.96MB
05 Building the core functionality of the e-learning platform/126 Calculate rating for courses.mp488.41MB
05 Building the core functionality of the e-learning platform/128 counter_cache basics (enrollments_count for Course).mp444.35MB
05 Building the core functionality of the e-learning platform/130 add counter_cache across app.mp4118.32MB
05 Building the core functionality of the e-learning platform/132 More course styling and validation.mp467.3MB
05 Building the core functionality of the e-learning platform/134 Courses index ransack sort by price populararity rating newest.mp426.25MB
05 Building the core functionality of the e-learning platform/136 Dynamic Personalized Homepage (Popular New Top Rated Courses).mp466.44MB
05 Building the core functionality of the e-learning platform/138 Move logic from controller to model using scopes.mp450.18MB
05 Building the core functionality of the e-learning platform/140 UserCourse table - track if a user has seen a lesson. Migration and setup.mp483.95MB
05 Building the core functionality of the e-learning platform/142 Track User progress in a Course.mp466.68MB
05 Building the core functionality of the e-learning platform/144 Styling courses and lessons.mp4148.22MB
05 Building the core functionality of the e-learning platform/146 Pluralization for course show.mp411.14MB
05 Building the core functionality of the e-learning platform/148 Validation for Destroy with dependent records (restrict_with_error nullify.mp432.33MB
05 Building the core functionality of the e-learning platform/150 Lesson show - navigation between lessons in a course.mp445.12MB
05 Building the core functionality of the e-learning platform/152 gem chartkick and groupdate - add charts.mp487.79MB
05 Building the core functionality of the e-learning platform/154 load charts without timeouts.mp439.97MB
05 Building the core functionality of the e-learning platform/156 namespace charts in routes group by sum.mp427.02MB
05 Building the core functionality of the e-learning platform/158 count impressions with increment method.mp449.51MB
05 Building the core functionality of the e-learning platform/160 custom buttons to publish or approve a course.mp4187.2MB
05 Building the core functionality of the e-learning platform/162 complex validation who can see a course show.mp429.35MB
05 Building the core functionality of the e-learning platform/164 gem public_activity - polymorphic links with nested resources.mp469.87MB
05 Building the core functionality of the e-learning platform/166 application_helper for conditional styling.mp431.59MB
05 Building the core functionality of the e-learning platform/168 gem rails-erd to generate relationship-diagrams automatically.mp430.16MB
05 Building the core functionality of the e-learning platform/170 better views for not logged in users.mp429.1MB
05 Building the core functionality of the e-learning platform/172 link_to courses with ransack search params.mp433.16MB
05 Building the core functionality of the e-learning platform/174 course-specific charts and analytics more advanced grouping.mp482.77MB
05 Building the core functionality of the e-learning platform/176 update course_policy and view.mp439.42MB
06 Sorting records with drag and drop/178 promo - sort records.mp42.13MB
06 Sorting records with drag and drop/179 gem ranked_model - give lessons inside a course a number.mp433.55MB
06 Sorting records with drag and drop/181 link to previous and next lesson in lesson show.mp424.47MB
06 Sorting records with drag and drop/183 jquery-ui sortable - make lessons sortable and persist changes.mp4101.39MB
07 Active Storage and Action Text/185 promo - active_storage action_text.mp43.68MB
07 Active Storage and Action Text/186 credentials and secret keys PART 1.mp430.65MB
07 Active Storage and Action Text/188 gem aws-sdk-s3 configure aws s3 bucket storage add avatar to courses.mp4129.44MB
07 Active Storage and Action Text/190 gem active_storage_validations. validates course avatar. display avatar in co.mp485.05MB
07 Active Storage and Action Text/192 gem image_processing to fix action_text displaying images S3 bucket CORS set.mp438.86MB
07 Active Storage and Action Text/194 credentials and secret keys PART 2 - PRODUCTION.mp411.84MB
07 Active Storage and Action Text/195 action_text attachment restrictions download and display.mp483.6MB
07 Active Storage and Action Text/197 action_text restrict attachments more validations for course and lesson.mp484.35MB
07 Active Storage and Action Text/199 video attachment and preview with active_storage and HTML5.mp460.5MB
07 Active Storage and Action Text/201 styling lessons video validation.mp458.67MB
07 Active Storage and Action Text/203 deleting attachments (video and video_thumbnail).mp461.86MB
07 Active Storage and Action Text/205 action_text - allow file upload add video preview to blob.mp440.62MB
07 Active Storage and Action Text/207 action_text - play audio with HTML5.mp420.94MB
07 Active Storage and Action Text/209 video.js player integration.mp461.81MB
07 Active Storage and Action Text/211 simple_form for rich_text_area (actiontext).mp419.85MB
07 Active Storage and Action Text/213 action_text youtube embeds.mp457.97MB
08 Integrating Comments with Nested Routes/215 promo - nested comments.mp42.93MB