Description
In this course, you will learn:-
- Bootstrap themes are a great way to add some style to your website
- For deployment, use Git and Heroku
- Learn about Rails scaffolds, controllers, and models, among other things
- Implement a number of well-known gems (devise, social share, and so on)
Syllabus:-
- Welcome!
- In Case You Missed The Intro
- Why Learn Ruby on Rails?
- If You Need Help
- Installing Rails
- Atom Text Editor and My Packages
- Intro To MVC
- Partials And Rendering
- MVC In Use
- What Are Migrations?
- The Gemfile
- Creating Our First Rails App
- What Is Git?
- Git Installed
- Git Commands
- Git Quizzed!
- 3 questions
- Reverting To a Previous Commit
- Finale
- Blog Demo
- Setting Up Our App
- Installing Devise
- Devise Commands Quiz!
- Adding Validation To Posts
- Hiding Stuff From Unauthenticated Users
- Cleaning Up
- Fixing Routes
- Implementing Bootstrap with Bootswatch Themes
- Coding The Navbar
- Styling The Index Page
- Style Your Own Show Page Challenge!
- Adding Social_Share Links
- Adding Facebook Comments
- Adding Google Plus Comments
- Patching Up Blog Login Bug
- Congratulations! You've Built a blog!
- A Look Into What We'll Be Building
- Creating Our App and Installing Devise
- Creating Migrations
- The Conversation Model
- The Message Model
- The Conversations Controller
- The Messages Controller
- Importing The Bootstrap CDN
- Creating The Views
- Fixing The Routes
- Final Test
- What We'll Be Building
- Creating Our App and Scaffolds
- Adding Basic Styling
- Styling The Application Page
- Styling The Forms
- Styling The Index Page
- What is Font Awesome?
- Using Font Awesome
- Final Test
- What We'll Be Building
- Setting Up Our App
- Installing Devise
- Validations and Other Stuff
- Importing Bootstrap
- Styling The Show Page
- Testing Our App
- Styling The Index Page
- Styling The Forms
- Fixing It Up
- Creating The Navbar
- Creating Categories In The DB
- Modeling The Categories
- Creating The Categories in The Console
- Putting Categories Into The Controller
- Selecting Categories
- Adding Categories to The Forms
- Showing The Current Category
- Great Job!
- Styling Devise Forms with Bootstrap
- Creating Static Pages
- What is Heroku?
- Installing Heroku Toolbelt
- Preparing For Heroku Deployment
- Publishing To Heroku