Add svn:ignore property on root templated_attribute/ directory to ignore auto-generated doc/ directory
| README |
|---|
= Templated Attribute plugin
See the blog post for an introduction:
<http://shiftcommathree.com/articles/templated_attributes>
== Installation
If you're using piston, change to your <tt>vendor/plugins</tt> directory and do:
piston import http://svn.shiftcommathree.com/rails_plugins/templated_attribute vendor/plugins/templated_attribute
Otherwise, use the Rails plugin installer:
ruby script/plugin install http://svn.shiftcommathree.com/rails_plugins/templated_attribute
This will also generate <tt>public/javascripts/templated_attribute.js</tt> and
<tt>public/stylesheets/templated_attribute.css</tt>. It's up to you to include
these in your layouts. One good way to go is the new asset caching option added
in <http://dev.rubyonrails.org/changeset/6164>:
javascript_include_tag :all, :cache => true
stylesheet_link_tag :all, :cache => true
If you need to install or remove the assets manually (for example, because you
just upgraded to a newer version of the plugin), use these rake tasks:
rake templated_attribute:install
rake templated_attribute:remove
== Endnote
See CHANGELOG[link:files/CHANGELOG.html] for a list of revisions.
By Chris G. Kampmeier. Released under the MIT license--see
MIT-LICENSE[link:files/MIT-LICENSE.html].
