heres the log hope it’ll help:
Processing FactionsController#index (for 127.0.0.1 at 2010-09-23 16:03:25) [GET]
SQL (0.1ms) SET NAMES ‘utf8’
SQL (0.1ms) SET SQL_AUTO_IS_NULL=0
Faction Load (0.4ms) SELECT * FROM factions
Rendering template within layouts/factions
Rendering factions/index
Faction Columns (0.8ms) SHOW FIELDS FROM factions
Completed in 89ms (View: 83, DB: 1) | 200 OK [http://localhost/factions]
Processing FactionsController#new (for 127.0.0.1 at 2010-09-23 21:46:35) [GET]
SQL (0.1ms) SET NAMES ‘utf8’
SQL (0.1ms) SET SQL_AUTO_IS_NULL=0
Faction Columns (0.8ms) SHOW FIELDS FROM factions
Rendering template within layouts/factions
Rendering factions/new
Completed in 43ms (View: 38, DB: 1) | 200 OK [http://localhost/factions/new]
Processing FactionsController#create (for 127.0.0.1 at 2010-09-23 21:46:39) [POST]
Parameters: {“commit”=>“Create”, “authenticity_token”=>“1f1aa67b947f0e23dc19aad8debc1e63b6df002c”, “faction”=>{“name”=>“asdasd”, “name_plural”=>“asdasd”, “description”=>“asdasdasd”}}
SQL (0.1ms) SET NAMES ‘utf8’
SQL (0.1ms) SET SQL_AUTO_IS_NULL=0
Faction Columns (0.9ms) SHOW FIELDS FROM factions
FactionContent Columns (0.7ms) SHOW FIELDS FROM faction_contents
SQL (0.1ms) BEGIN
FactionContent Create (7.4ms) INSERT INTO faction_contents
(created_at
, updated_at
, english
) VALUES(‘2010-09-23 19:46:39’, ‘2010-09-23 19:46:39’, NULL)
SQL (29.0ms) COMMIT
FactionContent Load (0.3ms) SELECT * FROM faction_contents
ORDER BY id DESC LIMIT 1
SQL (0.0ms) BEGIN
FactionContent Create (0.2ms) INSERT INTO faction_contents
(created_at
, updated_at
, english
) VALUES(‘2010-09-23 19:46:39’, ‘2010-09-23 19:46:39’, NULL)
SQL (31.1ms) COMMIT
FactionContent Load (0.2ms) SELECT * FROM faction_contents
ORDER BY id DESC LIMIT 1
SQL (0.0ms) BEGIN
FactionContent Create (0.1ms) INSERT INTO faction_contents
(created_at
, updated_at
, english
) VALUES(‘2010-09-23 19:46:39’, ‘2010-09-23 19:46:39’, NULL)
SQL (31.3ms) COMMIT
FactionContent Load (0.2ms) SELECT * FROM faction_contents
ORDER BY id DESC LIMIT 1
SQL (0.1ms) BEGIN
Faction Create (0.2ms) INSERT INTO factions
(name
, created_at
, updated_at
, name_plural
, description
) VALUES(NULL, ‘2010-09-23 19:46:39’, ‘2010-09-23 19:46:39’, NULL, NULL)
SQL (29.8ms) COMMIT
Redirected to actionindex
Completed in 147ms (DB: 132) | 302 Found [http://localhost/factions]
Processing FactionsController#index (for 127.0.0.1 at 2010-09-23 21:46:39) [GET]
SQL (0.1ms) SET NAMES ‘utf8’
SQL (0.1ms) SET SQL_AUTO_IS_NULL=0
Faction Load (0.6ms) SELECT * FROM factions
Rendering template within layouts/factions
Rendering factions/index
Faction Columns (0.9ms) SHOW FIELDS FROM factions
Completed in 85ms (View: 80, DB: 2) | 200 OK [http://localhost/factions]
any help?