Show
Ignore:
Timestamp:
01/06/2007 12:45:38 (23 months ago)
Author:
why
Message:
  • lib/camping.rb: added query-string building to R().
  • lib/camping-unabridged.rb: ditto.
  • lib/camping/reloader.rb: that sqlite3 message is appearing when other drivers are used with the reloader.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/camping/reloader.rb

    r164 r180  
    147147                end 
    148148 
    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 
    156150 
    157151                if @database and @database[:adapter] == 'sqlite3'