Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topfunky/unobtrusive
Rails generator for installing Dan Webb's lowpro.js and supporting files.
https://github.com/topfunky/unobtrusive
Last synced: 11 days ago
JSON representation
Rails generator for installing Dan Webb's lowpro.js and supporting files.
- Host: GitHub
- URL: https://github.com/topfunky/unobtrusive
- Owner: topfunky
- Created: 2008-09-30T23:01:27.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-01-14T20:15:24.000Z (almost 16 years ago)
- Last Synced: 2024-04-15T14:13:25.687Z (7 months ago)
- Language: JavaScript
- Homepage: http://nubyonrails.com
- Size: 95.7 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
== Unobtrusive
This is a simple file-copying plugin to ease the process of using specific Javascript libraries in your Rails application.
It includes the LowPro library by Dan Webb, some of his behaviors, the latest version of prototype.js, and a sample unobtrusive.js for you to edit.
The unobtrusive.js file is yours to edit (or rename). You'll also need to include these files in the HTML templates in which you want to use them.
== Usage
./script/plugin install git://github.com/dwg/unobtrusive.git
./script/generate unobtrusive
<%= javascript_include_tag :unobtrusive %>== Author
Geoffrey Grosenbach http://peepcode.com
== Contributors
Arni Einarsson