bgentry/coursera-getting-and-cleaning-data-project 11
course project for Coursera "Getting and Cleaning Data"
A golang ActionCable client
DataMapper - Core
A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts. This is my own version, with a few modifications: Dropped support for Rails < 3.0; Moving towards a devise-style inclusion model for more easily extendable Tags and Taggings
bgentry/acts_as_restful_list 1
Just like acts_as_list, but restful.
RackTest driver for Capybara with remote request support
Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.
Provides Class Table Inheritance (CTI) and proper polymorphic support, including disjoint subtables.
A rewrite of dm-is-remixable that tries to feel more dm'ish and adds desired behavior
fork mbpacot/coursera-getting-and-cleaning-data-project
course project for Coursera "Getting and Cleaning Data"
fork in 7 days
fork ObiFE/coursera-getting-and-cleaning-data-project
course project for Coursera "Getting and Cleaning Data"
fork in 9 days
startedbgentry/que-go
started time in 24 days
startedbgentry/que-go
started time in a month
fork aayusht115/coursera-getting-and-cleaning-data-project
course project for Coursera "Getting and Cleaning Data"
fork in a month
fork Vascoped/coursera-getting-and-cleaning-data-project
course project for Coursera "Getting and Cleaning Data"
fork in a month
startedbgentry/que-go
started time in a month
startedbgentry/dymo_render
started time in a month
startedbgentry/que-go
started time in a month
startedbgentry/que-go
started time in a month
startedbgentry/speakeasy
started time in 2 months
fork alloydas/coursera-getting-and-cleaning-data-project
course project for Coursera "Getting and Cleaning Data"
fork in 2 months
release cloudflare/cfssl
cfssljson_darwin-386 1.49MB
cfssljson_darwin-amd64 1.88MB
cfssljson_linux-386 1.51MB
cfssljson_linux-amd64 1.90MB
cfssljson_linux-arm 1.59MB
cfssljson_windows-386.exe 1.59MB
cfssljson_windows-amd64.exe 1.99MB
cfssl_darwin-386 5.46MB
cfssl_darwin-amd64 6.91MB
cfssl_linux-386 5.45MB
cfssl_linux-amd64 6.89MB
cfssl_linux-arm 5.51MB
cfssl_windows-386.exe 5.50MB
cfssl_windows-amd64.exe 6.89MB
mkbundle_darwin-386 3.65MB
mkbundle_darwin-amd64 4.64MB
mkbundle_linux-386 3.63MB
mkbundle_linux-amd64 4.61MB
mkbundle_linux-arm 3.70MB
mkbundle_windows-386.exe 3.67MB
mkbundle_windows-amd64.exe 4.62MB
multirootca_darwin-386 4.24MB
SHA256SUMS 1.88KB
released time in 2 months
release cloudflare/cfssl
cfssl-bundle_darwin-386 5.17MB
cfssl-bundle_darwin-amd64 6.54MB
cfssl-bundle_linux-386 5.16MB
cfssl-bundle_linux-amd64 6.52MB
cfssl-bundle_linux-arm 5.20MB
cfssl-bundle_windows-386.exe 5.17MB
cfssl-bundle_windows-amd64.exe 6.50MB
cfssl-certinfo_darwin-386 4.98MB
cfssl-certinfo_darwin-amd64 6.32MB
cfssl-certinfo_linux-386 4.97MB
cfssl-certinfo_linux-amd64 6.29MB
cfssl-certinfo_linux-arm 5.01MB
cfssl-certinfo_windows-386.exe 4.99MB
cfssl-certinfo_windows-amd64.exe 6.27MB
cfssl-newkey_darwin-386 5.49MB
cfssl-newkey_darwin-amd64 6.94MB
cfssl-newkey_linux-386 5.48MB
cfssl-newkey_linux-amd64 6.91MB
cfssl-newkey_linux-arm 5.51MB
cfssl-newkey_windows-386.exe 5.50MB
cfssl-newkey_windows-amd64.exe 6.90MB
cfssl-scan_darwin-386 5.74MB
cfssl-scan_darwin-amd64 7.27MB
cfssl-scan_linux-386 5.74MB
cfssl-scan_linux-amd64 7.25MB
cfssl-scan_linux-arm 5.77MB
cfssl-scan_windows-386.exe 5.77MB
cfssl-scan_windows-amd64.exe 7.24MB
cfssljson_darwin-386 1.71MB
cfssljson_darwin-amd64 2.13MB
cfssljson_linux-386 1.74MB
cfssljson_linux-amd64 2.17MB
cfssljson_linux-arm 1.80MB
cfssljson_windows-386.exe 1.84MB
cfssljson_windows-amd64.exe 2.27MB
cfssl_darwin-386 7.88MB
cfssl_darwin-amd64 9.89MB
cfssl_linux-386 7.90MB
cfssl_linux-amd64 9.90MB
cfssl_linux-arm 7.85MB
cfssl_windows-386.exe 7.97MB
cfssl_windows-amd64.exe 9.93MB
mkbundle_darwin-386 4.65MB
mkbundle_darwin-amd64 5.89MB
mkbundle_linux-386 4.63MB
mkbundle_linux-amd64 5.86MB
mkbundle_linux-arm 4.67MB
mkbundle_windows-386.exe 4.64MB
mkbundle_windows-amd64.exe 5.84MB
multirootca_darwin-386 6.29MB
multirootca_darwin-amd64 7.95MB
multirootca_linux-386 6.30MB
multirootca_linux-amd64 7.94MB
multirootca_linux-arm 6.31MB
multirootca_windows-386.exe 6.37MB
multirootca_windows-amd64.exe 7.98MB
SHA256SUMS 4.92KB
released time in 2 months
startedbgentry/que-go
started time in 2 months
startedbgentry/que-go
started time in 2 months
startedbgentry/que-go
started time in 2 months
startedbgentry/speakeasy
started time in 3 months
issue commentbgentry/que-go
I have implemented it in my fork based on https://github.com/vgarvardt/gue and I have opened request by mistake against this repository.
comment created time in 3 months
issue closedbgentry/que-go
The project is currently using "public" schema implicitly. What's your opinion on adding PostgreSQL schema to the project?
Reason: It is useful to isolate microservice or subsystem data with PostgreSQL schema.
Here is impact that I can see:
- schema name would have to be configurable and set to default value "public"
- example SQL script would be most impacted, but it seems to be left for user to manage in the 1st place, so it should not be a big deal.
- Queries would probably have to be changed into "INSERT INTO schema_name.gue_jobs".
The counter argument is implied "public" schema seems to be sufficient for this library.
closed time in 3 months
Kulakstartedbgentry/que-go
started time in 3 months
startedbgentry/speakeasy
started time in 3 months
startedbgentry/que-go
started time in 3 months
issue openedbgentry/que-go
The project is currently using "public" schema implicitly. What's your opinion on adding PostgreSQL schema to the project?
Reason: It is useful to isolate microservice or subsystem data with PostgreSQL schema.
Here is impact that I can see:
- schema name would have to be configurable and set to default value "public"
- example SQL script would be most impacted, but it seems to be left for user to manage in the 1st place, so it should not be a big deal.
- Queries would probably have to be changed into "INSERT INTO schema_name.gue_jobs".
The counter argument is implied "public" schema seems to be sufficient for this library.
created time in 3 months
startedbgentry/speakeasy
started time in 3 months
startedbgentry/go-netrc
started time in 3 months