File: Readme.md

package info (click to toggle)
ruby-underscore-rails 1.8.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 8
  • sloc: ruby: 15; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Rails 3.1 asset-pipeline gem to provide underscore.js

# Setup

Have in your Gemfile:

	gem 'underscore-rails'

And, have in your application.js manifest:

	//= require underscore

(also directly available under `/assets/underscore.js`)

Easy as pie.