-
-
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.
link to all documentation files from home.md
- Loading branch information
1 parent
0a30293
commit 33e9ade
Showing
1 changed file
with
7 additions
and
1 deletion.
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,4 +1,10 @@ | ||
# Opal | ||
|
||
[Method Missing](method_missing.md) | ||
[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 |