· Symbol (after having experience building Hash with Symbol vs String)
· Instantiating other objects
· Make your own Block (simple way to introduce yield & block, and learn build simple DSL)
· Thread
· Meta-programming
Part 2: Building a Social Network
· What are we building?
· Use case diagram
· Entity diagram
Chapter 3: Building the Models
· User model
· Inserting data
· Updating data
· Seeking data
· Destroying data
· Unit-test the model with RSpec
· Complex Query
· Status model and Has One-to-One relationship
· Friendship model and Many-to-Many relationship
· Testing up the relationships
· Adding validations
· Updating table schema
Chapter 4: Login Capabilities
· Installing Devise
· Routing
· Layout
· Building Sign in and Sign up form
· Wiring up the Sign out
· Testing up the request
Chapter 5: Building Post and Timeline
· Building the Timeline
· Introduction to Helper
· Post a Status!
· Integration testing with Capybara
· Debugging with Pry
Chapter 6: Add as Friend
· AJAX request
· Sending friendship request
· Confirming friendship request
· Sending email
· Background processing
Chapter 7: Deploying to AWS
· Making an Amazon account
· Making an ElasticBeanstalk instance
· Setting up deploy script
· Seeing it online
· How to associate it with a domain name?
Chapter 8: What next?
· Mobile App?
· API controllers
· Staging environment
Adam Notodikromo (formerly Adam Pahlevi Baihaqi) is a software engineer committed to creating working and technically well-written apps. With his colleagues in Indonesia and Germany, he is building their company together: Sonasign. He lives in Meguro, Tokyo to enjoy bowls of Yokohama-style ramen and also dry tantanmen. He works with kind teammates at Autify.
Effectively learn and apply software development and engineering techniques to web application development using Rails 6 with this accelerated tutorial. This book teaches modern engineering practices including git flow, containerization, debugging, testing, and deployment. Along the way, you’ll see how to build a social network application and then deploy it on a cloud provider such as Amazon Web Services.
After reading and using this book, you'll be able to effectively build and deploy your Rails application to the cloud. You’ll also have used the Ruby on Rails framework to carry out the rapid development of an idea into a product without sacrificing quality.
You will:
Use the Ruby on Rails 6 web development framework
Integrate Docker with your Ruby on Rails code
Apply software engineering techniques to learning the Rails framework
Design, build, and deploy a social networking application to the Amazon cloud