In this article, we’re going to learn a little more about the MVC, the system Architecture at the core of the Rails Framework for Software Development. Hopefully, by the end of it, you’ll know why working with a system architecture can make all the difference when developing an app.
In this video we will talk about the basics of what MVC or Model View Controller is and how the design pattern works. We will look at some pseudocode as well...
http://www.rubyconf.org.au We all use Bundler at some point, and most of us use it every day. But what does it do, exactly? Why do we have to use bundle exec...
Rails makes it easy to build JSON APIs
How does Ruby internally represent and connect classes, objects, superclasses, etc? This video taken from my Ruby Reloaded course digs deep into what's going...
In this episode we do a brief review of what we have so far for the front end and move over to generate the back end rails app that will serve our front-end....
Let’s explore how routing works under the hood in Rails. How does a web request make it all the way to your Rails controller?
Code and preview
There are no comments