Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gitlabhq | 23,374 | a day ago | 34 | other | Ruby | |||||
GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com | ||||||||||
Zealot | 796 | 8 days ago | 5 | mit | Ruby | |||||
开源自部署移动应用和 macOS 应用分发平台,提供 iOS、Android SDK、fastlane 等丰富组件库 | Self-hosted Beta App Distribution for Android, iOS and macOS apps | ||||||||||
Gitlab Shell | 506 | a day ago | 51 | mit | Go | |||||
Replacement for gitolite. This repo is a mirror of https://gitlab.com/gitlab-org/gitlab-shell/ | ||||||||||
Rails_admin_toggleable | 33 | 40 | 8 | 5 years ago | 17 | June 05, 2018 | 2 | mit | Ruby | |
Toggleable field for rails admin | ||||||||||
Gitlabfaq | 23 | 4 days ago | ||||||||
🐧 Gitlab常见问题和有用信息、链接 📝 | ||||||||||
Mdn Compat Data Explorer | 18 | 3 years ago | 28 | mit | Ruby | |||||
A simple Rails app for exploring MDN Browser Compatibility Data | ||||||||||
Ruby Gitlab Ci | 11 | 2 months ago | 1 | apache-2.0 | ||||||
The GitLab CI templates for Ruby project | ||||||||||
Gitlab Ci Configuration | 11 | a year ago | ||||||||
Example of configuration Gitlab CI for Rails Application | ||||||||||
Notiboard | 8 | 6 years ago | Ruby | |||||||
Notice boards to follow and get notified for new stuffs with multiple integrations. | This is mirror repo, please use GitLab repo instead | ||||||||||
Nextdeploy | 6 | 5 years ago | 1 | mit | Ruby | |||||
NextDeploy project |
NotiBoard is a web application that helps users to create boards(bulletin board or notice board) for an event, community etc.
Admins of boards can invite people to their boards to subscribe. A board can be public or private(invite only)
Subscribers gets notified on every new post by email, SMS, browser notifications.(planning to add more integrations)
git clone [email protected]:AB2017-Rails/notiboard.git
cd notiboard
bundle install
rake db:create && rake db:migrate
rails server