generators/rails_dt/templates/INSTALL in rails_dt-0.1.1 vs generators/rails_dt/templates/INSTALL in rails_dt-0.1.2
- old
+ new
@@ -1,23 +1,20 @@
-Finalizing DT installation
-==========================
+Setting Up Web Output
+=====================
-In your `config/environment.rb`, add:
-
- config.gem "rails_dt"
-
Inside your `ApplicationController` class, add:
handles_dt
-In your `app/views/layouts/application.html.erb` `<head>` section, add:
+Inside your `app/views/layouts/application.html.erb` `<head>` section, add:
<%= stylesheet_link_tag "dt" %>
-Somewhere at the end of your `app/views/layouts/application.html.erb` `<body>` section, add:
+Inside your `app/views/layouts/application.html.erb` `<body>` section, add:
<div class="DT">
- <%= DT.to_html %>
+ <%= DT.web_messages_as_html %>
</div>
Happy debugging!
+