Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Opensource Apps | 2,859 | 2 months ago | 36 | |||||||
:house::information_source: Curated list of awesome open source crafted web & mobile applications - Learn, Fork, Contribute & Most Importantly Enjoy! | ||||||||||
Camaleon Cms | 1,180 | 76 | 7 | 2 months ago | 113 | April 11, 2023 | 17 | mit | JavaScript | |
Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails | ||||||||||
Pupilfirst | 753 | 3 | 2 days ago | 16 | May 30, 2022 | 189 | other | Ruby | ||
A learning management system (LMS) that lets you run an asynchronous online school, where learning is achieved through focused tasks, directed feedback, an iterative workflow, and community interaction. | ||||||||||
Openwisp User Management System | 40 | 2 years ago | 9 | Ruby | ||||||
OpenWISP User Management System (OWUMS) is a Ruby on Rails application, capable of managing a WISP's user base. | ||||||||||
Mokio | 24 | 3 months ago | 4 | mit | JavaScript | |||||
Ruby on Rails Content Management System | ||||||||||
Conworkshop | 22 | 4 years ago | 3 | osl-3.0 | Ruby | |||||
ConWorkShop: a conlangs/conworlds management system and community | ||||||||||
Concen | 21 | 4 years ago | 3 | mit | Ruby | |||||
Concen is a Rails Engine for managing and monitoring a Rails application from a web interface. It includes content management system, real-time traffic monitoring, and real-time performance monitoring. It's built to be flexible and customizable to fit custom needs. | ||||||||||
Myinterviews | 21 | 6 months ago | 2 | mit | Ruby | |||||
Application to manage job applications, interviews, cover letters and feedbacks | ||||||||||
Caboose Cms | 20 | 5 | 2 | 5 years ago | 1,021 | February 19, 2019 | mit | Ruby | ||
Ruby on rails content management system | ||||||||||
Lti Template Rails | 12 | 3 years ago | mit | Ruby | ||||||
LTI template written in Ruby on Rails. Quickly create a new application that can be launched through your Learning Management System using the LTI protocol. |
This template is currently unsupported by UCF. We are looking for maintainers. Please contact us if you're interested in taking over this project; we'll gladly link out to your fork.
ruby --version
gem install bundler
cd template
.bundle
template/config/lti_settings.yml
by copying the template template/config/lti_settings.yml.template
template/config/secrets.yml
by copying the template template/config/secrets.yml.template
.Our basic template requires no database or models, so we'll skip all that jazz here.
bin/rails server
lti_settings.yml
file ready.Note: If you're using Canvas, your version might be finicky about SSL certificates. Keep HTTP/HTTPS in mind when creating your XML and while developing your project. Some browsers will disable non-SSL LTI content until you enable it through clicking a shield in the browser bar or something similar.
Join us on the UCF Open Slack and use the #lti
channel.