search for: min_messag

Displaying 5 results from an estimated 5 matches for "min_messag".

Did you mean: in_message
2006 Mar 23
4
Postgresql connection problems
...w to Ruby/Ruby on Rails, I''m not sure where to start.... I''m trying to connect to a postgresql server: My database.yml contains: test_test: adapter: postgresql database: test_test username: testuser password: resutest host: testpgserver port: 5432 encoding: UTF8 min_messages: warning The database is setup and talking with Java and Perl from the same client as I''m trying to use Ruby on Rails on. The command ruby script/generate scaffold Product Admin produces --------------error-------------- /usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_re...
2010 Aug 20
0
Problem with db:create
...gt;"postgresql", "database"=>"argh_development", "host"=>"127.0.0.1", "pool"=>5, "password"=>"-my password-"} NoMethodError: undefined method `fformat'' for #<PGresult:0xb6706be0>: SHOW client_min_messages What happens? My database.yml is looking like this: # PostgreSQL. Versions 7.4 and 8.x are supported. # # Install the ruby-postgres driver: # gem install ruby-postgres # On Mac OS X: # gem install ruby-postgres -- --include=/usr/local/pgsql # On Windows: # gem install ruby-po...
2006 Mar 31
14
[newbi] Create a Model
...h_path: myapp,sharedapp,public # Character set encoding. The server defaults to sql_ascii. #encoding: UTF8 # Minimum log levels, in increasing order: # debug5, debug4, debug3, debug2, debug1, # info, notice, warning, error, log, fatal, or panic # The server defaults to notice. #min_messages: warning # SQLite version 2.x # gem install sqlite-ruby sqlite_example: adapter: sqlite database: db/development.sqlite2 # SQLite version 3.x # gem install sqlite3-ruby sqlite3_example: adapter: sqlite3 database: db/development.sqlite3 # In-memory SQLite 3 database. Useful for...
2006 Jul 14
3
postgres migration notices
When I run "rake" using a postgres 8.1 database, I get a bunch of these notices. NOTICE: CREATE TABLE will create implicit sequence "categories_id_seq" for serial column "categories.id" NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "categories_pkey" for table "categories" How can I avoid those? I take it I need to modify the
2006 Mar 30
2
database.yml and Dreamhost
...h_path: myapp,sharedapp,public # Character set encoding. The server defaults to sql_ascii. #encoding: UTF8 # Minimum log levels, in increasing order: # debug5, debug4, debug3, debug2, debug1, # info, notice, warning, error, log, fatal, or panic # The server defaults to notice. #min_messages: warning # SQLite version 2.x # gem install sqlite-ruby sqlite_example: adapter: sqlite database: db/development.sqlite2 # SQLite version 3.x # gem install sqlite3-ruby sqlite3_example: adapter: sqlite3 database: db/development.sqlite3 # In-memory SQLite 3 database. Useful for...