Sha256: d8c153103f18463e1115048ee9da2391c0ec6d20808e58b32909290ca9be8a4b
Contents?: true
Size: 586 Bytes
Versions: 2
Compression:
Stored size: 586 Bytes
Contents
=Robin's HTML Helpers Some of the helpers I use frequently when working on Rails views. === Install Add GitHub as a gem source repo if you haven't already done so: $ gem sources -a http://gems.github.com Install this gem: $ sudo gem install robinsp-robins_html_helpers === Rails If you want to configure your Rails app to explicitly require this gem, add something like this to the config block in environment.rb: config.gem 'robinsp-robins_html_helpers', :lib => 'robins_html_helpers', :source => 'http://gems.github.com'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
robinsp-robins_html_helpers-0.2.0 | README.rdoc |
robinsp-robins_html_helpers-0.2.2 | README.rdoc |