{"id":15293324,"url":"https://github.com/smalruby/smalruby-editor","last_synced_at":"2025-05-06T21:28:56.831Z","repository":{"id":11613751,"uuid":"14109517","full_name":"smalruby/smalruby-editor","owner":"smalruby","description":"An editor can create a Ruby script by combining individual blocks similar to Scratch. It can also enter the program as better than Scratch.","archived":false,"fork":false,"pushed_at":"2017-08-01T00:43:54.000Z","size":3391,"stargazers_count":58,"open_issues_count":8,"forks_count":22,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-15T06:04:33.870Z","etag":null,"topics":["ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smalruby.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-04T12:54:16.000Z","updated_at":"2022-10-11T13:32:08.000Z","dependencies_parsed_at":"2022-09-14T09:21:38.946Z","dependency_job_id":null,"html_url":"https://github.com/smalruby/smalruby-editor","commit_stats":null,"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smalruby%2Fsmalruby-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smalruby%2Fsmalruby-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smalruby%2Fsmalruby-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smalruby%2Fsmalruby-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smalruby","download_url":"https://codeload.github.com/smalruby/smalruby-editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252771514,"owners_count":21801724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ruby"],"created_at":"2024-09-30T16:46:16.859Z","updated_at":"2025-05-06T21:28:56.811Z","avatar_url":"https://github.com/smalruby.png","language":"Ruby","readme":"== smalruby-editor\n\n{\u003cimg src=\"https://badges.gitter.im/Join%20Chat.svg\" alt=\"Join the chat at https://gitter.im/smalruby/smalruby-editor\"\u003e}[https://gitter.im/smalruby/smalruby-editor?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge]\n\n{\u003cimg src=\"https://badge.fury.io/rb/smalruby-editor.png\" alt=\"Gem Version\" /\u003e}[http://badge.fury.io/rb/smalruby-editor]\n{\u003cimg src=\"https://travis-ci.org/smalruby/smalruby-editor.png?branch=master\" alt=\"Build Status\" /\u003e}[https://travis-ci.org/smalruby/smalruby-editor]\n{\u003cimg src=\"https://coveralls.io/repos/smalruby/smalruby-editor/badge.png?branch=master\" alt=\"Coverage Status\" /\u003e}[https://coveralls.io/r/smalruby/smalruby-editor?branch=master]\n{\u003cimg src=\"https://codeclimate.com/github/smalruby/smalruby-editor.png\" /\u003e}[https://codeclimate.com/github/smalruby/smalruby-editor]\n{\u003cimg src=\"https://gemnasium.com/takaokouji/smalruby-editor.png\" alt=\"Dependency Status\" /\u003e}[https://gemnasium.com/takaokouji/smalruby-editor]\n\nThe 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.\n\n* DEMO: http://smalruby.herokuapp.com/demo/\n* DEMO(Arduino): http://smalruby.herokuapp.com/demo/rgb_led_anode/\n\nThe smalruby-editor is a part of the Smalruby (http://smalruby.jp) Project.\n\nThe 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}[http://scratch.mit.edu/] in Ruby. The Scratch has experience as educational programming environment can be used in elementary school. This project consists of the following elements.\n\n== Installation (for User)\n\nWindows(only Japanese): https://github.com/smalruby/smalruby-installer-for-windows/wiki\n\nrequirements:\n\n* Windows or UNIX like OS (Mac OS X, Linux, etc...)\n* Ruby 2.0.0-p353 or higher.\n* dxruby_sdl (only Mac OS X and Linux): https://github.com/takaokouji/dxruby_sdl/\n* rsdl (only Mac OS X): http://www.kumaryu.net/proj/ruby-rsdl/\n\nexecute below commands.\n\n  gem install smalruby-editor\n  smalruby-editor\n\n== Installation (for Developer)\n\nrequirements:\n\n* Windows or UNIX like OS (Mac OS X, Linux, etc...)\n* Ruby 2.0.0-p353 or higher.\n* MySQL\n* Git\n\nexecute below commands.\n\n  git clone https://github.com/smalruby/smalruby-editor.git\n  cd smalruby-editor\n  bundle\n  cp config/database.yml.mysql2 config/database.yml\n  rake db:create\n  rake db:migrate\n  rake\n  touch tmp/standalone\n  rails server\n\naccess \u003ctt\u003elocalhost:3000\u003c/tt\u003e with your web browser.\n\n== Contributing\n\n1. Fork it\n2. Create your feature branch (\u003ctt\u003egit checkout -b my-new-feature\u003c/tt\u003e)\n3. Commit your changes (\u003ctt\u003egit commit -am 'Add some feature'\u003c/tt\u003e)\n4. Push to the branch (\u003ctt\u003egit push origin my-new-feature\u003c/tt\u003e)\n5. Create new Pull Request\n\n== License\n\nMIT (see link:LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmalruby%2Fsmalruby-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmalruby%2Fsmalruby-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmalruby%2Fsmalruby-editor/lists"}