2
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 24 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added 1.8.5 compatibility.
ssmoot
as Sam Smoot
More... almost 17 years ago
Changed Makefile task to only match the extconf.rb ruby file.
benburkert
as Ben Burkert
More... almost 17 years ago
Changed Makefile task to only match the extconf.rb ruby file.
benburkert
as Ben Burkert
More... almost 17 years ago
Added sudoless install option to do_jdbc and data_objects.
benburkert
as Ben Burkert
More... almost 17 years ago
Added sudoless install option to do_jdbc and data_objects.
benburkert
as Ben Burkert
More... almost 17 years ago
Added ci tasks for each gem. Updated the install task to use a 'sudoless' variable.
benburkert
as Ben Burkert
More... almost 17 years ago
Added ci tasks for each gem. Updated the install task to use a 'sudoless' variable.
benburkert
as Ben Burkert
More... almost 17 years ago
Merge branch 'master' of [email protected]:sam/do
benburkert
as Ben Burkert
More... almost 17 years ago
Merge branch 'master' of [email protected]:sam/do
benburkert
as Ben Burkert
More... almost 17 years ago
Improved the specs for do. More... almost 17 years ago
Improved the specs for do. More... almost 17 years ago
Merge branch 'master' of [email protected]:sam/do
benburkert
as Ben Burkert
More... almost 17 years ago
Merge branch 'master' of [email protected]:sam/do
benburkert
as Ben Burkert
More... almost 17 years ago
Added ci rake tasks for the continous integration server
benburkert
as Ben Burkert
More... almost 17 years ago
Added ci rake tasks for the continous integration server
benburkert
as Ben Burkert
More... almost 17 years ago
Beautified the do_sqlite3 specs and tasks after talking to luislavena. More... almost 17 years ago
Beautified the do_sqlite3 specs and tasks after talking to luislavena. More... almost 17 years ago
Beautified the do_postgres specs and tasks after discussions with luislavena. More... almost 17 years ago
Beautified the do_postgres specs and tasks after discussions with luislavena. More... almost 17 years ago
Fixed the do_mysql specs even more after discussions with luislavena. More... almost 17 years ago
Fixed the do_mysql specs even more after discussions with luislavena. More... almost 17 years ago
Fixed up the do_mysql tests a bit. More... almost 17 years ago
Fixed up the do_mysql tests a bit. More... almost 17 years ago
Drop the table if it exists before trying to create it More... almost 17 years ago
Drop the table if it exists before trying to create it More... almost 17 years ago
Removed all mention of transactions in do_sqlite3, do_postgres and do_mysql since they shouldn't have to care about that. Did NOT remove them from do_jdbc, since I don't have the environment to run the specs there. More... almost 17 years ago
Removed all mention of transactions in do_sqlite3, do_postgres and do_mysql since they shouldn't have to care about that. Did NOT remove them from do_jdbc, since I don't have the environment to run the specs there. More... almost 17 years ago
Removed the now redundant setup sql file. More... almost 17 years ago
Removed the now redundant setup sql file. More... almost 17 years ago
* Made it possible to connect to MySQL servers without username and password if the server accepts it. * Made the do_mysql spec run without having to prep the database by calling external mysql binaries. * Made the do_mysql spec run without using socket connections to make it easier to run it on windows. * Please comment this - should we test for architecture before running the spec, or should we just not run it (like I have set it now)? More... almost 17 years ago