Rails is our web framework. Goals Be able to write a simple Rails application. Understand how Rails talks to the...
Basic validations Read the Rails Guide on ActiveRecord Validations. You should have an overview which kinds of validations are built...
Understand at least the following CSS concepts: Classes Selecting elements for styling Basic styling (color, typography, spacing)
Learn to treat files as an ActiveRecord attribute type, like :string or :integer Research Look at the README for...
Advanced cucumber features Learn about the following cucumber features: Doc Strings ("multiline strings") Tables Tags Before/after hooks Background Scenario outlines...
While working on a Rails application, your code base will grow a collection of different file types including: Ruby (business...
The asset pipeline is one of Rails' two mechanisms how stylesheets, javascripts and images from your /assets folder are processed...
Understand how asynchronous JavaScript works: Read Henning's presentation about asynchronous Javascript (there's also a German video presentation...
Exercise 1: Maps In MovieDB, add a new field “Principal filming location”. In a movie’s show view, geocode that...
Learn to store attachments in a way that is accessible by authorized users only Learn to prevent users from...
Read the following material: World's shortest UI/UX design course 7 Rules for Creating Gorgeous UI (Part 1)
We've already learned how to integrate user-provided images uploads to our application in 205 basic file uploads and...