Completed
Method missing
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Metaprogramming in Ruby and Doing It Wrong
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is Ruby
- 3 Whats best in Ruby
- 4 What is metaprogramming
- 5 Rails Dynamic Finders
- 6 Three Deadly Metaprogramming Senses
- 7 Why would we use this
- 8 Example
- 9 The Bad
- 10 The Fix
- 11 Constanteyes
- 12 EmployeeID
- 13 Payment Method
- 14 eval
- 15 Why use eval
- 16 Whats the fix
- 17 Method missing
- 18 ActiveRecord
- 19 I love Ruby
- 20 Questions