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 408 episodes available.
April 03, 2023Authenticating Blog Admin PagesAnyone can create, edit, or delete a blog post in our Rails app currently. In this lesson, we'll add authentication so only allowed users can do those actions....more21minPlay
April 03, 2023Adding a Blog Post Destroy Action and RefactoringWe want to be able to delete blog posts we no longer want. We'll learn how to delete blog posts and refactor our code in this lesson....more13minPlay
April 03, 2023Edit & Update Blog Post ActionsImplementing Edit and Update actions are straightforward now. We can reuse what we've learned with New and Create and reuse some of the logic to edit and update database records in Rails....more12minPlay
April 03, 2023Creating New Blog PostsHandling form submissions with Rails teaches us about strong parameters and saving data with our Rails models into the database....more11minPlay
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
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 408 episodes available.