Changeset 731
- Timestamp:
- 11/20/07 13:29:34 (1 year ago)
- Files:
-
- trunk/config/environment.rb (modified) (1 diff)
- trunk/lib/redhillonrails_core_sqlite_patch.rb (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/environment.rb
r723 r731 121 121 # Fix broken stuff 122 122 require 'patches/gettext_expire_fragment_patch' 123 124 # "Extend" the redhillonrails_core plugin to work with SQLite 125 require 'redhillonrails_core_sqlite_patch'