Coder Social home page Coder Social logo

digideskio / smalruby-editor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yamato1992/smalruby-editor

0.0 1.0 0.0 3.32 MB

An editor can create a Ruby script by combining individual blocks similar to Scratch. It can also enter the program as better than Scratch.

License: MIT License

Ruby 36.87% JavaScript 5.14% HTML 20.78% CoffeeScript 2.13% CSS 2.51% Gherkin 32.56%

smalruby-editor's Introduction

smalruby-editor

<img src=“https://badges.gitter.im/Join%20Chat.svg” alt=“Join the chat at https://gitter.im/smalruby/smalruby-editor”>

<img src=“https://badge.fury.io/rb/smalruby-editor.png” alt=“Gem Version” /> <img src=“https://travis-ci.org/smalruby/smalruby-editor.png?branch=master” alt=“Build Status” /> <img src=“https://coveralls.io/repos/smalruby/smalruby-editor/badge.png?branch=master” alt=“Coverage Status” /> <img src=“https://codeclimate.com/github/smalruby/smalruby-editor.png” /> <img src=“https://gemnasium.com/takaokouji/smalruby-editor.png” alt=“Dependency Status” />

The smalruby-editor is a visual programming editor that can create a Ruby script by combining individual blocks similar to Scratch. It can also enter the program as better than Scratch.

The smalruby-editor is a part of the Smalruby (smalruby.jp) Project.

The Smalruby(smɔ́ːrúːbi) Project will provide a Ruby learning environment for middle school students from the upper grades of elementary school. The goal of this project is to achieve software and community sites such as the Scratch in Ruby. The Scratch has experience as educational programming environment can be used in elementary school. This project consists of the following elements.

Installation (for User)

Windows(only Japanese): github.com/smalruby/smalruby-installer-for-windows/wiki

requirements:

execute below commands.

gem install smalruby-editor
smalruby-editor

Installation (for Developer)

requirements:

  • Windows or UNIX like OS (Mac OS X, Linux, etc…)

  • Ruby 2.0.0-p353 or higher.

  • MySQL

  • Git

execute below commands.

git clone https://github.com/smalruby/smalruby-editor.git
cd smalruby-editor
bundle
cp config/database.yml.mysql2 config/database.yml
rake db:create
rake db:migrate
rake
touch tmp/standalone
rails server

access localhost:3000 with your web browser.

Contributing

  1. Fork it

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am 'Add some feature')

  4. Push to the branch (git push origin my-new-feature)

  5. Create new Pull Request

License

MIT (see LICENSE)

smalruby-editor's People

Contributors

gitter-badger avatar ikuyadeu avatar junichi-ishikura avatar kunitoo avatar nobyuki avatar takaokouji avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.