Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vogelbek/opal_playground
Experimenting with opal to write CSS, JS, and the DOM with Ruby
https://github.com/vogelbek/opal_playground
Last synced: 4 days ago
JSON representation
Experimenting with opal to write CSS, JS, and the DOM with Ruby
- Host: GitHub
- URL: https://github.com/vogelbek/opal_playground
- Owner: vogelbek
- License: mit
- Created: 2013-12-13T01:05:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T19:12:44.000Z (over 10 years ago)
- Last Synced: 2024-07-31T23:11:51.528Z (3 months ago)
- Language: JavaScript
- Size: 283 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opal - Opal Playground - Experimenting with opal to write CSS, JS, and the DOM with Ruby (Uncategorized / Uncategorized)
README
opal_playground
===============Experimenting with opal to write CSS, JS, and the DOM with Ruby
I'm currently stuck on the commented out jQuery Document.ready because the Rake build is aborted (it can't find jQuery).
Some References I've worked from:
http://opalrb.org/docs/static_applications/ - This is where I started from.
http://opalrb.org/docs/getting_started/ - This mentions that opal-jquery needs to wrap an instance of jquery, but I'm not sure how to make that work. I considered using the jquery-rails gem, but don't want any rails dependencies yet.