希望贡献一个rubygems的项目吗? 那么你来对地方了! There are many development efforts going on right now, and they could use your help. 查看下面的链接开始贡献吧或者联系项目的主要人员。
一、core projects
这些项目由核心 RubyGems team.团队创建。
RubyGems
Ruby’s premier packaging system. Bundled with Ruby 1.9+ and available for Ruby 1.8. Any time you run gem
at the command line, you’re using this project.
Code Guidelines + New features should be coupled with tests. + Ensure that your code blends well with ours (eg, no trailing whitespace, match indentation and coding style). + Don’t modify the history file or version number. + If you have any questions, just ask us on IRC in #rubygems or filean issue.
RubyGems.org
The Ruby community’s gem hosting service. Provides a better API for accessing, deploying, and managing gems along with clear and accessible project pages.
site - issues - mailing list
RubyGems AWS
Chef cookbooks and bootstrap scripts to configure and manage Rubygems.org on AWS. Includes Vagrant configuration for local testing.
RubyGems Status
A simple Rails app to show the status of the rubygems.org infrastructure.
RubyGems Guides
The central home for RubyGems documentation, including tutorials and reference material. User-contributed guides are more than welcome and encouraged!
RubyGems Testers
A community effort to document the test results for various gems, on various machine architectures.
Gem Whisperer
An example of how to use RubyGems.org’s webhooks to listen to every gem being pushed. Currently powers m.rubygems.organd @rubygems.
RubyGems.org API Library
A Ruby implementation of the various API endpoints available on RubyGems.org. If you’re writing a service in Ruby to interact with gems available to the community, check this out!
RubyGems Search
A souped-up implementation of search on RubyGems.org, using Solr. Still not 100% done yet, but hopefully will replace the search box on RubyGems.org soon!
RubyGems Mirror
The current state of mirroring RubyGems is frankly embarrassing. We need RubyGems to be highly available all over the world, no more excuses! Discussion is going on in the rubygems-mirror wiki on how to improve it.
RubyGems Verification
A collection of tools and data used for verifying the integrity of gems on rubygems.org based on checksums collected by third parties.
二、ecosystem projects
这些项目在rubygems core意外,但是和rubygems的工作紧密相关,用来改善gem的体验。
Bundler
Bundler manages an application’s dependencies through its entire life across many machines systematically and repeatably.
site - issues - mailing list
Isolate
A simple gem sandbox that makes sure your application has the exact gem versions you require. It does not perform dependency resolution like Bundler.
RubyDoc.info
A fantastic provider of YARD documentation for every RubyGem available. Push a gem, and you get docs created instantly! RubyGems.org links to this site and it uses RubyGems.org’s webhooks as well.
site - issues - mailing list
Stickler
Stickler is a great way to run and organize an internal gem server in your organization. It helps with mirroring gems and providing a gem source to add internal or proprietary code to.
Geminabox
Need simple RubyGems hosting? Geminabox can do that! This project provides an easy to setup way to host RubyGems internally and allow uploading of gems without much hassle.
三、your idea?
我们很高兴你的idea能出现在上面的list中。 If you’re working on a RubyGems related project, just fork this repoand add the link!
相关推荐
A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML ... See our guide on publishing a Gem at guides.rubygems.org
从docs.rubygems.org移植内容 从rubygems.org/pages/docs移植内容 从help.rubygems.org知识库移植内容 在这里找到许多StackOverflow / ruby-talk问题并获得其常见答案 填写更多指南! 设置 确保已gem install ...
对话Dialog 是一个用于与 dialog(1) ... 对于开发安装,请参阅: http://guides.rubygems.org/make-your-own-gem/ : http://guides.rubygems.org/make-your-own-gem/执照对话框版权所有 (c) 2006-2008 Martin Landers
- RubyGems.org:官方的Ruby库(Gem)仓库,包含大量Rails插件和库。 - Stack Overflow:遇到问题时,可以在这里寻求帮助。 - RailsGuides:官方文档,详尽介绍Rails的各个方面。 通过学习和实践压缩包中的"Ruby...
实践是最好的老师,通过创建实际项目来巩固理论知识,同时不要忘记利用社区资源,如Stack Overflow、RailsGuides和GitHub上的开源项目,这些都是提升技能的好途径。随着对Rails理解的深入,你将能够构建出功能强大的...
4. **Ruby on Rails Guides**:官方指南,详细介绍Ruby on Rails框架。 #### 案例分享 1. **Ruby Monstas**:提供了一系列Ruby编程案例和练习,适合初学者入门。 2. **GitHub上的Ruby项目**:通过浏览GitHub上的...
本地安装本指南假定您已经在开发计算机上安装了Git,Ruby,RubyGems和Bundler。 git clone git://github.com/chrisalley/markdown-garden.gitcd markdown-gardenbundlebundle exec middleman然后访问以查看该网站。...
- **Gemfile配置**: 在项目创建完毕后,需修改`Gemfile`文件中的gem源地址为国内镜像源,例如使用RubyChina提供的源地址`https://gems.ruby-china.org/`。 - **安装依赖**: 执行`bundle install`命令以安装所有...
- **RailsGuides**:官方Rails指南是学习的重要资源,涵盖了从基础到高级的主题。 - **Stack Overflow**:遇到问题时,社区支持如Stack Overflow能提供解答。 这个“rails_learnings”压缩包可能是逐步学习Rails...