[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7817":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":32,"lastSyncTime":33,"discoverSource":34},7817,"docs","railsbridge\u002Fdocs","railsbridge","Curriculum for RailsBridge workshops","docs.railsbridge.org",null,"Ruby",3799,450,72,38,0,4,23,1,29.96,"Other",false,"main",true,[26,27,28],"rails","ruby","workshop","2026-06-12 02:01:45","# The RailsBridge Documentation Project\n\n[![Build Status](https:\u002F\u002Ftravis-ci.org\u002Frailsbridge\u002Fdocs.png)](https:\u002F\u002Ftravis-ci.org\u002Frailsbridge\u002Fdocs)\n\n## Overview\n\nThis is a Sinatra app, deployed at \u003Chttp:\u002F\u002Fdocs.railsbridge.org>. The RailsBridge documentation project is home to a few subprojects, including the RailsBridge installfest instructions, which leads students through the various complicated setup instructions for getting Ruby, Rails, Git, etc. installed on their computer (whatever combination of computer, OS, and version they happened to bring to the workshop!), as well as the RailsBridge workshop \"Suggestotron\" curriculum.\n\nEach subproject (a \"site\") comprises files stored under the \"sites\" directory; for instance, the installfest instructions are located at ROOT\u002Fsites\u002Fen\u002Finstallfest, while the intro rails curriculum can be found under ROOT\u002Fsites\u002Fen\u002Fintro-to-rails. (The \"en\" means \"English\" -- see \"Locales\" below.)\n\nThese files can be in any of these formats:\n\n* `.step` for [StepFile](step_file_reference.md)\n* `.md` for [Markdown](http:\u002F\u002Fdaringfireball.net\u002Fprojects\u002Fmarkdown\u002Fsyntax)\n* `.mw` for MediaWiki (temporary)\n* `.deck.md` for [deck.rb](https:\u002F\u002Fgithub.com\u002Falexch\u002Fdeck.rb)\n\n(If multiple files exist with the same base name, `.step` is preferred over `.md`, and `.md` over `.mw`.)\n\n## Usage\n\n    bundle install\n    bundle exec rake run\n\nIf the above fails (say, because `rerun` doesn't work on your system), try\n\n    rackup\n\nThen open \u003Chttp:\u002F\u002Flocalhost:9292> in a web browser, and verify that you can navigate the installfest slides.\n\n## Locales\n\nTo serve sites from \"sites\u002Fen\", use `bundle exec rake run` or a vanilla deploy.\n\nTo server sites from another locale (say, \"es\" or Spanish)...\n\n### Run Localized Site Locally\n\n    $ SITE_LOCALE=es bundle exec rake run\n\nThe server listens on `0.0.0.0:9292`.\n\nNow you have to set up subdomain mappings for the site. If you have Pow, run:\n\n    $ echo 9292 > ~\u002F.pow\u002Frailsbridge # works for any subdomain\n\nIf you don't have Pow, add the following line to `\u002Fetc\u002Fhosts`:\n\n    127.0.0.1 es.railsbridge.dev # works for single subdomain\n\nNow you can access `http:\u002F\u002Fes.railsbridge.dev:9292` for debugging.\n\n### Running on a Server\n\nJust make sure the server responds to a locale subdomain: `http:\u002F\u002Fes.railsbridge.org`\n\n### Temporary Testing\n\nUse a `locale` or `l` parameter: `http:\u002F\u002Fdocs.railsbridge.org\u002F?l=es`.\n\nNote that in this mode, links are not rewritten, so if they fail you will have to manually add the parameter again.\n\n## Contributing\n\nCheck out [CONTRIBUTING.md](CONTRIBUTING.md) to see how to join our [list of contributors](https:\u002F\u002Fgithub.com\u002Frailsbridge\u002Fdocs\u002Fcontributors)!\n\n## License\n\nThe documentation (including anything under the `sites` subdir as well as some hardcoded text elsewhere) is licensed under a Creative Commons license ([CC-BY,  specifically](http:\u002F\u002Fcreativecommons.org\u002Flicenses\u002Fby\u002F3.0\u002F)), which means you're welcome to share, remix, or use our content commercially. We just ask for attribution.\n\nThe code is licensed under an [MIT license](http:\u002F\u002Fopensource.org\u002Flicenses\u002FMIT), like Ruby itself. Copyright (c) 2010-2014 by RailsBridge.\n\n## Other Resources\n\n- [StepFile Reference](step_file_reference.md)\n- Workshop organizers: See http:\u002F\u002Fdocs.railsbridge.org\u002Fworkshop for example slide decks you can use in your opening\u002Fclosing presentations.\n\n","railsbridge\u002Fdocs 是一个为 RailsBridge 工作坊提供课程资料的项目。它使用 Ruby 语言构建，基于 Sinatra 框架，并部署在 docs.railsbridge.org 上。该项目的核心功能包括引导学生完成 Ruby、Rails 和 Git 等开发环境的安装配置（即 Installfest），以及提供 Suggestotron 工作坊课程内容。支持多种文件格式如 Markdown 和 StepFile 来编写文档，并且能够通过设置不同的语言环境来访问多语言版本的内容。非常适合用于编程教学场景中，帮助初学者快速入门 Ruby on Rails 开发。",2,"2026-06-11 03:14:31","top_language"]