0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
trying some sponsorship ads More... about 15 years ago
remove hardcoded socket info for tasks More... over 15 years ago
renamed README More... almost 16 years ago
clean up some trailing spaces More... almost 16 years ago
Added some History changes More... almost 17 years ago
Allows ActiveRecord::StatementInvalid for attempts to find pluralised tables that don't exist More... almost 17 years ago
Started a todo list More... almost 17 years ago
Fixed a history.txt spelling error More... almost 17 years ago
Release of 0.9.2 More... almost 17 years ago
has_manys should work now More... almost 17 years ago
Associations can be generated via the assignment methods, e.g. @membership.group= will generate the "belongs_to :group" association now. This allows the website tutorial to work correctly! Yay. That is, you can now do: Membership.create(:person => person, :group => group) More... almost 17 years ago
Changed Membership creation to (:group_id => group...) as this works and :group => group doesn't More... almost 17 years ago
0.9.1 - website tutorial works More... about 17 years ago
Some modules added to ActiveRecord::Base by default. Existing classes only need to call generate_validations now. More... about 17 years ago
Updated History based on things I now remember More... about 17 years ago
Update websites with more links and return links to home page More... about 17 years ago
Removed old scripts libs from manifest More... about 17 years ago
Cleaned up website generator scripts to be called from Rakefile More... about 17 years ago
Added History.txt and integrated into Hoe spec More... about 17 years ago
I checked - I commented out a failing test. But I don't think its a valid test. More... about 17 years ago
Fixed bug where a table had 1+ foreign keys but were unrelated to the association in question More... about 17 years ago
Using Hoe for Rakefile Added website generator tasks More... about 17 years ago
Support for Magic Modules - the module can specify a table name prefix More... about 17 years ago
Added support for Sqlite3 More... about 17 years ago
Don't need to pluralize table name More... about 17 years ago
Fixed dead foreign keys link on site More... over 17 years ago
base_class -> superklass Default superklass -> ActiveRecord::Base More... over 17 years ago
Uses magic model class creation instead of hardcoded version More... over 17 years ago
validates_numericality_of uses column.null instead of hardcoded true More... over 17 years ago
Copied MM code into dr_nic_magic_models/trunk More... over 17 years ago