Level 0 - Installfest
Level 0 provides you with a practical introduction to the fundamentals of Ruby on Rails
Course Benefits:
- Set up a full Ruby on Rails development environment on your machine
- Learn the basics of how to create a new Rails project
- Add authentication to prevent the wrong people accessing your data
- Create a comprehensive suite of automated tests for peace of mind that your application does what it is supposed to do
- Use a popular CSS framework to make your application look clean and professional
- Create an Admin panel to manage your data
- Learn how Rails interacts with your database
- Manage static assets in your application such as images, CSS files and Javascript code
- Add static pages, such as Contact, About, etc
- Customise your application error pages, such as 404-Not Found, 500-Internal Server Error