Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ktec/b2b2a27e35ca903e2ac8 to your computer and use it in GitHub Desktop.

Select an option

Save ktec/b2b2a27e35ca903e2ac8 to your computer and use it in GitHub Desktop.

Revisions

  1. ktec revised this gist Jul 1, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -71,4 +71,4 @@
    * [Opal Performace & Math Operations](https://github.com/opal/opal/issues/520)
    * [JSReact vs Opal React Performance Tests](https://jsperf.com/js-react-vs-opal-react/6) (Currently failing on Opal include)
    * [Learning D3.js basics with Ruby (and Opal)](http://dev.mikamai.com/post/87806500959/learning-d3-js-basics-with-ruby-and-opal)

    * [3 ways to debug Opal](http://dev.mikamai.com/post/103047475349/3-tricks-to-debug-opal-code-from-your-browser)
  2. Keith Salisbury revised this gist Jul 1, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -70,4 +70,5 @@
    * [Isomorphic Development with Ruby and Volt](http://www.slideshare.net/ryanstout/volt-2015?related=1)
    * [Opal Performace & Math Operations](https://github.com/opal/opal/issues/520)
    * [JSReact vs Opal React Performance Tests](https://jsperf.com/js-react-vs-opal-react/6) (Currently failing on Opal include)
    * [Learning D3.js basics with Ruby (and Opal)](http://dev.mikamai.com/post/87806500959/learning-d3-js-basics-with-ruby-and-opal)

  3. Keith Salisbury revised this gist Jul 1, 2015. 1 changed file with 12 additions and 0 deletions.
    12 changes: 12 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -33,19 +33,30 @@
    * [Opal Phaser](https://github.com/orbitalimpact/opal-phaser) - Awesome game library!!

    # Example

    * [Sinatra Example](https://github.com/opal/opal/tree/master/examples/sinatra)
    * [Rack Example](https://github.com/opal/opal/tree/master/examples/rack)
    * [React Example](https://github.com/zetachang/react.rb/tree/master/examples/react-tutorial)
    * [React JSX](https://github.com/zetachang/react.rb/tree/master/examples/basic-jsx)
    * [React Todos](https://github.com/zetachang/react.rb/tree/master/examples/todos)

    # Demos

    * [Opal IRB](http://fkchang.github.io/opal-irb/index-embeddable.html)
    * [Opal Canvas Demo](https://github.com/danxexe/opal-canvas-demo)
    * [Opal Inspector](https://www.youtube.com/watch?v=TRkhihHVLzQ)
    * [Opal Pixi](http://spin.atomicobject.com/2013/11/05/opal-ruby-browser/)

    # Talks

    * [Opal A New Hope - Forrest Chang](https://vimeo.com/82573680)
    * [Ruby Conf 2013 - Opal, A new hope](https://www.youtube.com/watch?v=GH9FAfKG-qY)
    * [ArrrrCamp 2014- Ruby - Write Once, Run Anywhere](https://www.youtube.com/watch?v=kBjNwEBhQnw)
    * [RR 193 - The Volt Framework with Ryan Stout - Ruby Rogues](https://www.youtube.com/watch?v=Ln832jnGIqE)
    * [PolyConf 14: Ruby - Write Once Run Anywhere / Michal Taszycki](https://www.youtube.com/watch?v=rR-QUrD_F9U)

    # Frameworks

    * [Clearwater Opal](https://github.com/clearwater-rb/clearwater)
    * [Clearwater Framework for Opal](https://github.com/clearwater-rb)
    * [Opal Vienna](https://github.com/opal/vienna) MVC framework
    @@ -54,6 +65,7 @@
    * [RubyFire](http://rubyfire.io)

    # Useful posts

    * [Limitations](http://stackoverflow.com/questions/23959511/what-are-the-limitations-of-opal/24004528#24004528)
    * [Isomorphic Development with Ruby and Volt](http://www.slideshare.net/ryanstout/volt-2015?related=1)
    * [Opal Performace & Math Operations](https://github.com/opal/opal/issues/520)
  4. Keith Salisbury revised this gist Jul 1, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -46,10 +46,10 @@
    * [Opal Pixi](http://spin.atomicobject.com/2013/11/05/opal-ruby-browser/)

    # Frameworks
    * [Front-end web framework in Ruby using Opal](https://github.com/clearwater-rb/clearwater)
    * [Clearwater Opal](https://github.com/clearwater-rb/clearwater)
    * [Clearwater Framework for Opal](https://github.com/clearwater-rb)
    * [Opal Vienna](https://github.com/opal/vienna) MVC framework
    * [Lisso Framework for Opal](https://github.com/meh/lissio) - Little bit like Rails app `lissio new <path>`
    * [Clearwater Framework for Opal](https://github.com/clearwater-rb)
    * [Volt](github.com/voltrb/volt)
    * [RubyFire](http://rubyfire.io)

  5. Keith Salisbury revised this gist Jul 1, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -51,6 +51,7 @@
    * [Lisso Framework for Opal](https://github.com/meh/lissio) - Little bit like Rails app `lissio new <path>`
    * [Clearwater Framework for Opal](https://github.com/clearwater-rb)
    * [Volt](github.com/voltrb/volt)
    * [RubyFire](http://rubyfire.io)

    # Useful posts
    * [Limitations](http://stackoverflow.com/questions/23959511/what-are-the-limitations-of-opal/24004528#24004528)
  6. Keith Salisbury revised this gist Jul 1, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,7 @@
    * [Opal on Gitter](https://gitter.im/opal)
    * [Opal Mailing List](https://groups.google.com/forum/#!forum/opalrb)
    * [Opalist Newsletter](http://opalist.curated.co/)
    * [Opal Resources on MetaRuby](http://metaruby.com/t/opal-resources/)

    # Tools & Libraries

  7. Keith Salisbury revised this gist Jun 30, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -29,6 +29,7 @@
    * [Opal Rafael](https://github.com/yhara/opal-raphael) - Opal bindings for `raphael.js`
    * [Opal Native](https://github.com/zetachang/opal-native) - React Native in Ruby (proof of concept)
    * [Opal Pixi](https://github.com/orbitalimpact/opal-pixi)
    * [Opal Phaser](https://github.com/orbitalimpact/opal-phaser) - Awesome game library!!

    # Example
    * [Sinatra Example](https://github.com/opal/opal/tree/master/examples/sinatra)
  8. Keith Salisbury revised this gist Jun 25, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,7 @@
    # Tools & Libraries

    * [Opal Organisation on Github](https://github.com/opal)
    * [Opal Code of Conduct](https://github.com/opal/opal/blob/master/CODE_OF_CONDUCT.md)
    * [Opal corelib](https://github.com/opal/opal/tree/master/opal/corelib)
    * [Opal stdlib](https://github.com/opal/opal/tree/master/stdlib)
    * [Opal CDN](https://github.com/opal/opal-cdn) - CDN for the Opal library
  9. Keith Salisbury revised this gist Jun 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -27,7 +27,7 @@
    * [Opal Slim](https://github.com/jgaskins/opal-slim) - Opal-Slim is a set of Opal bindings for the Slim templating language
    * [Opal Rafael](https://github.com/yhara/opal-raphael) - Opal bindings for `raphael.js`
    * [Opal Native](https://github.com/zetachang/opal-native) - React Native in Ruby (proof of concept)
    * [Opal Pixi](http://spin.atomicobject.com/2013/11/05/opal-ruby-browser/)
    * [Opal Pixi](https://github.com/orbitalimpact/opal-pixi)

    # Example
    * [Sinatra Example](https://github.com/opal/opal/tree/master/examples/sinatra)
  10. Keith Salisbury revised this gist Jun 17, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -27,6 +27,7 @@
    * [Opal Slim](https://github.com/jgaskins/opal-slim) - Opal-Slim is a set of Opal bindings for the Slim templating language
    * [Opal Rafael](https://github.com/yhara/opal-raphael) - Opal bindings for `raphael.js`
    * [Opal Native](https://github.com/zetachang/opal-native) - React Native in Ruby (proof of concept)
    * [Opal Pixi](http://spin.atomicobject.com/2013/11/05/opal-ruby-browser/)

    # Example
    * [Sinatra Example](https://github.com/opal/opal/tree/master/examples/sinatra)
    @@ -39,6 +40,7 @@
    * [Opal IRB](http://fkchang.github.io/opal-irb/index-embeddable.html)
    * [Opal Canvas Demo](https://github.com/danxexe/opal-canvas-demo)
    * [Opal Inspector](https://www.youtube.com/watch?v=TRkhihHVLzQ)
    * [Opal Pixi](http://spin.atomicobject.com/2013/11/05/opal-ruby-browser/)

    # Frameworks
    * [Front-end web framework in Ruby using Opal](https://github.com/clearwater-rb/clearwater)
  11. Keith Salisbury revised this gist Jun 17, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -26,6 +26,7 @@
    * [Opal Repl](https://github.com/opal/opal/blob/master/bin/opal-repl)
    * [Opal Slim](https://github.com/jgaskins/opal-slim) - Opal-Slim is a set of Opal bindings for the Slim templating language
    * [Opal Rafael](https://github.com/yhara/opal-raphael) - Opal bindings for `raphael.js`
    * [Opal Native](https://github.com/zetachang/opal-native) - React Native in Ruby (proof of concept)

    # Example
    * [Sinatra Example](https://github.com/opal/opal/tree/master/examples/sinatra)
  12. Keith Salisbury revised this gist Jun 17, 2015. 1 changed file with 6 additions and 3 deletions.
    9 changes: 6 additions & 3 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -13,10 +13,10 @@
    * [Opal Organisation on Github](https://github.com/opal)
    * [Opal corelib](https://github.com/opal/opal/tree/master/opal/corelib)
    * [Opal stdlib](https://github.com/opal/opal/tree/master/stdlib)
    * [Opal CDN](https://github.com/opal/opal-cdn)
    * [Opal Ruby wrapper of React.js library](https://github.com/zetachang/react.rb)
    * [Opal CDN](https://github.com/opal/opal-cdn) - CDN for the Opal library
    * [Opal React](https://github.com/zetachang/react.rb) - Ruby wrapper of React.js library
    * [Opal Node](https://github.com/opal/opal-node) - A nodejs file is now available directly in the stdlib
    * [Opal Jquery](https://github.com/opal/opal-jquery)
    * [Opal Jquery](https://github.com/opal/opal-jquery) - opal-jquery offers a nicer ruby-like syntax for JQuery
    * [Opal Rails](https://github.com/opal/opal-rails)
    * [Opal Browser](https://github.com/opal/opal-browser)
    * [Opal Rspec](https://github.com/opal/opal-rspec)
    @@ -30,6 +30,9 @@
    # Example
    * [Sinatra Example](https://github.com/opal/opal/tree/master/examples/sinatra)
    * [Rack Example](https://github.com/opal/opal/tree/master/examples/rack)
    * [React Example](https://github.com/zetachang/react.rb/tree/master/examples/react-tutorial)
    * [React JSX](https://github.com/zetachang/react.rb/tree/master/examples/basic-jsx)
    * [React Todos](https://github.com/zetachang/react.rb/tree/master/examples/todos)

    # Demos
    * [Opal IRB](http://fkchang.github.io/opal-irb/index-embeddable.html)
  13. Keith Salisbury revised this gist Jun 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -47,5 +47,5 @@
    * [Limitations](http://stackoverflow.com/questions/23959511/what-are-the-limitations-of-opal/24004528#24004528)
    * [Isomorphic Development with Ruby and Volt](http://www.slideshare.net/ryanstout/volt-2015?related=1)
    * [Opal Performace & Math Operations](https://github.com/opal/opal/issues/520)
    * [JS Performance Tests](https://jsperf.com/js-react-vs-opal-react/6) (Currently failing on Opal include)
    * [JSReact vs Opal React Performance Tests](https://jsperf.com/js-react-vs-opal-react/6) (Currently failing on Opal include)

  14. Keith Salisbury revised this gist Jun 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -47,5 +47,5 @@
    * [Limitations](http://stackoverflow.com/questions/23959511/what-are-the-limitations-of-opal/24004528#24004528)
    * [Isomorphic Development with Ruby and Volt](http://www.slideshare.net/ryanstout/volt-2015?related=1)
    * [Opal Performace & Math Operations](https://github.com/opal/opal/issues/520)
    *
    * [JS Performance Tests](https://jsperf.com/js-react-vs-opal-react/6) (Currently failing on Opal include)

  15. Keith Salisbury revised this gist Jun 16, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -46,5 +46,6 @@
    # Useful posts
    * [Limitations](http://stackoverflow.com/questions/23959511/what-are-the-limitations-of-opal/24004528#24004528)
    * [Isomorphic Development with Ruby and Volt](http://www.slideshare.net/ryanstout/volt-2015?related=1)
    * [Opal Performace & Math Operations](https://github.com/opal/opal/issues/520)
    *

  16. Keith Salisbury revised this gist Jun 16, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -42,9 +42,9 @@
    * [Lisso Framework for Opal](https://github.com/meh/lissio) - Little bit like Rails app `lissio new <path>`
    * [Clearwater Framework for Opal](https://github.com/clearwater-rb)
    * [Volt](github.com/voltrb/volt)
    *

    # Useful posts
    * [Limitations](http://stackoverflow.com/questions/23959511/what-are-the-limitations-of-opal/24004528#24004528)
    * [Isomorphic Development with Ruby and Volt](http://www.slideshare.net/ryanstout/volt-2015?related=1)
    *

  17. Keith Salisbury revised this gist Jun 13, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -32,7 +32,7 @@
    * [Rack Example](https://github.com/opal/opal/tree/master/examples/rack)

    # Demos
    * [Opal IRB](http://fkchang.github.io/opal-irb/index-homebrew.html)
    * [Opal IRB](http://fkchang.github.io/opal-irb/index-embeddable.html)
    * [Opal Canvas Demo](https://github.com/danxexe/opal-canvas-demo)
    * [Opal Inspector](https://www.youtube.com/watch?v=TRkhihHVLzQ)

  18. Keith Salisbury revised this gist Jun 12, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -25,6 +25,7 @@
    * [Opal IRB](https://github.com/fkchang/opal-irb)
    * [Opal Repl](https://github.com/opal/opal/blob/master/bin/opal-repl)
    * [Opal Slim](https://github.com/jgaskins/opal-slim) - Opal-Slim is a set of Opal bindings for the Slim templating language
    * [Opal Rafael](https://github.com/yhara/opal-raphael) - Opal bindings for `raphael.js`

    # Example
    * [Sinatra Example](https://github.com/opal/opal/tree/master/examples/sinatra)
  19. Keith Salisbury revised this gist Jun 12, 2015. 1 changed file with 22 additions and 4 deletions.
    26 changes: 22 additions & 4 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,19 @@
    # Tools
    # Information

    * [Opal Homepage](http://opalrb.org/)
    * [Opal Documentation](http://opalrb.org/docs/)
    * [Opal on Twitter](https://twitter.com/opalrb)
    * [Opal on Stack Overflow](http://stackoverflow.com/search?q=opalrb)
    * [Opal on Gitter](https://gitter.im/opal)
    * [Opal Mailing List](https://groups.google.com/forum/#!forum/opalrb)
    * [Opalist Newsletter](http://opalist.curated.co/)

    # Tools & Libraries

    * [Opal Organisation on Github](https://github.com/opal)
    * [Opal corelib](https://github.com/opal/opal/tree/master/opal/corelib)
    * [Opal stdlib](https://github.com/opal/opal/tree/master/stdlib)
    * [Opal CDN](https://github.com/opal/opal-cdn)
    * [Opal Ruby wrapper of React.js library](https://github.com/zetachang/react.rb)
    * [Opal Node](https://github.com/opal/opal-node) - A nodejs file is now available directly in the stdlib
    * [Opal Jquery](https://github.com/opal/opal-jquery)
    @@ -16,8 +27,8 @@
    * [Opal Slim](https://github.com/jgaskins/opal-slim) - Opal-Slim is a set of Opal bindings for the Slim templating language

    # Example
    * [Sinatra](https://github.com/opal/opal/tree/master/examples/sinatra)

    * [Sinatra Example](https://github.com/opal/opal/tree/master/examples/sinatra)
    * [Rack Example](https://github.com/opal/opal/tree/master/examples/rack)

    # Demos
    * [Opal IRB](http://fkchang.github.io/opal-irb/index-homebrew.html)
    @@ -27,5 +38,12 @@
    # Frameworks
    * [Front-end web framework in Ruby using Opal](https://github.com/clearwater-rb/clearwater)
    * [Opal Vienna](https://github.com/opal/vienna) MVC framework
    * [Lisso Framework for Opal](https://github.com/meh/lissio) - Little bit like Rails app "lissio new <path>"
    * [Lisso Framework for Opal](https://github.com/meh/lissio) - Little bit like Rails app `lissio new <path>`
    * [Clearwater Framework for Opal](https://github.com/clearwater-rb)
    * [Volt](github.com/voltrb/volt)
    *

    # Useful posts
    * [Limitations](http://stackoverflow.com/questions/23959511/what-are-the-limitations-of-opal/24004528#24004528)
    *

  20. Keith Salisbury revised this gist Jun 12, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Tools

    * [Opal Website](http://opalrb.org/)
    * [Opal Homepage](http://opalrb.org/)
    * [Opal Organisation on Github](https://github.com/opal)
    * [Opal stdlib](https://github.com/opal/opal/tree/master/stdlib)
    * [Opal Ruby wrapper of React.js library](https://github.com/zetachang/react.rb)
    @@ -13,7 +13,7 @@
    * [Opal Activesupport](https://github.com/opal/opal-activesupport)
    * [Opal IRB](https://github.com/fkchang/opal-irb)
    * [Opal Repl](https://github.com/opal/opal/blob/master/bin/opal-repl)
    * [Opal Slim](https://github.com/jgaskins/opal-slim)
    * [Opal Slim](https://github.com/jgaskins/opal-slim) - Opal-Slim is a set of Opal bindings for the Slim templating language

    # Example
    * [Sinatra](https://github.com/opal/opal/tree/master/examples/sinatra)
  21. Keith Salisbury revised this gist Jun 12, 2015. 1 changed file with 22 additions and 22 deletions.
    44 changes: 22 additions & 22 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,31 +1,31 @@
    # Tools

    [Opal Website](http://opalrb.org/)
    [Opal Organisation on Github](https://github.com/opal)
    [Opal stdlib](https://github.com/opal/opal/tree/master/stdlib)
    [Opal Ruby wrapper of React.js library](https://github.com/zetachang/react.rb)
    [Opal Node](https://github.com/opal/opal-node) - A nodejs file is now available directly in the stdlib
    [Opal Jquery](https://github.com/opal/opal-jquery)
    [Opal Rails](https://github.com/opal/opal-rails)
    [Opal Browser](https://github.com/opal/opal-browser)
    [Opal Rspec](https://github.com/opal/opal-rspec)
    [Opal Haml](https://github.com/opal/opal-haml)
    [Opal Activesupport](https://github.com/opal/opal-activesupport)
    [Opal IRB](https://github.com/fkchang/opal-irb)
    [Opal Repl](https://github.com/opal/opal/blob/master/bin/opal-repl)
    [Opal Slim](https://github.com/jgaskins/opal-slim)
    * [Opal Website](http://opalrb.org/)
    * [Opal Organisation on Github](https://github.com/opal)
    * [Opal stdlib](https://github.com/opal/opal/tree/master/stdlib)
    * [Opal Ruby wrapper of React.js library](https://github.com/zetachang/react.rb)
    * [Opal Node](https://github.com/opal/opal-node) - A nodejs file is now available directly in the stdlib
    * [Opal Jquery](https://github.com/opal/opal-jquery)
    * [Opal Rails](https://github.com/opal/opal-rails)
    * [Opal Browser](https://github.com/opal/opal-browser)
    * [Opal Rspec](https://github.com/opal/opal-rspec)
    * [Opal Haml](https://github.com/opal/opal-haml)
    * [Opal Activesupport](https://github.com/opal/opal-activesupport)
    * [Opal IRB](https://github.com/fkchang/opal-irb)
    * [Opal Repl](https://github.com/opal/opal/blob/master/bin/opal-repl)
    * [Opal Slim](https://github.com/jgaskins/opal-slim)

    # Example
    [Sinatra](https://github.com/opal/opal/tree/master/examples/sinatra)
    * [Sinatra](https://github.com/opal/opal/tree/master/examples/sinatra)


    # Demos
    [Opal IRB](http://fkchang.github.io/opal-irb/index-homebrew.html)
    [Opal Canvas Demo](https://github.com/danxexe/opal-canvas-demo)
    [Opal Inspector](https://www.youtube.com/watch?v=TRkhihHVLzQ)
    * [Opal IRB](http://fkchang.github.io/opal-irb/index-homebrew.html)
    * [Opal Canvas Demo](https://github.com/danxexe/opal-canvas-demo)
    * [Opal Inspector](https://www.youtube.com/watch?v=TRkhihHVLzQ)

    # Frameworks
    [Front-end web framework in Ruby using Opal](https://github.com/clearwater-rb/clearwater)
    [Opal Vienna](https://github.com/opal/vienna) MVC framework
    [Lisso Framework for Opal](https://github.com/meh/lissio) - Little bit like Rails app "lissio new <path>"
    [Clearwater Framework for Opal](https://github.com/clearwater-rb)
    * [Front-end web framework in Ruby using Opal](https://github.com/clearwater-rb/clearwater)
    * [Opal Vienna](https://github.com/opal/vienna) MVC framework
    * [Lisso Framework for Opal](https://github.com/meh/lissio) - Little bit like Rails app "lissio new <path>"
    * [Clearwater Framework for Opal](https://github.com/clearwater-rb)
  22. Keith Salisbury created this gist Jun 12, 2015.
    31 changes: 31 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    # Tools

    [Opal Website](http://opalrb.org/)
    [Opal Organisation on Github](https://github.com/opal)
    [Opal stdlib](https://github.com/opal/opal/tree/master/stdlib)
    [Opal Ruby wrapper of React.js library](https://github.com/zetachang/react.rb)
    [Opal Node](https://github.com/opal/opal-node) - A nodejs file is now available directly in the stdlib
    [Opal Jquery](https://github.com/opal/opal-jquery)
    [Opal Rails](https://github.com/opal/opal-rails)
    [Opal Browser](https://github.com/opal/opal-browser)
    [Opal Rspec](https://github.com/opal/opal-rspec)
    [Opal Haml](https://github.com/opal/opal-haml)
    [Opal Activesupport](https://github.com/opal/opal-activesupport)
    [Opal IRB](https://github.com/fkchang/opal-irb)
    [Opal Repl](https://github.com/opal/opal/blob/master/bin/opal-repl)
    [Opal Slim](https://github.com/jgaskins/opal-slim)

    # Example
    [Sinatra](https://github.com/opal/opal/tree/master/examples/sinatra)


    # Demos
    [Opal IRB](http://fkchang.github.io/opal-irb/index-homebrew.html)
    [Opal Canvas Demo](https://github.com/danxexe/opal-canvas-demo)
    [Opal Inspector](https://www.youtube.com/watch?v=TRkhihHVLzQ)

    # Frameworks
    [Front-end web framework in Ruby using Opal](https://github.com/clearwater-rb/clearwater)
    [Opal Vienna](https://github.com/opal/vienna) MVC framework
    [Lisso Framework for Opal](https://github.com/meh/lissio) - Little bit like Rails app "lissio new <path>"
    [Clearwater Framework for Opal](https://github.com/clearwater-rb)