timmatheson / asset_autoinclude_helper
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Tim Matheson (author)
Tue Nov 18 23:58:04 -0800 2008
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
asset_autoinclude_helper.gemspec | ||
| |
init.rb | ||
| |
lib/ |
README.rdoc
Usage =======================================
<%= asset_autoinclude_tag %>
Prerequisites ===============================
You need to create files named after your controllers. For example a controller with the name BooksController You would create books.js and books.css This keeps your javascript and css logic in the correct places. If you practice unobtrusive css and javascript methods in your development practice this should clean things up quite a bit.

