Ruby
A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
-
Ruby on Rails: How To Generate A Rails App
@amy 24364 Views178 Views 1 Likes 0 CommentsWe go over how to generate a rails application using the terminal. We then go over launching our server so you can confirm your application is working!
-
Ruby on Rails: Controllers & Routes
@amy 24364 Views157 Views 0 Likes 0 CommentsContinue our previous app by generating our first controller and route, and adding to our first view.
-
Rails: Models & Migrations
@amy 24364 Views199 Views 1 Likes 0 CommentsContinuing our previous app by adding our first model and making our first migration.
-
Rails: Seeds
@amy 24364 Views166 Views 0 Likes 0 CommentsContinuing our previous app by adding seeds, and creating our first view that renders out information directly from our database.
-
Rails: Faker
@amy 24364 Views152 Views 0 Likes 0 CommentsIn this video, we continue on with our rails app and I introduce you to the Faker gem to create a lot of dummy data really quickly. Find the Faker gem here: https://github.com/faker-ruby/faker
Looks like you've reached the end!