0
I Use This!
Inactive

Commits : Listings

Analyzed 16 minutes ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added link to RDoc More... about 15 years ago
README markdown -> RDoc More... about 15 years ago
updated gem to use @openrain.com email & shortened gem summary More... about 15 years ago
updated license -> Apache 2.0 More... about 15 years ago
updated license -> Apache 2.0 More... about 15 years ago
update repo path in Rakefile More... about 15 years ago
updated gemspec with new repo path More... about 15 years ago
added gitignore & LICENSE More... about 15 years ago
Regenerated gemspec for version 0.1.1 More... about 15 years ago
bumped version number to 0.1.1 More... about 15 years ago
implemented @connection#comment(table) and @connection#column_comment(column, table) which are the methods i needed. so i'm good for now! will re-release. More... about 15 years ago
looks like MysqlAdapter overrides abstract adapter's #columns method. we need a way to hook into it (*if* we want to support connection.columns(:users).first.comment) More... about 15 years ago
added @connection.column_comment(:id, :users) More... about 15 years ago
extended AbstractAdapter so you can now say 'connection.comment(:users)' ... i'll move all of the actual DB logic out of ActiveRecord::Base and into the Adapter itself, so both the Adapter and the ActiveRecord::Base class know howto get to this data! More... about 15 years ago
added an idea for future development to README More... about 15 years ago
added some TODO items to README More... about 15 years ago
added some TODO items to README More... about 15 years ago
bumped version to 0.1.0 and released (committing VERSION.yml) More... about 15 years ago
Regenerated gemspec for version 0.1.0 More... about 15 years ago
updated README More... about 15 years ago
added some more specs More... about 15 years ago
all of the MySQL-specific stuff has been extracted into mysql_adapter.rb More... about 15 years ago
more refactoring out to modules - moving MySQL-specific logic into its own module More... about 15 years ago
moved everything into modules More... about 15 years ago
get VERY basic prototype working with MySQL and given some very, very simple examples More... about 15 years ago
updated README More... about 15 years ago
first commit More... about 15 years ago