Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
GoRails is a series of screencasts and guides for all aspects of Ruby on Rails. Learn how to setup your machine, build a Rails application, and deploy it to a server.... more
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 404 episodes available.
April 03, 2023Adding a New Blog Post ActionWe now want to create new Blog Posts in our Rails app, not directly in the database. To do this, we're going to start by building a new action and form for inputting data for our Rails model....more9minPlay
April 03, 2023Adding a Blog Post Show ActionWe need a way to view individual Blog Posts on their own URLs now. That's where our Show action comes into play and we will learn how to build that in this lesson....more17minPlay
April 03, 2023Adding a Blog Index ActionAn index page allows us to display all the blog posts in our database. We will learn how to setup routes that point to controllers and actions that render HTML....more12minPlay
April 03, 2023Creating A Blog Post ModelThe first thing we need is a database table to store our blog posts. We create a Rails model (the M in MVC) to create the database and a Ruby class for us to interact with the database table....more11minPlay
April 03, 2023Rails Application Structure ExplainedNow that we've created a new Rails app, let's take a look at the files generated and learn what they do...more21minPlay
April 03, 2023Creating a New Rails appWe're going to build a Blog with Ruby on Rails so let's start by making sure we have everything installed and create our new Rails app...more6minPlay
April 03, 2023Classes & Objects in RubyObject oriented programming and Ruby go hand in hand. This lesson, we'll learn how to define classes and create instances of them to organize our code....more47minPlay
April 03, 2023Loops & Blocks in RubyLoops allow you to run code multiple times. This is handy when you need to process a group of items one at a time until the entire group is finished. We'll also learn about Ruby blocks to define the set of operations....more48minPlay
April 03, 2023Refactoring our Ruby codeSo far, our project has been a single line of operation. We can refactor this to use methods to reuse code in various ways....more42minPlay
April 03, 2023Methods & Functions in RubyA method or function is a way to define a group of code that can be used repeatedly. We'll learn how to define methods in our Ruby code and then use them multiple times....more27minPlay
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 404 episodes available.