-
-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33e9ade
commit 45f2c92
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# Opal | ||
|
||
[Generated Javascript](generated_javascript.md) An overview of the compiler output | ||
|
||
[Method Missing](method_missing.md) How Opal implements method_missing | ||
|
||
[Using Ruby from Javascript](using_ruby_from_javascript.md) How to access ruby methods from JS | ||
|
||
## Usage | ||
|
||
[Static Application](static_applications.md) Just build your app and dependencies to a build.js file | ||
|
||
[Using Sprockets](using_sprockets.md) Use rack/sprockets to auto-recompile an opal application |