Crails Cookbook This tutorial is intented to show you step by step how to create a Crails application from scratch. Getting started Create a project Configure a project Databases Asset pipeline Start developing Controllers Controllers Write a controller Router Controller methods Render Parameters Session CSRF security File upload Filtering Views Views Writing a view Render a view from a controller Using helpers within a view Models MongoDB-based models Configure your project for MongoDB Writing a model Using a model Find Create Update Delete Relations has many belongs to has and belongs to many Custom Requests Querying Iterating Pagination SQL-based models Testing Crails Test Framework Adding a test suite Request tests