Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tosdr/ToSBack3

ToSBack crawls, archives and tracks changes in terms of service and privacy policies. ToSBack3, inspired by EFF's ToSBack, is built in Ruby on Rails, features a web interface.
https://github.com/tosdr/ToSBack3

validate presence of Version attributes

ff7f4fecf974bfefef10e72a2c0e701bf8ae0d96 authored almost 12 years ago by Jimm Stout <[email protected]>
add validation tests to version model

3a55a02c82aaea2b4c5bf2193c5107f91820df6f authored almost 12 years ago by Jimm Stout <[email protected]>
add version model with initial test

9d5591f1e140ae01ea1fd4760f87e664cb80ff5e authored almost 12 years ago by Jimm Stout <[email protected]>
minor adjustments

25b329afb37f7ff0f1a9bff74dd4233cdf896c68 authored almost 12 years ago by Jimm Stout <[email protected]>
add site and policy unit tests and model associations for commitments

bc1b6591206f42cc6748410066ab6e496232da1a authored almost 12 years ago by Jimm Stout <[email protected]>
add tests and associations between Sites, their policies, and their commitments

10581ba518cda1772323ada1fdca08a6f25473d3 authored almost 12 years ago by Jimm Stout <[email protected]>
add scope to policy_id uniqueness validation in commitment model. Update classname in other locations

8f919adfafb39625534a67da49ef741339d6c2b8 authored almost 12 years ago by Jimm Stout <[email protected]>
rename Commitments model to Commitment to adhere to convention

21150d75edc9f941bf7a771d2beb87a6f8b6e95c authored almost 12 years ago by Jimm Stout <[email protected]>
add presence validations to commitments model

98edc9760a28bc075f78a5a55be3f5db6138e39f authored almost 12 years ago by Jimm Stout <[email protected]>
fix commitment_spec's presence validations

442fe80cd867d014cd6d3b037a333ea3fc3acbf6 authored almost 12 years ago by Jimm Stout <[email protected]>
run db:migrate to update schema.rb

9bb4b8f571451dfe0c856f4e305feb3e3d8a45c1 authored almost 12 years ago by Jimm Stout <[email protected]>
write test specs for commitments model

a3f1814df034a870aa24df1f78708cf3294737a1 authored almost 12 years ago by Jimm Stout <[email protected]>
generate Commitments model for Site/Policy join

f8e714ee47003be59a967a8ed952c871b4141ec0 authored almost 12 years ago by Jimm Stout <[email protected]>
add uniqueness validations and unit tests to policy model

763b55e6d4e3cb231fae521f8088ced643307aa8 authored almost 12 years ago by Jimm Stout <[email protected]>
refactor policy spec

981258fc677567addb105e6d5b07fea4dec1baaf authored almost 12 years ago by Jimm Stout <[email protected]>
remove site_id column from policy model

be231734a2bd4c10d01ecdcad46c9923c49866c5 authored almost 12 years ago by Jimm Stout <[email protected]>
refactor site_spec.rb to use let instead of ivars

6433a1d20c90c1c6c66973b203d2e16efef096e2 authored almost 12 years ago by Jimm Stout <[email protected]>
remove site_id from policies table to crate join table later

5fb84c89317d72f8efa2020bb6e631271260564a authored about 12 years ago by Jimm Stout <[email protected]>
validate presence of url, name, and site_id in policies

e0bce11bbe6e09640d1db38bf61d096497526d8e authored about 12 years ago by Jimm Stout <[email protected]>
configure rspec to use documentation format in .rspec

2cf62a58bb9e8e3a1c8637bdf7fb3d17b16f8f3a authored about 12 years ago by Jimm Stout <[email protected]>
add policy presence validation tests

c4476f9aad2579c6c3551b6b31e19d937941e5ad authored about 12 years ago by Jimm Stout <[email protected]>
Refactor site_spec.rb

4ecb494ea189496f9cd0351e36669636f9442c6a authored about 12 years ago by Jimm Stout <[email protected]>
add files to last commit

90d6cdb60034c92fe9221a71d1c4ba91dc22dc64 authored about 12 years ago by Jimm Stout <[email protected]>
generate model for Policies and define first factory

507b9d8b0870643b7ba077c63348128a114e36ae authored about 12 years ago by Jimm Stout <[email protected]>
reword describe block in Site model spec

0016db1aff91d6fbaf8a23f0d1777f820a1aa912 authored about 12 years ago by Jimm Stout <[email protected]>
update and pass tests for site model uniqueness

172a67d82735387d093a74c065b9fb44744ad8c5 authored about 12 years ago by Jimm Stout <[email protected]>
validate presence of Site name

19a5ba7269113709d1f9134d6519ed3561b723b4 authored about 12 years ago by Jimm Stout <[email protected]>
Add Site factory to spec/factories to pass valid factory test

bc1ea0ab06529de4339821c2d00a030468804dae authored about 12 years ago by Jimm Stout <[email protected]>
add model spec for Site

c866b05add4c8919c900b327243593b0fb0194d2 authored about 12 years ago by Jimm Stout <[email protected]>
add factory_girl_rails and update config/application.rb

4682dcf2582a931f779a7ebbd4b56d186c9c4b90 authored about 12 years ago by Jimm Stout <[email protected]>
add site model with 'rails g model Site name:string' and require capybara

eadbf9927352154508f68480e3a3315c9b899b8f authored about 12 years ago by Jimm Stout <[email protected]>
Run 'rails g rspec:install'

5bb245737acea258aa798bc4d3bc3d3dad807808 authored about 12 years ago by Jimm Stout <[email protected]>
Update gemfile to include capybara and rspec-rails

3df7fe82a0ccdd68002266ac843c0a4b81df5861 authored about 12 years ago by Jimm Stout <[email protected]>
Initial commit

51c81b8e3b16712533316c6598de7b33898a5ac4 authored about 12 years ago by Jimm Stout <[email protected]>