0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.rdoc More... about 1 year ago
Update README.rdoc More... about 1 year ago
Fix contributors formatting. More... about 14 years ago
Update year and contributors. More... about 14 years ago
Bump to 0.1.2 => 0.2.0. More... about 14 years ago
Regenerate gemspec. More... about 14 years ago
add xor check for MTI a la Enterprise Rails, Chapter 10 More... about 14 years ago
add lowercase constraint More... about 14 years ago
Fix contributor link in README. More... about 14 years ago
Add contributors section to README. Add schema.rb to TODO. More... about 14 years ago
Double-quote column names on unique and foreign key constraints to allow reserved column names. Thanks to Tom Lane on the pgsql-bugs mailing list! More... about 14 years ago
Add support for constraints on columns whose name is a SQL keyword. All but unique and reference work. Failing tests for those two. More... about 14 years ago
Make the model tested an explicit argument to assert_allows/prohibits More... about 14 years ago
Extract assert_prohibts/allows assertions to support/assert_prohibits_allows More... about 14 years ago
Extract Model test support to test/support/models More... about 14 years ago
Change tests to honor that when passing multiple constraints, the constraints are unordered, so either of multiple failing constraints can fail as violated More... about 14 years ago
Load config in the test_helper so it doesn't clutter up the test file More... about 14 years ago
Extract test database config to test/support/database.yml(.example) and ignore the active config for easier config management across different systems/collaborators More... about 14 years ago
Ignore .gem More... over 14 years ago
Fix: positive constraint >=0, not >0. More... about 15 years ago
Rakefile, gemspec More... over 15 years ago
New constraints: even, odd, format. More... over 15 years ago
Tiny todo list fix More... over 15 years ago
forgot changelog More... over 15 years ago
docs, gemspec updates More... over 15 years ago
Now supporting multi-column constraints. Unique constraint now can work with multiple columns. More... over 15 years ago
added referential constraints tests More... over 15 years ago
Adding support for FK constraints with :reference option. More... over 15 years ago
modified README More... over 15 years ago
fixed typo in test More... over 15 years ago