Giter VIP home page Giter VIP logo

hw-hello-rails's Introduction

Hello Rails!

In previous assignments, you created and deployed a simple Hangperson game using the Ruby-based Sinatra framework, and in the subsequent assignment, you explored the differences between the Rails and Sinatra versions of that same app.

In this assignment you will create your first Rails app from scratch: a simple app called RottenPotatoes (inspired by the real web site RottenTomatoes) for cataloging movies. RottenPotatoes lets users interactively (via a Web browser) create database entries for new movies, view or modify the content of movie records (movie title, rating, description, and so on), and delete movie records. We provide some starter code you can copy and paste into specific files, but you will do most of the work. When the app is running, you'll deploy it on the public cloud.

In later assignments, you'll add features to the app, such as the ability to filter the list of movies, the ability to associate reviews with movies, and per-user login so each user can maintain their own ratings of movies.

Learning Goals

After this assignment, you should know how to:

  1. Create a new Rails app from scratch, including making necessary adjustments to the Gemfile (specifying which libraries the app relies on) and immediately placing the app under version control so you can keep track of changes

  2. Set up a database to store the Rails models, by writing and executing an initial migration describing the database's schema

  3. Create a basic set of controller actions and views to support the CRUD actions (create, read, update, delete) on a resource in a Rails app, and specify HTTP routes that map to the controller actions

  4. Run and interact with the app in your development environment, including using the debugger to interactively track down bugs and inspect application state, such as the parameters supplied to a controller action

  5. Deploy the app to the public cloud, in this case using Heroku's Platform-as-a-Service (PaaS) facility

Homework Parts

  1. Part 1: Set up to create a new app

  2. Part 2: Create the database and initial migration

  3. Part 3: Create CRUD routes, actions, and views for Movies

  4. Part 4: Run the app and use the debugger

  5. Part 5: Deploy to the cloud, including production database

hw-hello-rails's People

Contributors

armandofox avatar tansaku avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.