Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rails | 52,919 | 542,430 | 13,667 | 7 hours ago | 437 | September 09, 2022 | 825 | mit | Ruby | |
Ruby on Rails | ||||||||||
Mvcmailer | 577 | 77 | 6 | 3 years ago | 11 | March 17, 2013 | 92 | mit | C# | |
A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style | ||||||||||
Mvcli | 86 | 6 | 2 | 9 years ago | 16 | May 21, 2014 | 13 | mit | Ruby | |
A full-featured MVC framework for writing command line apps inspired by GLI, Rails and JSR-311 | ||||||||||
Cs50_rails_seminar | 64 | 3 years ago | 5 | Ruby | ||||||
Leila Hofer's Ruby on Rails Seminar for CS50 Fall 2015 | ||||||||||
Refactoring To Rails | 51 | 3 years ago | 3 | Java | ||||||
Example of refactoring a Spring/Hibernate application to Rails | ||||||||||
Rails Practice | 48 | 10 months ago | 9 | |||||||
《Rails 实践:使用 Rails 4 构建在线网店》 | ||||||||||
Code4startup.hero.new | 47 | 8 years ago | Ruby | |||||||
Aspnetmvcturbolinks | 44 | 3 | 10 years ago | 4 | August 20, 2013 | mit | JavaScript | |||
Rails Turbolinks integration in ASP.NET MVC | ||||||||||
Gonrails | 37 | 2 years ago | 8 | November 02, 2020 | 1 | mit | Go | |||
Rails like mvc backend application with golang . | ||||||||||
Pw Mvc Boilerplate | 35 | 3 years ago | 1 | PHP | ||||||
A Rails-inspired [something]VC boilerplate for new ProcessWire projects |
##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
####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