0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix commented tests on last commit. More... about 16 years ago
Tests pass with activerecord 2.3.4 More... about 16 years ago
Version bump to 1.0.2 More... over 16 years ago
Version bump to 1.0.1 More... over 16 years ago
Namespaced Inflector in ActiveSupport, per rails changes More... over 16 years ago
Broke tests up into smaller, more logical tests More... over 16 years ago
Removed unnecessary files More... over 16 years ago
Removed old lib requirement More... over 16 years ago
Updated description for Gemcutter More... over 16 years ago
Fixed Summary and Description More... over 16 years ago
Version bump to 1.0.0 More... over 16 years ago
Version bump to 0.0.0 More... over 16 years ago
Merge branch 'master' of github.com:frogstarr78/rails-pg-procs More... over 16 years ago
Initial commit to rails-pg-procs. More... over 16 years ago
Fixed bug that if we are creating a type, and we have found that type previously installed our drop cascades (thinking that if we're needing to create a type and want it to be destroyed first, things will work out anyway) More... over 17 years ago
Fixed a bug in rails 2.1 using 'if exists' for drop db unsupported by older versions of postgresql More... over 17 years ago
Initial addition of schema support for the model. More... over 17 years ago
Added create|drop_schema. Removed some debugging code. Added tests for schema creation. More... over 17 years ago
Fixed include paths More... almost 18 years ago
Broke things into smaller parts. More... almost 18 years ago
Broke up into smaller test cases. More... almost 18 years ago
Updating the init file. More... almost 18 years ago
Adding plpgsql_call_handler FUNCTION FOR the plpgsql LANGUAGE. More... about 18 years ago
Changed the procedure detection functions to use the public namespace rather than the somewhat buggy attempt to detect the lowest user defined procedure. More... about 18 years ago
Fixed broken first frame. More... about 18 years ago
Added view creation/deletion to PostgreSQL adapter. More... about 18 years ago
Fixed a bug that occurs when function name has a hyphen in it. More... about 18 years ago
Updating documentation More... about 18 years ago
Moved sql procedures to be defined after tables and implemented usage of triggerdefinition class to output both sql and rdl. More... about 18 years ago
Moved sql functions after table definitions in the schema dump. Tested it. More... about 18 years ago