Skip to content

Commit

Permalink
Site updated to af01374
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jun 12, 2018
1 parent 7a39c4a commit 400c6b3
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 26 deletions.
14 changes: 14 additions & 0 deletions index.html
Expand Up @@ -90,6 +90,20 @@ <h1>Opal <small>Ruby in the Browser</small></h1>
</div>
</div>

<h2 id="praise">Praise</h2>

<p>
<blockquote>Opal is truly amazing and it has taken me in a whole new direction.</blockquote>
<em>— @mistergibson (https://gitter.im/opal/opal?at=5a652b8de014122650743f80)</em>
</p>

<p><br>
<p>
<blockquote>opal 0.11 is a blessing! Its a giant step forward to ruby on the client! Its just amazing what bugs i find in existing 0.10 code and do keep wondering, &quot;How did this ever work at all?&quot; I am amzed, fantastic 👍👍👍😄</blockquote>
<em>— @janbiedermann (https://gitter.im/opal/opal?at=5a63763fce68c3bc74e0e07d)</em>
</p>
<br></p>

<h2 id="overview">Overview</h2>

<p class="run-code"><a href="/try" class="btn btn-default btn-code">Run this code in your browser <i class="ion-ios-play"></i></a></p>
Expand Down
6 changes: 3 additions & 3 deletions javascripts/rspec-playground.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions javascripts/rspec_results.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions javascripts/try.js

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions libraries/index.html
Expand Up @@ -73,7 +73,7 @@ <h1 id="awesome-opal">Awesome Opal <a href="https://github.com/sindresorhus/awes
<h3 id="opal">Opal</h3>

<ul>
<li><a href="http://opalrb.org/">Opal Website</a></li>
<li><a href="https://opalrb.com/">Opal Website</a></li>
<li><a href="https://github.com/opal/opal">Opal Github Repository</a></li>
<li><a href="https://github.com/opal">Opal Github Organization</a></li>
<li><a href="https://gitter.im/opal/opal">Opal Gitter</a></li>
Expand Down Expand Up @@ -102,9 +102,10 @@ <h3 id="frameworks">Frameworks</h3>

<ul>
<li><a href="https://github.com/clearwater-rb/clearwater">Clearwater</a> - Component-based Ruby front-end framework</li>
<li><a href="http://ruby-hyperloop.io/">Hyperloop</a> - A Complete Isomorphic Ruby Framework using React, Rails and Opal</li>
<li><a href="http://ruby-hyperloop.org/">Hyperloop</a> - A Complete Isomorphic Ruby Framework using React, Rails and Opal</li>
<li><a href="https://github.com/inesita-rb/inesita">Inesita</a> - Frontend web application framework in Ruby using Opal.</li>
<li><a href="https://github.com/meh/lissio">Lissio</a> - lissio is a VCL (Vai Col Lissio) framework for Opal to implement frontends completely on the client side.</li>
<li><a href="https://github.com/easydatawarehousing/opal-ferro">Opal Ferro</a> - Create webapps object-oriented style. No HTML, just beautiful and simple Ruby code</li>
<li><a href="https://github.com/unplugandplay/opal-praha">Opal Praha</a> - An opal-vienna rewrite with Convention over Configuration in mind</li>
<li><a href="https://github.com/opal/vienna">Vienna</a> - Client-side MVC framework for Opal</li>
<li><a href="https://github.com/voltrb/volt">Volt</a> - A Ruby web framework where your Ruby runs on both server and client</li>
Expand All @@ -118,6 +119,7 @@ <h3 id="gems">Gems</h3>
<li><a href="https://github.com/clearwater-rb/grand_central">Grand Central</a> - State-management and action-dispatching for Opal apps</li>
<li><a href="https://github.com/youchan/hyalite">Hyalite</a> - This is ruby virtual DOM implementation using opal. It is inspired by react.js.</li>
<li><a href="https://github.com/jekyll/jekyll-opal">Jekyll Opal</a> - Let Jekyll convert your Ruby into JavaScript using Opal</li>
<li><a href="https://github.com/merongivian/negasonic">Negasonic</a> - Music live coding in the browser, powered by Tone.rb</li>
<li><a href="https://github.com/MichaelSp/opal-actioncable">Opal ActionCable</a> - Opal wrapper for rails actioncable</li>
<li><a href="https://github.com/boberetezeke/opal-actionpack">Opal ActionPack</a> - A small port of the awesome action pack to Opal JS</li>
<li><a href="https://github.com/boberetezeke/opal-activerecord">Opal ActiveRecord</a> - An basic implementation of rails active record for use with opaljs</li>
Expand Down Expand Up @@ -176,6 +178,7 @@ <h3 id="js-wrappers-bindings">JS Wrappers (Bindings)</h3>
<li><a href="https://github.com/reactrb/reactrb">Reactrb</a> - Opal Ruby wrapper of React.js library.</li>
<li><a href="https://github.com/DataMelon/stripe-opal">Stripe Opal</a> - Stripe.JS wrapper for Opal</li>
<li><a href="https://github.com/orbitalimpact/three.rb">Three.rb</a> - An Opal wrapper for Three.js to develop 3D browser applications in Ruby!</li>
<li><a href="https://github.com/merongivian/tone.rb">Tone.rb</a> - Ruby wrapper for Tone.js</li>
</ul>

<h3 id="examples">Examples</h3>
Expand All @@ -189,6 +192,7 @@ <h3 id="examples">Examples</h3>
<li><a href="https://github.com/inesita-rb/dbmonster">Inesita DBMonster</a> - DBMonster test app written in Inesita</li>
<li><a href="https://github.com/inesita-rb/playground">Inesita Playground</a> - Playground for Inesita</li>
<li><a href="https://github.com/inesita-rb/todomvc">Inesita TodoMVC</a> - Inesita TodoMVC</li>
<li><a href="https://github.com/merongivian/negasonic_editor">Negasonic Editor</a> - Online editor for Negasonic, music live coding in the browser</li>
<li><a href="https://github.com/jgaskins/opal_blog">Opal Blog</a> - An example of using the Clearwater framework with Opal/Rails</li>
<li><a href="https://github.com/danxexe/opal-canvas-demo">Opal Canvas Demo</a> - Crappy canvas experiment using Opal.</li>
<li><a href="https://github.com/bbonamin/opal-cats">Opal Cats</a> - Get some cat pictures, with Opal</li>
Expand Down Expand Up @@ -231,6 +235,7 @@ <h3 id="other">Other</h3>
<ul>
<li><a href="https://github.com/rcqls/dyndoc-opal">Dyndoc Opal</a> - dyndoc js via opal</li>
<li><a href="https://github.com/mfeckie/ember-cli-opal-rb">Ember Cli Opalrb</a> - Include Opal.rb in your Ember projects</li>
<li><a href="https://easydatawarehousing.github.io/ferro/">Ferro</a> - Demonstration of the abilities and use of the opal-ferro framework</li>
<li><a href="https://github.com/akasata/gulp-opal">Gulp Opal</a> - A gulp plugin convert Ruby to Javascript(by Opal)</li>
<li><a href="https://github.com/mikamai/meteor-opal">Meteor Opal</a> - Meteor support for Opal, the Ruby to Javascript Compiler</li>
<li><a href="https://github.com/ryanstout/opal_benchmarks">Opal Benchmarks</a> - A quick, totally inaccurate set of simple benchmarks for opal</li>
Expand All @@ -252,12 +257,14 @@ <h3 id="live-applications">Live Applications</h3>
<li><a href="http://inesita-dbmonster.netlify.com">Inesita DBMonster</a></li>
<li><a href="http://inesita-playground.netlify.com">Inesita Playground</a></li>
<li><a href="http://inesita-todomvc.netlify.com">Inesita TodoMVC</a></li>
<li><a href="https://negasonic.herokuapp.com/">Negasonic Editor</a></li>
<li><a href="http://opal-canvas-demo.herokuapp.com">Opal Canvas Demo</a></li>
<li><a href="http://fkchang.github.io/opal-irb/index-embeddable.html">Opal IRB Embedded</a></li>
<li><a href="http://fkchang.github.io/opal-irb/index-jq.html">Opal IRB Standalone</a></li>
<li><a href="http://fkchang.github.io/opal-playground/">Opal Playground</a></li>
<li><a href="https://opalpong.herokuapp.com">Pong in Opal</a></li>
<li><a href="http://sprintpoker-inesita.surge.sh">Sprint Poker</a></li>
<li><a href="https://easydatawarehousing.github.io/TryRuby/">TryRuby</a></li>
<li><a href="http://inesita-web-audio.netlify.com">WebAudio Playgrond</a></li>
<li><a href="https://zupfnoter.weichel21.de">Zupfnoter</a></li>
</ul>
Expand Down

0 comments on commit 400c6b3

Please sign in to comment.