Giter VIP home page Giter VIP logo

cs50_rails_seminar's Introduction

##Ruby on Rails Seminar ####Leila Hofer ####CS50 Seminars Fall 2015

##About This repository contains a basic rails app in 4 different stages of development with comments on the changes that took place between each version. The goal is to demonstrate how MVC works in rails and how resources can be created, read, updated, and destroyed (CRUD) with a simple todo list app.

Thanks to http://guides.rubyonrails.org/getting_started.html, and for further instruction, please visit the ruby on rails documentation (including the URL listed above).

##Included

  1. Todo List Starting Out (setting up the framework)
  2. Todo List With Items (generating resources)
  3. Todo List With MVC (integrate the database)
  4. Todo List Final (full CRUD-able actions)

####NOTE: in order to run the final version without completing prior steps:

(i.e. if you have git cloned this repository and want to see how it works but haven't followed along creating a new project with the tutorial)

$ bundle install

$ rake db:migrate

$ rails server -b 0.0.0.0 -p 8080

cs50_rails_seminar's People

Contributors

lhofer 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.