Thanks, Ryan. This is still a great intro to rails templates about 3.5 years after you originally "cast" it. I'm using rails 3.2 and found that the load_template you use to load the base.rb into authentication.rb is depreciated. The current Thor equivalent is apply. That might be useful to your more recent users.
Thanks, Ryan. This is still a great intro to rails templates about 3.5 years after you originally "cast" it. I'm using rails 3.2 and found that the
load_template
you use to load the base.rb into authentication.rb is depreciated. The current Thor equivalent isapply
. That might be useful to your more recent users.Best,
Ben