Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

opal/opal-todos

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

opal-todos

A very simple port of TodoMVC (specifically based on backbone version).

Running

Get dependencies:

$ bundle install

Run the sprockets based server for auto-compiling:

$ bundle exec rackup

Open http://localhost:9292 in the browser.

Note: Safari has issues related to Dropped Network Connections. If you are experience issues try a different browser such as Chrome and Firefox

Code Overview

Opal comes with sprockets support built in, so using rack we can have an easy to boot build system to handle all opal dependencies. If you look in index.html.erb, you will see a call to javascript_include_tag which acts just like the rails tag helper. This will include our app.rb file, and all of its dependencies. Each file will be included in a seperate <script>..</script> tag to make navigating the code in a web browser easier.

About

UNMAINTAINED (todomvc based opal example)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published