Changeset 180 for trunk/lib/camping/reloader.rb
- Timestamp:
- 01/06/2007 12:45:38 (23 months ago)
- Files:
-
- 1 modified
-
trunk/lib/camping/reloader.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/camping/reloader.rb
r164 r180 147 147 end 148 148 149 begin 150 Camping::Models::Session.create_schema 151 rescue MissingSourceFile 152 puts "** #$0 stopped: SQLite3 not found, please install." 153 puts "** See http://code.whytheluckystiff.net/camping/wiki/BeAlertWhenOnSqlite3 for instructions." 154 exit 155 end 149 Camping::Models::Session.create_schema 156 150 157 151 if @database and @database[:adapter] == 'sqlite3'
