Ruby Templating Engines: ERB, HAML & Slim
ERB is a templating engine. A templating engine allows you to mix HTML & Ruby so you can generate web pages using data from your database. ERB is Rails default engine for rendering views. Note: Rails uses an implementation called erubi instead of the ERB class from the Ruby standard library. As you’ll learn later … Continue reading Ruby Templating Engines: ERB, HAML & Slim
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed