#
mvc
The term MVC stands for Model-View-Controller. MVC is a software design pattern that separates an application's logic according to responsibilities: the model manages the application's data structure, the view manages how information is represented in the user interface, and the controller accepts input and dispatches commands to the model and the view.
Here are 146 public repositories matching this topic...
A full-stack application on Ruby on Rails which is a based on a custom redesign of Twitter.
-
Updated
Jan 14, 2021 - Ruby
Command line flash card game for learning languages. MVC, I18n, and YAML based. Japanese & Chinese flash cards available.
-
Updated
Apr 30, 2018 - Ruby
Basic Sinatra Skeleton MVC CRUD App with Sprockets, Warden, ActiveRecord and PostgresQL
ruby
heroku
haml
coffeescript
sass
template
sprockets
activerecord
postgres
sinatra
boilerplate
turbolinks
mvc
postgresql
crud-application
warden
boilerplate-application
heroku-ready
sinatra-skeleton
-
Updated
May 4, 2022 - Ruby
This project is based on Facebook. Features include MVC, posts, comments, likes, and dislikes. Also friendships functionality, unit and integration tests, and Omniauth authentication.
-
Updated
May 1, 2020 - Ruby
A desktop web app where a user can write articles about his favorite book. Users can upvote or downvote an article. The app is built using RubyOnRails in backend and embedded ruby for templating.
-
Updated
Apr 12, 2022 - Ruby
Health app curated using Rails apis and React-redux front-end. With the api endpoints, users can keep track of their fitness leves.
react
redux
mvc
rspec
models
postgresql
requests
token
jwt-authentication
rails-api
shoulda-matchers
rails6
-
Updated
Sep 8, 2020 - Ruby
-
Updated
Apr 2, 2018 - Ruby
Create and showcase multiple menus for all your restaurants.
-
Updated
Apr 12, 2022 - Ruby
A private Eventbrite-like an app which allows users to create events and then manage user signups.
-
Updated
Apr 12, 2022 - Ruby
-
Updated
Nov 22, 2017 - Ruby
Building a blog using Bootstrap 5 with Ruby on Rails 6 in MVC pattern.
ruby
rails
bootstrap
mvc
devise
pundit
ruby-on-rails
heroku-deployment
rolify
bootstrap5
videocourse
-
Updated
Apr 15, 2022 - Ruby
Okay, should we get some coffee? ☕️
-
Updated
Jan 15, 2020 - Ruby
Built with Ruby on Rails, this app uses RESTful conventions and allows full CRUD of several resources. Parent and Child resources can be created at their own New route, or through a nested route.
-
Updated
May 11, 2021 - Ruby
This is a one-way flight-booker, created as part of The Odin Project. It was a great exercise in building advanced forms, thinking through data architecture, and managing several models, views, and controllers in one project. See the screenshots below.
-
Updated
Aug 21, 2018 - Ruby
Primeiro projeto do curso "Ruby on Rails 5.x - Do início ao fim!".
-
Updated
Sep 7, 2021 - Ruby
Repositório de estudo do curso "Da arquitetura ao deploy com ruby".
-
Updated
Oct 6, 2021 - Ruby
Ruby on Rails
-
Updated
Jan 26, 2019 - Ruby
- Wikipedia
- Wikipedia
We need to rewrite the delegate methods on
ActionController::Parametersso that they no longer directly delegate to the underlying hash object.Problem
Currently
AC::Parametersdelegates some methods to the underlying object, and this causes the AC::Params to behave in inconsistent ways. For exa