Cs50_rails_seminar

Leila Hofer's Ruby on Rails Seminar for CS50 Fall 2015
Alternatives To Cs50_rails_seminar
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Rails52,919542,43013,6677 hours ago437September 09, 2022825mitRuby
Ruby on Rails
Mvcmailer5777763 years ago11March 17, 201392mitC#
A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
Mvcli86629 years ago16May 21, 201413mitRuby
A full-featured MVC framework for writing command line apps inspired by GLI, Rails and JSR-311
Cs50_rails_seminar64
3 years ago5Ruby
Leila Hofer's Ruby on Rails Seminar for CS50 Fall 2015
Refactoring To Rails51
3 years ago3Java
Example of refactoring a Spring/Hibernate application to Rails
Rails Practice48
10 months ago9
《Rails 实践:使用 Rails 4 构建在线网店》
Code4startup.hero.new47
8 years agoRuby
Aspnetmvcturbolinks44
310 years ago4August 20, 2013mitJavaScript
Rails Turbolinks integration in ASP.NET MVC
Gonrails37
2 years ago8November 02, 20201mitGo
Rails like mvc backend application with golang .
Pw Mvc Boilerplate35
3 years ago1PHP
A Rails-inspired [something]VC boilerplate for new ProcessWire projects
Alternatives To Cs50_rails_seminar
Select To Compare


Alternative Project Comparisons
Readme

##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

Popular Ruby On Rails Projects
Popular Mvc Projects
Popular Frameworks Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Ruby
Ruby On Rails
Mvc