Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Flipper | 3,273 | 136 | 26 | 8 days ago | 78 | August 25, 2022 | 21 | mit | Ruby | |
:dolphin: Beautiful, performant feature flags for Ruby. | ||||||||||
Sharetribe | 2,279 | 15 days ago | 2 | other | Ruby | |||||
Sharetribe Go is a source available marketplace software, also available as a hosted, no-code SaaS product. For a headless, API-first marketplace solution, check out Sharetribe Flex: https://www.sharetribe.com/flex. | ||||||||||
Onebody | 1,408 | 2 years ago | 12 | agpl-3.0 | Ruby | |||||
private member portal for churches, built with Ruby on Rails | ||||||||||
Ridgepole | 969 | 129 | 15 | 17 days ago | 192 | June 18, 2022 | 4 | mit | Ruby | |
Ridgepole is a tool to manage DB schema. It defines DB schema using Rails DSL, and updates DB schema according to DSL. (like Chef/Puppet) | ||||||||||
Filterrific | 892 | 284 | 1 | 4 months ago | 31 | July 12, 2021 | 90 | mit | Ruby | |
Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists. | ||||||||||
Railsgoat | 827 | 14 days ago | 37 | mit | HTML | |||||
A vulnerable version of Rails that follows the OWASP Top 10 | ||||||||||
Shopqi | 786 | 3 years ago | 15 | Ruby | ||||||
An open source clone of Shopify. | ||||||||||
Database_rewinder | 770 | 490 | 17 | 4 months ago | 34 | January 24, 2022 | 12 | mit | Ruby | |
minimalist's tiny and ultra-fast database cleaner | ||||||||||
Github Ds | 640 | 2 | a year ago | 17 | April 07, 2021 | 3 | mit | Ruby | ||
A collection of Ruby libraries for working with SQL on top of ActiveRecord's connection | ||||||||||
Lodge | 462 | 4 years ago | 28 | mit | JavaScript | |||||
イントラネット内で誰でも構築できる情報共有サービス |
/
clone
git clone https://github.com/lodge/lodge.git
cd lodge
Bundler
gem install bundler
config/database.example.yml
config/database.yml
(SQLite3MySQL)
default: &default
# # === sqlite3 ===
# adapter: sqlite3
# encoding: utf8
# pool: 5
# === mysql ===
adapter: mysql2
host: localhost
username: your_mysql_user_name
password: your_mysql_password
encoding: utf8
pool: 5
bundle install
.env.example
.env
###
LODGE_DOMAIN = example.com
# Cookie
# production`bundle exec rake secret`
SECRET_KEY_BASE = __some_random_string__
#
# production`bundle exec rake secret`
DEVISE_SECRET_KEY = __some_random_string__
###
# MTA (SMTP)
DELIVERY_METHOD = smtp
# DELIVERY_METHOD = smtp
#
SMTP_ADDRESS = smtp.gmail.com
SMTP_PORT = 587
SMTP_USERNAME = username
SMTP_PASSWORD = password
SMTP_AUTH_METHOD = plain
SMTP_ENABLE_STARTTLS_AUTO = true
#
LODGE_THEME = lodge
bundle exec rake db:create RAILS_ENV=production
bundle exec rake db:migrate RAILS_ENV=production
bundle exec rake emoji
./setup/sunspot-solr/setup-sunspot-solor.sh
solrIndex
Lodge
Solr
bin/rake sunspot:reindex RAILS_ENV=production
cd <lodge>
Solr
bin/rake sunspot:solr:start RAILS_ENV=production
bin/rake sunspot:solr:restart RAILS_ENV=production
Rails
Unicorn
bundle exec unicorn -c config/unicorn.rb -E production
Thin
bundle exec rails server thin -e production
WEBrick
bundle exec rails server -e production
<lodge>/log/unicorn.production.log
<lodge>/log/production.log
Solr 8983
Solr
nginx
Solr
Sunspot
config/sunspot.yml
Solr / ()
VirtualBox Vagrant
vagrant up
VM
VirtualBox
Vagrant
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-librarian-chef
vagrant plugin install vagrant-vmware-fusion
vagrant plugin install vagrant-gatling-rsync
vagrant plugin uninstall vagrant-vmware-fusion
git clone https://github.com/m-yamashita/lodge
cd lodge
vagrant up
VM
vagrant gatling-rsync-auto
git clone
VM /vagrant
vagrant rsync-auto
rsync__exclude
vagrant-gatling-rsync
NFS VirtualBox
In some cases the default shared folder implementations (such as VirtualBox shared folders) have high performance penalties.
http://localhost:3000/ Lodge
/etc/init.d/lodge
Unicorn/vagrant
development
/vagrant/log/unicorn.development.log
Lodge