root/log/development.log @ 1

Revision 1, 252.8 kB (checked in by falcon, 17 years ago)

Version one -> initial work from the laptop.

Line 
1WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
2WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
4  SQL (0.000139)   SET NAMES 'utf8'
5  SQL (0.000108)   SET SQL_AUTO_IS_NULL=0
6  SQL (0.000215)   CREATE DATABASE `Portfolio_development` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
7  SQL (0.000122)   SET NAMES 'utf8'
8  SQL (0.000104)   SET SQL_AUTO_IS_NULL=0
9  SQL (0.000190)   CREATE DATABASE `Portfolio_production` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
10  SQL (0.000121)   SET NAMES 'utf8'
11  SQL (0.000103)   SET SQL_AUTO_IS_NULL=0
12  SQL (0.000188)   CREATE DATABASE `Portfolio_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
13WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
14  SQL (0.000130)   SET NAMES 'utf8'
15  SQL (0.000106)   SET SQL_AUTO_IS_NULL=0
16  SQL (0.029968)   CREATE TABLE `schema_info` (version int(11))
17  SQL (0.000276)   INSERT INTO `schema_info` (version) VALUES(0)
18  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
19WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
20  SQL (0.000125)   SET NAMES 'utf8'
21  SQL (0.000107)   SET SQL_AUTO_IS_NULL=0
22  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
23  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
24  SQL (0.000409)   SELECT version FROM schema_info
25Migrating to CreateGalleries (1)
26  SQL (0.285188)   CREATE TABLE `galleries` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `tDescription` text DEFAULT NULL, `sType` varchar(255) DEFAULT NULL, `engineering_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
27  SQL (0.000385)   UPDATE schema_info SET version = 1
28  SQL (0.000501)   SELECT version FROM schema_info
29Migrating to CreateEngineering (2)
30  SQL (0.003883)   CREATE TABLE `engineering` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
31  SQL (0.000298)   UPDATE schema_info SET version = 2
32  SQL (0.000463)   SELECT version FROM schema_info
33Migrating to CreateArtwork (3)
34  SQL (0.003269)   CREATE TABLE `artwork` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
35  SQL (0.000331)   UPDATE schema_info SET version = 3
36  SQL (0.000524)   SELECT version FROM schema_info
37Migrating to CreateGalleryFiles (5)
38  SQL (0.004259)   CREATE TABLE `gallery_files` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `sDescription` text DEFAULT NULL, `filename` varchar(255) DEFAULT NULL, `gallery_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
39  SQL (0.000330)   UPDATE schema_info SET version = 5
40  SQL (0.000484)   SELECT version FROM schema_info
41Migrating to CreateUsers (6)
42  SQL (0.000000)   Mysql::Error: #42S02Unknown table 'users': DROP TABLE `users`
43  SQL (0.003969)   CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `login` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `crypted_password` varchar(40) DEFAULT NULL, `salt` varchar(40) DEFAULT NULL, `role` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `remember_token` varchar(255) DEFAULT NULL, `remember_token_expires_at` datetime DEFAULT NULL) ENGINE=InnoDB
44  SQL (0.000365)   UPDATE schema_info SET version = 6
45  SQL (0.000538)   SELECT version FROM schema_info
46Migrating to CreateGalleryMedias (7)
47  SQL (0.037230)   CREATE TABLE `gallery_medias` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `tDescription` text DEFAULT NULL, `medianame` varchar(255) DEFAULT NULL, `gallery_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
48  SQL (0.000377)   UPDATE schema_info SET version = 7
49  SQL (0.000518)   SELECT version FROM schema_info
50Migrating to CreateEngineerings (8)
51  SQL (0.004030)   CREATE TABLE `engineerings` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sName` varchar(255) DEFAULT NULL, `tDescription` text DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
52  SQL (0.000376)   UPDATE schema_info SET version = 8
53  SQL (0.000638)   SELECT version FROM schema_info
54Migrating to CreateArtworks (9)
55  SQL (0.031689)   CREATE TABLE `artworks` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sName` varchar(255) DEFAULT NULL, `tDescription` text DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
56  SQL (0.000355)   UPDATE schema_info SET version = 9
57  SQL (0.007790)   SELECT * FROM schema_info
58  SQL (0.001111)   SHOW TABLES
59  SQL (0.002276)   SHOW FIELDS FROM `artwork`
60  SQL (0.002230)   describe `artwork`
61  SQL (0.002152)   SHOW KEYS FROM `artwork`
62  SQL (0.002237)   SHOW FIELDS FROM `artworks`
63  SQL (0.002299)   describe `artworks`
64  SQL (0.002328)   SHOW KEYS FROM `artworks`
65  SQL (0.002236)   SHOW FIELDS FROM `engineering`
66  SQL (0.001999)   describe `engineering`
67  SQL (0.002081)   SHOW KEYS FROM `engineering`
68  SQL (0.002236)   SHOW FIELDS FROM `engineerings`
69  SQL (0.002053)   describe `engineerings`
70  SQL (0.001976)   SHOW KEYS FROM `engineerings`
71  SQL (0.002744)   SHOW FIELDS FROM `galleries`
72  SQL (0.002474)   describe `galleries`
73  SQL (0.002050)   SHOW KEYS FROM `galleries`
74  SQL (0.001544)   SHOW FIELDS FROM `gallery_files`
75  SQL (0.001174)   describe `gallery_files`
76  SQL (0.001005)   SHOW KEYS FROM `gallery_files`
77  SQL (0.001271)   SHOW FIELDS FROM `gallery_medias`
78  SQL (0.001198)   describe `gallery_medias`
79  SQL (0.001011)   SHOW KEYS FROM `gallery_medias`
80  SQL (0.001620)   SHOW FIELDS FROM `users`
81  SQL (0.001532)   describe `users`
82  SQL (0.001038)   SHOW KEYS FROM `users`
83WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
84  SQL (0.000130)   SET NAMES 'utf8'
85  SQL (0.000106)   SET SQL_AUTO_IS_NULL=0
86  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
87  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
88  SQL (0.000405)   SELECT version FROM schema_info
89  SQL (0.000201)   SELECT version FROM schema_info
90  SQL (0.000194)   SELECT version FROM schema_info
91  SQL (0.000193)   SELECT version FROM schema_info
92  SQL (0.000213)   SELECT version FROM schema_info
93  SQL (0.000193)   SELECT version FROM schema_info
94  SQL (0.000237)   SELECT * FROM schema_info
95  SQL (0.000522)   SHOW TABLES
96  SQL (0.001053)   SHOW FIELDS FROM `artwork`
97  SQL (0.000988)   describe `artwork`
98  SQL (0.000990)   SHOW KEYS FROM `artwork`
99  SQL (0.001047)   SHOW FIELDS FROM `artworks`
100  SQL (0.001010)   describe `artworks`
101  SQL (0.000959)   SHOW KEYS FROM `artworks`
102  SQL (0.000934)   SHOW FIELDS FROM `engineering`
103  SQL (0.000939)   describe `engineering`
104  SQL (0.000974)   SHOW KEYS FROM `engineering`
105  SQL (0.001015)   SHOW FIELDS FROM `engineerings`
106  SQL (0.001015)   describe `engineerings`
107  SQL (0.000967)   SHOW KEYS FROM `engineerings`
108  SQL (0.001153)   SHOW FIELDS FROM `galleries`
109  SQL (0.001138)   describe `galleries`
110  SQL (0.000962)   SHOW KEYS FROM `galleries`
111  SQL (0.001143)   SHOW FIELDS FROM `gallery_files`
112  SQL (0.001145)   describe `gallery_files`
113  SQL (0.000996)   SHOW KEYS FROM `gallery_files`
114  SQL (0.001156)   SHOW FIELDS FROM `gallery_medias`
115  SQL (0.001172)   describe `gallery_medias`
116  SQL (0.000960)   SHOW KEYS FROM `gallery_medias`
117  SQL (0.001368)   SHOW FIELDS FROM `users`
118  SQL (0.001349)   describe `users`
119  SQL (0.000963)   SHOW KEYS FROM `users`
120WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
121  SQL (0.000132)   SET NAMES 'utf8'
122  SQL (0.000107)   SET SQL_AUTO_IS_NULL=0
123  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
124  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
125  SQL (0.000286)   SELECT version FROM schema_info
126  SQL (0.000199)   SELECT version FROM schema_info
127  SQL (0.000195)   SELECT version FROM schema_info
128  SQL (0.000193)   SELECT version FROM schema_info
129  SQL (0.000193)   SELECT version FROM schema_info
130  SQL (0.000194)   SELECT version FROM schema_info
131  SQL (0.000234)   SELECT * FROM schema_info
132  SQL (0.000541)   SHOW TABLES
133  SQL (0.001037)   SHOW FIELDS FROM `artwork`
134  SQL (0.000958)   describe `artwork`
135  SQL (0.000986)   SHOW KEYS FROM `artwork`
136  SQL (0.001027)   SHOW FIELDS FROM `artworks`
137  SQL (0.001005)   describe `artworks`
138  SQL (0.000979)   SHOW KEYS FROM `artworks`
139  SQL (0.000947)   SHOW FIELDS FROM `engineering`
140  SQL (0.000934)   describe `engineering`
141  SQL (0.000964)   SHOW KEYS FROM `engineering`
142  SQL (0.001011)   SHOW FIELDS FROM `engineerings`
143  SQL (0.001007)   describe `engineerings`
144  SQL (0.000964)   SHOW KEYS FROM `engineerings`
145  SQL (0.001187)   SHOW FIELDS FROM `galleries`
146  SQL (0.001142)   describe `galleries`
147  SQL (0.000980)   SHOW KEYS FROM `galleries`
148  SQL (0.001143)   SHOW FIELDS FROM `gallery_files`
149  SQL (0.001136)   describe `gallery_files`
150  SQL (0.000953)   SHOW KEYS FROM `gallery_files`
151  SQL (0.001147)   SHOW FIELDS FROM `gallery_medias`
152  SQL (0.001148)   describe `gallery_medias`
153  SQL (0.000965)   SHOW KEYS FROM `gallery_medias`
154  SQL (0.001356)   SHOW FIELDS FROM `users`
155  SQL (0.001339)   describe `users`
156  SQL (0.000968)   SHOW KEYS FROM `users`
157WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
158  SQL (0.000134)   SET NAMES 'utf8'
159  SQL (0.000106)   SET SQL_AUTO_IS_NULL=0
160  SQL (0.133977)   DROP DATABASE IF EXISTS `Portfolio_development`
161  SQL (0.000386)   DROP DATABASE IF EXISTS `Portfolio_production`
162  SQL (0.000312)   DROP DATABASE IF EXISTS `Portfolio_test`
163WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
164  SQL (0.000132)   SET NAMES 'utf8'
165  SQL (0.000115)   SET SQL_AUTO_IS_NULL=0
166  SQL (0.000323)   CREATE DATABASE `Portfolio_development` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
167  SQL (0.000149)   SET NAMES 'utf8'
168  SQL (0.000106)   SET SQL_AUTO_IS_NULL=0
169  SQL (0.000208)   CREATE DATABASE `Portfolio_production` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
170  SQL (0.000123)   SET NAMES 'utf8'
171  SQL (0.000105)   SET SQL_AUTO_IS_NULL=0
172  SQL (0.000199)   CREATE DATABASE `Portfolio_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
173WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
174  SQL (0.000132)   SET NAMES 'utf8'
175  SQL (0.000107)   SET SQL_AUTO_IS_NULL=0
176  SQL (0.002368)   CREATE TABLE `schema_info` (version int(11))
177  SQL (0.000266)   INSERT INTO `schema_info` (version) VALUES(0)
178  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
179  SQL (0.000365)   SELECT version FROM schema_info
180Migrating to CreateGalleries (1)
181  SQL (0.003709)   CREATE TABLE `galleries` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `tDescription` text DEFAULT NULL, `sType` varchar(255) DEFAULT NULL, `engineering_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
182  SQL (0.000184)   UPDATE schema_info SET version = 1
183  SQL (0.000259)   SELECT version FROM schema_info
184Migrating to CreateEngineering (2)
185  SQL (0.003569)   CREATE TABLE `engineering` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
186  SQL (0.000165)   UPDATE schema_info SET version = 2
187  SQL (0.000263)   SELECT version FROM schema_info
188Migrating to CreateArtwork (3)
189  SQL (0.002568)   CREATE TABLE `artwork` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
190  SQL (0.000268)   UPDATE schema_info SET version = 3
191  SQL (0.000294)   SELECT version FROM schema_info
192Migrating to CreateGalleryFiles (5)
193  SQL (0.003357)   CREATE TABLE `gallery_files` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `sDescription` text DEFAULT NULL, `filename` varchar(255) DEFAULT NULL, `gallery_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
194  SQL (0.000174)   UPDATE schema_info SET version = 5
195  SQL (0.000262)   SELECT version FROM schema_info
196Migrating to CreateUsers (6)
197  SQL (0.000000)   Mysql::Error: #42S02Unknown table 'users': DROP TABLE `users`
198  SQL (0.002843)   CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `login` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `crypted_password` varchar(40) DEFAULT NULL, `salt` varchar(40) DEFAULT NULL, `role` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `remember_token` varchar(255) DEFAULT NULL, `remember_token_expires_at` datetime DEFAULT NULL) ENGINE=InnoDB
199  SQL (0.000230)   UPDATE schema_info SET version = 6
200  SQL (0.000265)   SELECT version FROM schema_info
201Migrating to CreateGalleryMedias (7)
202  SQL (0.066645)   CREATE TABLE `gallery_medias` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `tDescription` text DEFAULT NULL, `medianame` varchar(255) DEFAULT NULL, `gallery_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
203  SQL (0.000512)   UPDATE schema_info SET version = 7
204  SQL (0.000446)   SELECT * FROM schema_info
205  SQL (0.000560)   SHOW TABLES
206  SQL (0.001391)   SHOW FIELDS FROM `artwork`
207  SQL (0.001272)   describe `artwork`
208  SQL (0.001204)   SHOW KEYS FROM `artwork`
209  SQL (0.001343)   SHOW FIELDS FROM `engineering`
210  SQL (0.001248)   describe `engineering`
211  SQL (0.001187)   SHOW KEYS FROM `engineering`
212  SQL (0.001609)   SHOW FIELDS FROM `galleries`
213  SQL (0.001507)   describe `galleries`
214  SQL (0.001253)   SHOW KEYS FROM `galleries`
215  SQL (0.001971)   SHOW FIELDS FROM `gallery_files`
216  SQL (0.002208)   describe `gallery_files`
217  SQL (0.001636)   SHOW KEYS FROM `gallery_files`
218  SQL (0.002208)   SHOW FIELDS FROM `gallery_medias`
219  SQL (0.001926)   describe `gallery_medias`
220  SQL (0.001871)   SHOW KEYS FROM `gallery_medias`
221  SQL (0.002533)   SHOW FIELDS FROM `users`
222  SQL (0.002212)   describe `users`
223  SQL (0.001527)   SHOW KEYS FROM `users`
224
225
226Processing Base#index (for 127.0.0.1 at 2008-06-22 17:54:25) [GET]
227  Session ID: 29decda4ffd466be52156e7b97521a0f
228  Parameters: {}
229
230
231NameError (uninitialized constant ApplicationController::AuthenticatedSystem):
232    /vendor/rails/activesupport/lib/active_support/dependencies.rb:478:in `const_missing'
233    /app/controllers/application.rb:6
234    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking'
235    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
236    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
237    /vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
238    /vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
239    /vendor/rails/activesupport/lib/active_support/dependencies.rb:60:in `depend_on'
240    /vendor/rails/activesupport/lib/active_support/dependencies.rb:442:in `require_dependency'
241    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:141:in `prepare_application'
242    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:178:in `send!'
243    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:178:in `run_callbacks'
244    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:175:in `each'
245    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:175:in `send!'
246    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:175:in `run_callbacks'
247    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:114:in `dispatch'
248    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
249    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
250    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
251    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
252    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
253    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
254    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
255    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
256    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
257    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
258    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
259    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
260    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
261    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
262    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
263    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
264    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
265    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
266    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
267    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
268    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
269    /vendor/rails/railties/lib/commands/server.rb:39
270    script/server:3:in `require'
271    script/server:3
272
273Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
274
275
276Processing AccountController#index (for 127.0.0.1 at 2008-06-22 17:56:09) [GET]
277  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--3de809853f6748f0163a06034bf99ec37c5e7e30
278  Parameters: {"action"=>"index", "controller"=>"account"}
279WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
280  SQL (0.000233)   SET NAMES 'utf8'
281  SQL (0.000206)   SET SQL_AUTO_IS_NULL=0
282
283
284ActionController::MissingTemplate (Missing template account/index.html.erb in view path /home/falcon-/Rails/Portfolio/app/views):
285    /vendor/rails/actionpack/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file'
286    /vendor/rails/actionpack/lib/action_controller/base.rb:1098:in `render_for_file'
287    /vendor/rails/actionpack/lib/action_controller/base.rb:836:in `render_with_no_layout'
288    /vendor/rails/actionpack/lib/action_controller/layout.rb:270:in `render_without_benchmark'
289    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
290    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
291    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
292    /vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
293    /vendor/rails/actionpack/lib/action_controller/base.rb:1159:in `perform_action_without_filters'
294    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
295    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
296    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
297    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
298    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
299    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
300    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
301    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
302    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
303    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
304    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
305    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
306    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
307    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
308    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
309    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
310    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
311    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
312    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
313    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
314    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
315    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
316    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
317    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
318    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
319    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
320    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
321    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
322    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
323    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
324    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
325    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
326    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
327    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
328    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
329    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
330    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
331    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
332    /vendor/rails/railties/lib/commands/server.rb:39
333    script/server:3:in `require'
334    script/server:3
335
336Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
337
338
339Processing AccountController#signup (for 127.0.0.1 at 2008-06-22 17:56:14) [GET]
340  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--3de809853f6748f0163a06034bf99ec37c5e7e30
341  Parameters: {"action"=>"signup", "controller"=>"account"}
342  User Columns (0.001869)   SHOW FIELDS FROM `users`
343  SQL (0.000447)   SELECT count(*) AS count_all FROM `users` 
344
345
346ActionController::MissingTemplate (Missing template account/signup.html.erb in view path /home/falcon-/Rails/Portfolio/app/views):
347    /vendor/rails/actionpack/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file'
348    /vendor/rails/actionpack/lib/action_controller/base.rb:1098:in `render_for_file'
349    /vendor/rails/actionpack/lib/action_controller/base.rb:836:in `render_with_no_layout'
350    /vendor/rails/actionpack/lib/action_controller/layout.rb:270:in `render_without_benchmark'
351    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
352    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
353    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
354    /vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
355    /vendor/rails/actionpack/lib/action_controller/base.rb:1159:in `perform_action_without_filters'
356    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
357    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
358    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
359    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
360    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
361    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
362    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
363    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
364    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
365    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
366    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
367    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
368    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
369    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
370    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
371    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
372    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
373    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
374    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
375    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
376    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
377    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
378    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
379    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
380    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
381    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
382    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
383    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
384    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
385    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
386    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
387    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
388    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
389    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
390    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
391    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
392    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
393    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
394    /vendor/rails/railties/lib/commands/server.rb:39
395    script/server:3:in `require'
396    script/server:3
397
398Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
399
400
401Processing AccountController#signup (for 127.0.0.1 at 2008-06-22 17:57:22) [GET]
402  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--3de809853f6748f0163a06034bf99ec37c5e7e30
403  Parameters: {"action"=>"signup", "controller"=>"account"}
404  User Columns (0.001758)   SHOW FIELDS FROM `users`
405  SQL (0.000243)   SELECT count(*) AS count_all FROM `users` 
406Rendering account/signup
407Completed in 0.01851 (54 reqs/sec) | Rendering: 0.00645 (34%) | DB: 0.00200 (10%) | 200 OK [http://127.0.0.1/account/signup]
408
409
410Processing AccountController#signup (for 127.0.0.1 at 2008-06-22 17:57:42) [POST]
411  Session ID: BAh7BzoMY3NyZl9pZCIlYmZiZWQ1YTNkNjVmYTkwOGVjNGYxYzMwYjNkNzg2%0AZDQiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--d03f23b97d3e0d497c8b6eef13b161dec15880b6
412  Parameters: {"user"=>{"password_confirmation"=>"shadow7", "role"=>"admin", "login"=>"smbarne", "password"=>"shadow7", "email"=>"smbarne@uark.com"}, "commit"=>"Sign up", "authenticity_token"=>"ad38bf028a5097ce3582d5ae8002680c0909dec0", "action"=>"signup", "controller"=>"account"}
413  User Columns (0.001933)   SHOW FIELDS FROM `users`
414  SQL (0.000257)   SELECT count(*) AS count_all FROM `users` 
415  SQL (0.000160)   BEGIN
416  User Load (0.020215)   SELECT * FROM `users` WHERE (LOWER(users.login) = 'smbarne') LIMIT 1
417  User Load (0.001730)   SELECT * FROM `users` WHERE (LOWER(users.email) = 'smbarne@uark.com') LIMIT 1
418  User Create (0.000614)   INSERT INTO `users` (`salt`, `updated_at`, `crypted_password`, `remember_token_expires_at`, `role`, `remember_token`, `login`, `created_at`, `email`) VALUES('5ddbee3fe601e49bfe8181e4798cda5913590d3e', '2008-06-22 17:57:42', '358a51cb23f6e70c3a32f8f1a2628032fbf9ecdb', NULL, 'admin', NULL, 'smbarne', '2008-06-22 17:57:42', 'smbarne@uark.com')
419  SQL (0.002770)   COMMIT
420Redirected to http://127.0.0.1:3000/account
421Completed in 0.04507 (22 reqs/sec) | DB: 0.02768 (61%) | 302 Found [http://127.0.0.1/account/signup]
422
423
424Processing AccountController#index (for 127.0.0.1 at 2008-06-22 17:57:42) [GET]
425  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiViZmJlZDVhM2Q2%0ANWZhOTA4ZWM0ZjFjMzBiM2Q3ODZkNCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG1RoYW5rcyBmb3Ig%0Ac2lnbmluZyB1cCEGOgpAdXNlZHsGOwlU--481adba059eead1387316124c7b199a1c084a33e
426  Parameters: {"action"=>"index", "controller"=>"account"}
427Rendering account/index
428Completed in 0.00816 (122 reqs/sec) | Rendering: 0.00539 (66%) | DB: 0.00000 (0%) | 200 OK [http://127.0.0.1/account]
429
430
431Processing AccountController#index (for 127.0.0.1 at 2008-06-22 17:57:50) [POST]
432  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiViZmJlZDVhM2Q2%0ANWZhOTA4ZWM0ZjFjMzBiM2Q3ODZkNCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--58647300f170934583bf72aa75ff6731b8f20e09
433  Parameters: {"commit"=>"Log in", "authenticity_token"=>"ad38bf028a5097ce3582d5ae8002680c0909dec0", "action"=>"index", "controller"=>"account", "password"=>"shadow7", "login"=>"smbarne"}
434  User Columns (0.001934)   SHOW FIELDS FROM `users`
435  User Load (0.001052)   SELECT * FROM `users` WHERE (`users`.`login` = 'smbarne') LIMIT 1
436Redirected to http://127.0.0.1:3000/main/main
437Completed in 0.01674 (59 reqs/sec) | DB: 0.00299 (17%) | 302 Found [http://127.0.0.1/account]
438
439
440Processing ApplicationController#index (for 127.0.0.1 at 2008-06-22 17:57:50) [GET]
441  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiViZmJlZDVhM2Q2%0ANWZhOTA4ZWM0ZjFjMzBiM2Q3ODZkNCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG0xvZ2dlZCBpbiBz%0AdWNjZXNzZnVsbHkGOgpAdXNlZHsGOwlU--e4d8c571b6b9e750c1381a42b9daf4ae1f0d919a
442  Parameters: {}
443
444
445ActionController::RoutingError (No route matches "/main/main" with {:method=>:get}):
446    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
447    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
448    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
449    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
450    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
451    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
452    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
453    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
454    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
455    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
456    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
457    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
458    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
459    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
460    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
461    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
462    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
463    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
464    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
465    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
466    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
467    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
468    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
469    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
470    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
471    /vendor/rails/railties/lib/commands/server.rb:39
472    script/server:3:in `require'
473    script/server:3
474
475Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
476
477
478Processing ApplicationController#index (for 127.0.0.1 at 2008-06-22 18:01:45) [POST]
479  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiViZmJlZDVhM2Q2%0ANWZhOTA4ZWM0ZjFjMzBiM2Q3ODZkNCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--58647300f170934583bf72aa75ff6731b8f20e09
480  Parameters: {"commit"=>"Log in", "authenticity_token"=>"ad38bf028a5097ce3582d5ae8002680c0909dec0", "action"=>"index", "controller"=>"account", "password"=>"shadow7", "login"=>"smbarne"}
481
482
483SyntaxError (/home/falcon-/Rails/Portfolio/app/controllers/account_controller.rb:17: syntax error, unexpected ':', expecting ')'
484      redirect_back_or_default(: '/'  )
485                                ^
486/home/falcon-/Rails/Portfolio/app/controllers/account_controller.rb:17: syntax error, unexpected ')', expecting kEND):
487    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking'
488    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
489    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
490    /vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
491    /vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
492    /vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
493    /vendor/rails/activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
494    /vendor/rails/activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
495    /vendor/rails/activesupport/lib/active_support/inflector.rb:257:in `constantize'
496    /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
497    /vendor/rails/actionpack/lib/action_controller/routing.rb:1426:in `recognize'
498    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
499    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
500    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
501    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
502    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
503    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
504    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
505    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
506    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
507    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
508    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
509    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
510    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
511    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
512    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
513    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
514    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
515    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
516    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
517    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
518    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
519    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
520    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
521    /vendor/rails/railties/lib/commands/server.rb:39
522    script/server:3:in `require'
523    script/server:3
524
525Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
526
527
528Processing AccountController#index (for 127.0.0.1 at 2008-06-22 18:01:58) [POST]
529  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiViZmJlZDVhM2Q2NWZhOTA4ZWM0ZjFj%0AMzBiM2Q3ODZkNDoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--96190541501e2e71e7f5a5baa658136c30cfcefc
530  Parameters: {"commit"=>"Log in", "authenticity_token"=>"ad38bf028a5097ce3582d5ae8002680c0909dec0", "action"=>"index", "controller"=>"account", "password"=>"shadow7", "login"=>"smbarne"}
531WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
532  SQL (0.000262)   SET NAMES 'utf8'
533  SQL (0.000232)   SET SQL_AUTO_IS_NULL=0
534  User Columns (0.003489)   SHOW FIELDS FROM `users`
535  User Load (0.001194)   SELECT * FROM `users` WHERE (`users`.`login` = 'smbarne') LIMIT 1
536Redirected to http://127.0.0.1:3000/
537Completed in 0.02876 (34 reqs/sec) | DB: 0.00518 (17%) | 302 Found [http://127.0.0.1/account]
538
539
540Processing AccountController#index (for 127.0.0.1 at 2008-06-22 18:04:35) [GET]
541  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiViZmJlZDVhM2Q2NWZhOTA4ZWM0ZjFj%0AMzBiM2Q3ODZkNDoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG0xvZ2dlZCBpbiBz%0AdWNjZXNzZnVsbHkGOgpAdXNlZHsGOwlU--36dad49aa40ccae46dde128155305d75ab103aa6
542  Parameters: {"action"=>"index", "controller"=>"account"}
543Rendering account/index
544Completed in 0.07375 (13 reqs/sec) | Rendering: 0.06822 (92%) | DB: 0.00000 (0%) | 200 OK [http://127.0.0.1/account/]
545
546
547Processing AccountController#index (for 127.0.0.1 at 2008-06-22 18:06:37) [GET]
548  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiViZmJlZDVhM2Q2NWZhOTA4ZWM0ZjFj%0AMzBiM2Q3ODZkNDoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--96190541501e2e71e7f5a5baa658136c30cfcefc
549  Parameters: {"action"=>"index", "controller"=>"account"}
550Rendering account/index
551Completed in 0.01572 (63 reqs/sec) | Rendering: 0.01023 (65%) | DB: 0.00000 (0%) | 200 OK [http://127.0.0.1/account/]
552
553
554Processing AccountController#logout (for 127.0.0.1 at 2008-06-22 18:06:40) [GET]
555  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiViZmJlZDVhM2Q2NWZhOTA4ZWM0ZjFj%0AMzBiM2Q3ODZkNDoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--96190541501e2e71e7f5a5baa658136c30cfcefc
556  Parameters: {"action"=>"logout", "controller"=>"account"}
557  User Columns (0.003041)   SHOW FIELDS FROM `users`
558  User Load (0.037812)   SELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1
559  SQL (0.000263)   BEGIN
560  User Update (0.000745)   UPDATE `users` SET `created_at` = '2008-06-22 17:57:42', `login` = 'smbarne', `crypted_password` = '358a51cb23f6e70c3a32f8f1a2628032fbf9ecdb', `role` = 'admin', `remember_token_expires_at` = NULL, `salt` = '5ddbee3fe601e49bfe8181e4798cda5913590d3e', `remember_token` = NULL, `email` = 'smbarne@uark.com', `updated_at` = '2008-06-22 18:06:40' WHERE `id` = 1
561  SQL (0.006272)   COMMIT
562Cookie set: auth_token=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT
563Redirected to http://127.0.0.1:3000/account
564Completed in 0.07602 (13 reqs/sec) | DB: 0.04813 (63%) | 302 Found [http://127.0.0.1/account/logout]
565
566
567Processing AccountController#index (for 127.0.0.1 at 2008-06-22 18:06:40) [GET]
568  Session ID: BAh7BzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6%0ARmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiHllvdSBoYXZlIGJlZW4gbG9n%0AZ2VkIG91dC4GOgpAdXNlZHsGOwdU--bd2599702fb24d0473500f04034c56b06111af14
569  Parameters: {"action"=>"index", "controller"=>"account"}
570Rendering account/index
571Completed in 0.00946 (105 reqs/sec) | Rendering: 0.00417 (44%) | DB: 0.00000 (0%) | 200 OK [http://127.0.0.1/account]
572
573
574Processing AccountController#index (for 127.0.0.1 at 2008-06-22 18:06:45) [POST]
575  Session ID: BAh7CDoMY3NyZl9pZCIlMzdlMDZkMjY0MTk3ZTJiMGQ0MDc4YThjYTNjMTlk%0AZTY6DnJldHVybl90bzAiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZs%0AYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--5ccde826b926d6325840aa759b3f58d76560b2b0
576  Parameters: {"commit"=>"Log in", "authenticity_token"=>"15ee1c2ee03d7bcc2335f3f4e10edbf71c9d56d8", "action"=>"index", "controller"=>"account", "password"=>"shadow7", "login"=>"smbarne"}
577  User Columns (0.003055)   SHOW FIELDS FROM `users`
578  User Load (0.001779)   SELECT * FROM `users` WHERE (`users`.`login` = 'smbarne') LIMIT 1
579Redirected to http://127.0.0.1:3000/
580Completed in 0.02701 (37 reqs/sec) | DB: 0.00483 (17%) | 302 Found [http://127.0.0.1/account]
581
582
583Processing ApplicationController#index (for 127.0.0.1 at 2008-06-22 18:10:05) [GET]
584  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG0xvZ2dlZCBpbiBz%0AdWNjZXNzZnVsbHkGOgpAdXNlZHsGOwlU--a83cf0cd65fb87b17963d02e9bd8ddb32cbbc971
585  Parameters: {}
586
587
588ActionController::RoutingError (No route matches "/artwork" with {:method=>:get}):
589    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
590    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
591    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
592    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
593    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
594    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
595    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
596    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
597    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
598    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
599    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
600    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
601    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
602    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
603    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
604    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
605    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
606    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
607    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
608    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
609    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
610    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
611    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
612    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
613    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
614    /vendor/rails/railties/lib/commands/server.rb:39
615    script/server:3:in `require'
616    script/server:3
617
618Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
619
620
621Processing ApplicationController#index (for 127.0.0.1 at 2008-06-22 18:10:16) [GET]
622  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--d4abbc2bc37b0a1dd2ad24860338691a857ac957
623  Parameters: {}
624
625
626ActionController::RoutingError (No route matches "/Artwork" with {:method=>:get}):
627    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
628    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
629    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
630    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
631    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
632    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
633    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
634    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
635    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
636    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
637    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
638    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
639    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
640    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
641    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
642    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
643    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
644    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
645    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
646    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
647    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
648    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
649    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
650    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
651    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
652    /vendor/rails/railties/lib/commands/server.rb:39
653    script/server:3:in `require'
654    script/server:3
655
656Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
657
658
659Processing ApplicationController#index (for 127.0.0.1 at 2008-06-22 18:12:06) [GET]
660  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--d4abbc2bc37b0a1dd2ad24860338691a857ac957
661  Parameters: {"action"=>"index", "controller"=>"artwork"}
662
663
664SyntaxError (/home/falcon-/Rails/Portfolio/app/controllers/artwork_controller.rb:156: syntax error, unexpected $end, expecting kEND):
665    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking'
666    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
667    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
668    /vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
669    /vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
670    /vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
671    /vendor/rails/activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
672    /vendor/rails/activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
673    /vendor/rails/activesupport/lib/active_support/inflector.rb:257:in `constantize'
674    /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
675    /vendor/rails/actionpack/lib/action_controller/routing.rb:1426:in `recognize'
676    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
677    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
678    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
679    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
680    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
681    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
682    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
683    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
684    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
685    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
686    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
687    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
688    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
689    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
690    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
691    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
692    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
693    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
694    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
695    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
696    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
697    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
698    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
699    /vendor/rails/railties/lib/commands/server.rb:39
700    script/server:3:in `require'
701    script/server:3
702
703Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
704
705
706Processing ApplicationController#index (for 127.0.0.1 at 2008-06-22 18:14:57) [GET]
707  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
708  Parameters: {"action"=>"index", "controller"=>"artwork"}
709
710
711SyntaxError (/home/falcon-/Rails/Portfolio/app/controllers/artwork_controller.rb:136: syntax error, unexpected $end, expecting kEND):
712    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking'
713    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
714    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
715    /vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
716    /vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
717    /vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
718    /vendor/rails/activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
719    /vendor/rails/activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
720    /vendor/rails/activesupport/lib/active_support/inflector.rb:257:in `constantize'
721    /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
722    /vendor/rails/actionpack/lib/action_controller/routing.rb:1426:in `recognize'
723    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
724    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
725    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
726    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
727    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
728    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
729    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
730    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
731    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
732    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
733    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
734    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
735    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
736    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
737    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
738    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
739    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
740    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
741    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
742    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
743    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
744    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
745    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
746    /vendor/rails/railties/lib/commands/server.rb:39
747    script/server:3:in `require'
748    script/server:3
749
750Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
751
752
753Processing ArtworkController#index (for 127.0.0.1 at 2008-06-22 18:15:45) [GET]
754  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
755  Parameters: {"action"=>"index", "controller"=>"artwork"}
756WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
757  SQL (0.000246)   SET NAMES 'utf8'
758  SQL (0.000208)   SET SQL_AUTO_IS_NULL=0
759Rendering template within layouts/main
760Rendering artwork/index
761Completed in 0.14266 (7 reqs/sec) | Rendering: 0.05376 (37%) | DB: 0.00045 (0%) | 200 OK [http://127.0.0.1/Artwork]
762
763
764Processing ApplicationController#index (for 127.0.0.1 at 2008-06-22 18:15:45) [GET]
765  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
766  Parameters: {}
767
768
769ActionController::RoutingError (No route matches "/stylesheets/MultiUpload.css" with {:method=>:get}):
770    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
771    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
772    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
773    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
774    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
775    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
776    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
777    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
778    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
779    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
780    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
781    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
782    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
783    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
784    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
785    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
786    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
787    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
788    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
789    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
790    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
791    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
792    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
793    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
794    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
795    /vendor/rails/railties/lib/commands/server.rb:39
796    script/server:3:in `require'
797    script/server:3
798
799Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
800
801
802Processing ApplicationController#index (for 127.0.0.1 at 2008-06-22 20:40:48) [GET]
803  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
804  Parameters: {"action"=>"index", "controller"=>"gallery"}
805
806
807SyntaxError (/home/falcon-/Rails/Portfolio/app/controllers/gallery_controller.rb:141: syntax error, unexpected kELSE, expecting ')'
808/home/falcon-/Rails/Portfolio/app/controllers/gallery_controller.rb:143: syntax error, unexpected kEND, expecting ')'
809/home/falcon-/Rails/Portfolio/app/controllers/gallery_controller.rb:155: syntax error, unexpected $end, expecting kEND):
810    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking'
811    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
812    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
813    /vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
814    /vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
815    /vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
816    /vendor/rails/activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
817    /vendor/rails/activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
818    /vendor/rails/activesupport/lib/active_support/inflector.rb:257:in `constantize'
819    /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
820    /vendor/rails/actionpack/lib/action_controller/routing.rb:1426:in `recognize'
821    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
822    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
823    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
824    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
825    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
826    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
827    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
828    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
829    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
830    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
831    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
832    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
833    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
834    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
835    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
836    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
837    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
838    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
839    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
840    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
841    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
842    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
843    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
844    /vendor/rails/railties/lib/commands/server.rb:39
845    script/server:3:in `require'
846    script/server:3
847
848Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
849
850
851Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 20:31:03) [GET]
852  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
853  Parameters: {"action"=>"index", "controller"=>"gallery"}
854
855
856SyntaxError (/home/falcon-/Rails/Portfolio/app/controllers/gallery_controller.rb:141: syntax error, unexpected kELSE, expecting ')'
857/home/falcon-/Rails/Portfolio/app/controllers/gallery_controller.rb:143: syntax error, unexpected kEND, expecting ')'
858/home/falcon-/Rails/Portfolio/app/controllers/gallery_controller.rb:155: syntax error, unexpected $end, expecting kEND):
859    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking'
860    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
861    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
862    /vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
863    /vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
864    /vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
865    /vendor/rails/activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
866    /vendor/rails/activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
867    /vendor/rails/activesupport/lib/active_support/inflector.rb:257:in `constantize'
868    /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
869    /vendor/rails/actionpack/lib/action_controller/routing.rb:1426:in `recognize'
870    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
871    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
872    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
873    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
874    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
875    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
876    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
877    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
878    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
879    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
880    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
881    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
882    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
883    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
884    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
885    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
886    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
887    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
888    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
889    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
890    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
891    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
892    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
893    /vendor/rails/railties/lib/commands/server.rb:39
894    script/server:3:in `require'
895    script/server:3
896
897Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
898
899
900Processing GalleryController#index (for 127.0.0.1 at 2008-06-24 20:31:24) [GET]
901  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
902  Parameters: {"action"=>"index", "controller"=>"gallery"}
903WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
904  SQL (0.023853)   SET NAMES 'utf8'
905  SQL (0.009994)   SET SQL_AUTO_IS_NULL=0
906Rendering template within layouts/main
907
908
909ActionController::MissingTemplate (Missing template gallery/index.html.erb in view path /home/falcon-/Rails/Portfolio/app/views):
910    /vendor/rails/actionpack/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file'
911    /vendor/rails/actionpack/lib/action_controller/base.rb:1098:in `render_for_file'
912    /vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
913    /vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
914    /vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
915    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
916    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
917    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
918    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
919    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
920    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
921    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
922    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
923    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
924    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
925    /app/controllers/gallery_controller.rb:6:in `index'
926    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
927    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
928    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
929    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
930    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
931    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
932    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
933    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
934    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
935    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
936    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
937    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
938    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
939    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
940    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
941    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
942    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
943    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
944    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
945    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
946    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
947    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
948    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
949    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
950    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
951    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
952    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
953    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
954    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
955    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
956    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
957    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
958    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
959    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
960    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
961    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
962    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
963    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
964    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
965    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
966    /vendor/rails/railties/lib/commands/server.rb:39
967    script/server:3:in `require'
968    script/server:3
969
970Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
971
972
973Processing GalleryController#index (for 127.0.0.1 at 2008-06-24 20:31:32) [GET]
974  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
975  Parameters: {"action"=>"index", "controller"=>"gallery"}
976Rendering template within layouts/main
977
978
979ActionController::MissingTemplate (Missing template gallery/index.html.erb in view path /home/falcon-/Rails/Portfolio/app/views):
980    /vendor/rails/actionpack/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file'
981    /vendor/rails/actionpack/lib/action_controller/base.rb:1098:in `render_for_file'
982    /vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
983    /vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
984    /vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
985    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
986    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
987    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
988    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
989    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
990    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
991    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
992    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
993    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
994    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
995    /app/controllers/gallery_controller.rb:6:in `index'
996    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
997    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
998    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
999    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1000    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1001    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1002    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1003    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1004    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1005    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1006    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1007    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1008    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1009    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1010    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1011    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1012    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1013    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1014    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1015    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1016    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1017    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1018    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1019    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1020    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1021    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1022    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1023    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1024    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1025    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1026    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1027    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1028    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1029    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1030    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
1031    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1032    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1033    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1034    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1035    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1036    /vendor/rails/railties/lib/commands/server.rb:39
1037    script/server:3:in `require'
1038    script/server:3
1039
1040Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1041
1042
1043Processing ArtworkController#index (for 127.0.0.1 at 2008-06-24 20:31:45) [GET]
1044  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1045  Parameters: {"action"=>"index", "controller"=>"artwork"}
1046  SQL (0.067686)   SHOW TABLES
1047
1048
1049NoMethodError (undefined method `galleries' for Artwork(Table doesn't exist):Class):
1050    /vendor/rails/activerecord/lib/active_record/base.rb:1532:in `method_missing'
1051    /app/controllers/artwork_controller.rb:6:in `index'
1052    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
1053    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
1054    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
1055    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1056    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1057    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1058    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1059    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1060    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1061    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1062    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1063    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1064    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1065    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1066    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1067    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1068    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1069    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1070    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1071    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1072    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1073    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1074    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1075    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1076    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1077    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1078    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1079    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1080    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1081    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1082    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1083    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1084    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1085    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1086    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
1087    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1088    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1089    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1090    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1091    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1092    /vendor/rails/railties/lib/commands/server.rb:39
1093    script/server:3:in `require'
1094    script/server:3
1095
1096Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1097
1098
1099Processing ArtworkController#index (for 127.0.0.1 at 2008-06-24 20:32:29) [GET]
1100  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1101  Parameters: {"action"=>"index", "controller"=>"artwork"}
1102  SQL (0.000791)   SHOW TABLES
1103
1104
1105NoMethodError (undefined method `galleries' for Artwork(Table doesn't exist):Class):
1106    /vendor/rails/activerecord/lib/active_record/base.rb:1532:in `method_missing'
1107    /app/controllers/artwork_controller.rb:6:in `index'
1108    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
1109    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
1110    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
1111    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1112    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1113    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1114    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1115    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1116    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1117    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1118    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1119    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1120    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1121    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1122    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1123    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1124    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1125    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1126    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1127    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1128    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1129    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1130    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1131    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1132    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1133    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1134    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1135    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1136    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1137    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1138    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1139    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1140    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1141    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1142    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
1143    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1144    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1145    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1146    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1147    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1148    /vendor/rails/railties/lib/commands/server.rb:39
1149    script/server:3:in `require'
1150    script/server:3
1151
1152Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1153
1154
1155Processing ArtworkController#index (for 127.0.0.1 at 2008-06-24 20:32:52) [GET]
1156  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1157  Parameters: {"action"=>"index", "controller"=>"artwork"}
1158  SQL (0.000608)   SHOW TABLES
1159
1160
1161NoMethodError (undefined method `Galleries' for Artwork(Table doesn't exist):Class):
1162    /vendor/rails/activerecord/lib/active_record/base.rb:1532:in `method_missing'
1163    /app/controllers/artwork_controller.rb:6:in `index'
1164    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
1165    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
1166    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
1167    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1168    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1169    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1170    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1171    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1172    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1173    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1174    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1175    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1176    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1177    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1178    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1179    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1180    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1181    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1182    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1183    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1184    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1185    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1186    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1187    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1188    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1189    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1190    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1191    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1192    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1193    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1194    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1195    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1196    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1197    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1198    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
1199    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1200    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1201    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1202    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1203    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1204    /vendor/rails/railties/lib/commands/server.rb:39
1205    script/server:3:in `require'
1206    script/server:3
1207
1208Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1209WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
1210  SQL (0.000152)   SET NAMES 'utf8'
1211  SQL (0.000120)   SET SQL_AUTO_IS_NULL=0
1212  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
1213  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
1214  SQL (0.020067)   SELECT version FROM schema_info
1215  SQL (0.000227)   SELECT version FROM schema_info
1216  SQL (0.000198)   SELECT version FROM schema_info
1217  SQL (0.000206)   SELECT version FROM schema_info
1218  SQL (0.000197)   SELECT version FROM schema_info
1219  SQL (0.000194)   SELECT version FROM schema_info
1220  SQL (0.000357)   SELECT * FROM schema_info
1221  SQL (0.000464)   SHOW TABLES
1222  SQL (0.001057)   SHOW FIELDS FROM `artwork`
1223  SQL (0.000952)   describe `artwork`
1224  SQL (0.023031)   SHOW KEYS FROM `artwork`
1225  SQL (0.001038)   SHOW FIELDS FROM `engineering`
1226  SQL (0.000942)   describe `engineering`
1227  SQL (0.000982)   SHOW KEYS FROM `engineering`
1228  SQL (0.001186)   SHOW FIELDS FROM `galleries`
1229  SQL (0.001139)   describe `galleries`
1230  SQL (0.000981)   SHOW KEYS FROM `galleries`
1231  SQL (0.001156)   SHOW FIELDS FROM `gallery_files`
1232  SQL (0.001147)   describe `gallery_files`
1233  SQL (0.000964)   SHOW KEYS FROM `gallery_files`
1234  SQL (0.001136)   SHOW FIELDS FROM `gallery_medias`
1235  SQL (0.001151)   describe `gallery_medias`
1236  SQL (0.000966)   SHOW KEYS FROM `gallery_medias`
1237  SQL (0.001374)   SHOW FIELDS FROM `users`
1238  SQL (0.001620)   describe `users`
1239  SQL (0.001097)   SHOW KEYS FROM `users`
1240
1241
1242Processing ArtworkController#index (for 127.0.0.1 at 2008-06-24 20:34:46) [GET]
1243  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1244  Parameters: {"action"=>"index", "controller"=>"artwork"}
1245  SQL (0.000625)   SHOW TABLES
1246
1247
1248NoMethodError (undefined method `galleries' for Artwork(Table doesn't exist):Class):
1249    /vendor/rails/activerecord/lib/active_record/base.rb:1532:in `method_missing'
1250    /app/controllers/artwork_controller.rb:6:in `index'
1251    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
1252    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
1253    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
1254    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1255    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1256    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1257    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1258    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1259    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1260    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1261    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1262    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1263    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1264    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1265    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1266    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1267    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1268    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1269    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1270    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1271    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1272    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1273    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1274    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1275    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1276    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1277    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1278    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1279    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1280    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1281    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1282    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1283    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1284    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1285    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
1286    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1287    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1288    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1289    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1290    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1291    /vendor/rails/railties/lib/commands/server.rb:39
1292    script/server:3:in `require'
1293    script/server:3
1294
1295Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1296
1297
1298Processing ArtworkController#index (for 127.0.0.1 at 2008-06-24 20:35:03) [GET]
1299  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1300  Parameters: {"action"=>"index", "controller"=>"artwork"}
1301Rendering template within layouts/main
1302Rendering artwork/index
1303Completed in 0.25040 (3 reqs/sec) | Rendering: 0.24722 (98%) | DB: 0.06971 (27%) | 200 OK [http://127.0.0.1/Artwork/]
1304
1305
1306Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 20:35:04) [GET]
1307  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1308  Parameters: {}
1309
1310
1311ActionController::RoutingError (No route matches "/stylesheets/MultiUpload.css" with {:method=>:get}):
1312    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
1313    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
1314    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
1315    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1316    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1317    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1318    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1319    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1320    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1321    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1322    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1323    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1324    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1325    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1326    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1327    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1328    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1329    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1330    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1331    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
1332    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1333    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1334    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1335    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1336    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1337    /vendor/rails/railties/lib/commands/server.rb:39
1338    script/server:3:in `require'
1339    script/server:3
1340
1341Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
1342
1343
1344Processing GalleryController#new (for 127.0.0.1 at 2008-06-24 20:38:22) [GET]
1345  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1346  Parameters: {"action"=>"new", "controller"=>"gallery"}
1347
1348
1349SyntaxError (/home/falcon-/Rails/Portfolio/app/models/gallery.rb:2: syntax error, unexpected ':', expecting kEND
1350        has_many: :gallery_files
1351                 ^):
1352    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking'
1353    /vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
1354    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1355    /vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
1356    /vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
1357    /vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
1358    /vendor/rails/activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
1359    /vendor/rails/activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
1360    /vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant'
1361    /vendor/rails/activesupport/lib/active_support/dependencies.rb:469:in `const_missing'
1362    /app/controllers/gallery_controller.rb:14:in `new'
1363    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
1364    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
1365    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
1366    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1367    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1368    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1369    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1370    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1371    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1372    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1373    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1374    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1375    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1376    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1377    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1378    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1379    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1380    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1381    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1382    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1383    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1384    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1385    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1386    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1387    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1388    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1389    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1390    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1391    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1392    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1393    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1394    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1395    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1396    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1397    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
1398    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1399    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1400    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1401    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1402    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1403    /vendor/rails/railties/lib/commands/server.rb:39
1404    script/server:3:in `require'
1405    script/server:3
1406
1407Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1408
1409
1410Processing GalleryController#new (for 127.0.0.1 at 2008-06-24 20:38:54) [GET]
1411  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1412  Parameters: {"action"=>"new", "controller"=>"gallery"}
1413  Gallery Columns (0.001641)   SHOW FIELDS FROM `galleries`
1414Rendering template within layouts/main
1415Rendering gallery/new
1416
1417
1418ActionView::TemplateError (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id) on line #5 of gallery/new.html.erb:
14192:
14203:      <%= error_messages_for :setup %>
14214:
14225:      <% form_for(@setup, { :action => 'do_file_upload' }, :html => {:multipart => true}) do |f| %>
14236:        <p>
14247:          <b>Title</b><br />
14258:          <%= f.text_field :sName, :class=>"textbox" %>
1426
1427    vendor/rails/actionpack/lib/action_controller/record_identifier.rb:66:in `dom_id'
1428    vendor/rails/actionpack/lib/action_view/helpers/record_identification_helper.rb:16:in `dom_id'
1429    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:195:in `apply_form_for_options!'
1430    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:179:in `form_for'
1431    app/views/gallery/new.html.erb:5:in `_run_erb_47app47views47gallery47new46html46erb'
1432    vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
1433    vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
1434    vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
1435    vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
1436    vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
1437    vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
1438    vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
1439    vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
1440    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1441    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1442    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1443    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
1444    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
1445    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
1446    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
1447    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
1448    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
1449    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
1450    app/controllers/gallery_controller.rb:16:in `new'
1451    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
1452    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
1453    vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
1454    vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1455    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1456    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1457    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1458    vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1459    vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1460    vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1461    vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1462    vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1463    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1464    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1465    vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1466    vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1467    vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1468    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1469    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1470    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1471    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1472    vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1473    vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1474    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1475    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1476    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1477    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1478    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1479    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1480    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1481    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1482    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1483    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1484    vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1485    vendor/rails/railties/lib/commands/servers/webrick.rb:66
1486    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1487    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1488    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1489    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1490    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1491    vendor/rails/railties/lib/commands/server.rb:39
1492    script/server:3:in `require'
1493    script/server:3
1494
1495Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1496
1497
1498Processing GalleryController#new (for 127.0.0.1 at 2008-06-24 20:47:01) [GET]
1499  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1500  Parameters: {"action"=>"new", "controller"=>"gallery"}
1501  Gallery Columns (0.001564)   SHOW FIELDS FROM `galleries`
1502Rendering template within layouts/main
1503Rendering gallery/new
1504
1505
1506ActionView::TemplateError (undefined method `galleries_path' for #<ActionView::Base:0xb7220f30>) on line #5 of gallery/new.html.erb:
15072:
15083:      <%= error_messages_for :setup %>
15094:
15105:      <% form_for(@gallery, { :action => 'do_file_upload' }, :html => {:multipart => true}) do |f| %>
15116:        <p>
15127:          <b>Title</b><br />
15138:          <%= f.text_field :sTitle, :class=>"textbox" %>
1514
1515    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `send!'
1516    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `polymorphic_url'
1517    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:31:in `polymorphic_path'
1518    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:200:in `apply_form_for_options!'
1519    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:179:in `form_for'
1520    app/views/gallery/new.html.erb:5:in `_run_erb_47app47views47gallery47new46html46erb'
1521    vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
1522    vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
1523    vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
1524    vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
1525    vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
1526    vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
1527    vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
1528    vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
1529    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1530    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1531    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1532    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
1533    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
1534    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
1535    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
1536    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
1537    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
1538    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
1539    app/controllers/gallery_controller.rb:16:in `new'
1540    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
1541    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
1542    vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
1543    vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1544    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1545    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1546    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1547    vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1548    vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1549    vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1550    vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1551    vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1552    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1553    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1554    vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1555    vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1556    vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1557    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1558    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1559    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1560    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1561    vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1562    vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1563    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1564    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1565    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1566    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1567    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1568    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1569    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1570    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1571    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1572    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1573    vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1574    vendor/rails/railties/lib/commands/servers/webrick.rb:66
1575    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1576    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1577    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1578    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1579    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1580    vendor/rails/railties/lib/commands/server.rb:39
1581    script/server:3:in `require'
1582    script/server:3
1583
1584Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1585
1586
1587Processing GalleryController#new (for 127.0.0.1 at 2008-06-24 20:47:31) [GET]
1588  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1589  Parameters: {"action"=>"new", "controller"=>"gallery"}
1590  Gallery Columns (0.001483)   SHOW FIELDS FROM `galleries`
1591Rendering template within layouts/main
1592Rendering gallery/new
1593
1594
1595ActionView::TemplateError (undefined method `galleries_path' for #<ActionView::Base:0xb7346acc>) on line #5 of gallery/new.html.erb:
15962:
15973:      <%= error_messages_for :gallery %>
15984:
15995:      <% form_for(@gallery, { :action => 'do_file_upload' }, :html => {:multipart => true}) do |f| %>
16006:        <p>
16017:          <b>Title</b><br />
16028:          <%= f.text_field :sTitle, :class=>"textbox" %>
1603
1604    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `send!'
1605    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `polymorphic_url'
1606    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:31:in `polymorphic_path'
1607    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:200:in `apply_form_for_options!'
1608    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:179:in `form_for'
1609    app/views/gallery/new.html.erb:5:in `_run_erb_47app47views47gallery47new46html46erb'
1610    vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
1611    vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
1612    vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
1613    vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
1614    vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
1615    vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
1616    vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
1617    vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
1618    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1619    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1620    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1621    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
1622    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
1623    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
1624    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
1625    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
1626    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
1627    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
1628    app/controllers/gallery_controller.rb:16:in `new'
1629    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
1630    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
1631    vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
1632    vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1633    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1634    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1635    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1636    vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1637    vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1638    vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1639    vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1640    vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1641    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1642    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1643    vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1644    vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1645    vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1646    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1647    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1648    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1649    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1650    vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1651    vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1652    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1653    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1654    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1655    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1656    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1657    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1658    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1659    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1660    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1661    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1662    vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1663    vendor/rails/railties/lib/commands/servers/webrick.rb:66
1664    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1665    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1666    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1667    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1668    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1669    vendor/rails/railties/lib/commands/server.rb:39
1670    script/server:3:in `require'
1671    script/server:3
1672
1673Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1674
1675
1676Processing GalleryController#new (for 127.0.0.1 at 2008-06-24 20:50:11) [GET]
1677  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1678  Parameters: {"action"=>"new", "controller"=>"gallery"}
1679  Gallery Columns (0.001470)   SHOW FIELDS FROM `galleries`
1680Rendering template within layouts/main
1681Rendering gallery/new
1682
1683
1684ActionView::TemplateError (undefined method `galleries_path' for #<ActionView::Base:0xb743ae60>) on line #5 of gallery/new.html.erb:
16852:
16863:      <%= error_messages_for :gallery %>
16874:
16885:      <% form_for(@gallery, { :action => 'do_file_upload' }, :html => {:multipart => true}) do |f| %>
16896:        <p>
16907:          <b>Title</b><br />
16918:          <%= f.text_field :sTitle, :class=>"textbox" %>
1692
1693    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `send!'
1694    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `polymorphic_url'
1695    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:31:in `polymorphic_path'
1696    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:200:in `apply_form_for_options!'
1697    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:179:in `form_for'
1698    app/views/gallery/new.html.erb:5:in `_run_erb_47app47views47gallery47new46html46erb'
1699    vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
1700    vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
1701    vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
1702    vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
1703    vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
1704    vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
1705    vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
1706    vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
1707    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1708    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1709    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1710    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
1711    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
1712    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
1713    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
1714    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
1715    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
1716    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
1717    app/controllers/gallery_controller.rb:16:in `new'
1718    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
1719    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
1720    vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
1721    vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1722    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1723    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1724    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1725    vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1726    vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1727    vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1728    vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1729    vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1730    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1731    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1732    vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1733    vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1734    vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1735    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1736    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1737    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1738    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1739    vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1740    vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1741    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1742    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1743    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1744    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1745    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1746    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1747    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1748    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1749    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1750    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1751    vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1752    vendor/rails/railties/lib/commands/servers/webrick.rb:66
1753    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1754    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1755    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1756    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1757    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1758    vendor/rails/railties/lib/commands/server.rb:39
1759    script/server:3:in `require'
1760    script/server:3
1761
1762Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1763
1764
1765Processing GalleryController#new (for 127.0.0.1 at 2008-06-24 20:56:23) [GET]
1766  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1767  Parameters: {"action"=>"new", "controller"=>"gallery"}
1768WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
1769  SQL (0.000148)   SET NAMES 'utf8'
1770  SQL (0.000124)   SET SQL_AUTO_IS_NULL=0
1771  Gallery Columns (0.001551)   SHOW FIELDS FROM `galleries`
1772Rendering template within layouts/main
1773
1774
1775ActionController::MissingTemplate (Missing template gallery/new.html.erb in view path /home/falcon-/Rails/Portfolio/app/views):
1776    /vendor/rails/actionpack/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file'
1777    /vendor/rails/actionpack/lib/action_controller/base.rb:1098:in `render_for_file'
1778    /vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
1779    /vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
1780    /vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
1781    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1782    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1783    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1784    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
1785    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
1786    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
1787    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
1788    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
1789    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
1790    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
1791    /app/controllers/gallery_controller.rb:16:in `new'
1792    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
1793    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
1794    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
1795    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1796    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1797    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1798    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1799    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1800    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1801    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1802    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1803    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1804    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1805    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1806    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1807    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1808    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1809    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1810    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1811    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1812    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1813    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1814    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1815    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1816    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1817    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1818    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1819    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1820    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1821    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1822    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1823    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1824    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1825    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1826    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
1827    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1828    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1829    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1830    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1831    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1832    /vendor/rails/railties/lib/commands/server.rb:39
1833    script/server:3:in `require'
1834    script/server:3
1835
1836Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1837
1838
1839Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 20:56:34) [GET]
1840  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1841  Parameters: {}
1842
1843
1844ActionController::RoutingError (No route matches "/Galleries/new" with {:method=>:get}):
1845    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
1846    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
1847    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
1848    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1849    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1850    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1851    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1852    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1853    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1854    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1855    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1856    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1857    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1858    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1859    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1860    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1861    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1862    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1863    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1864    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
1865    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1866    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1867    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1868    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1869    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1870    /vendor/rails/railties/lib/commands/server.rb:39
1871    script/server:3:in `require'
1872    script/server:3
1873
1874Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
1875
1876
1877Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 20:57:34) [GET]
1878  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1879  Parameters: {}
1880
1881
1882ActionController::RoutingError (No route matches "/Galleries/new" with {:method=>:get}):
1883    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
1884    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
1885    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
1886    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1887    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1888    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1889    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1890    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1891    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1892    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1893    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1894    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1895    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1896    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1897    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1898    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1899    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1900    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1901    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1902    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
1903    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1904    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1905    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1906    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1907    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1908    /vendor/rails/railties/lib/commands/server.rb:39
1909    script/server:3:in `require'
1910    script/server:3
1911
1912Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
1913
1914
1915Processing GalleryController#index (for 127.0.0.1 at 2008-06-24 20:58:27) [GET]
1916  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1917  Parameters: {"action"=>"index", "controller"=>"gallery"}
1918Rendering template within layouts/main
1919
1920
1921ActionController::MissingTemplate (Missing template gallery/index.html.erb in view path /home/falcon-/Rails/Portfolio/app/views):
1922    /vendor/rails/actionpack/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file'
1923    /vendor/rails/actionpack/lib/action_controller/base.rb:1098:in `render_for_file'
1924    /vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
1925    /vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
1926    /vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
1927    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1928    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1929    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1930    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
1931    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
1932    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
1933    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
1934    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
1935    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
1936    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
1937    /app/controllers/gallery_controller.rb:6:in `index'
1938    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
1939    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
1940    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
1941    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
1942    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1943    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
1944    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
1945    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
1946    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
1947    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
1948    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
1949    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
1950    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
1951    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
1952    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
1953    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
1954    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
1955    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
1956    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
1957    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
1958    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
1959    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
1960    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
1961    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
1962    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
1963    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
1964    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
1965    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
1966    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
1967    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
1968    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
1969    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
1970    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
1971    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
1972    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
1973    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
1974    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
1975    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1976    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
1977    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
1978    /vendor/rails/railties/lib/commands/server.rb:39
1979    script/server:3:in `require'
1980    script/server:3
1981
1982Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
1983
1984
1985Processing GalleryController#new (for 127.0.0.1 at 2008-06-24 20:58:33) [GET]
1986  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
1987  Parameters: {"action"=>"new", "controller"=>"gallery"}
1988  Gallery Columns (0.001611)   SHOW FIELDS FROM `galleries`
1989Rendering template within layouts/main
1990
1991
1992ActionController::MissingTemplate (Missing template gallery/new.html.erb in view path /home/falcon-/Rails/Portfolio/app/views):
1993    /vendor/rails/actionpack/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file'
1994    /vendor/rails/actionpack/lib/action_controller/base.rb:1098:in `render_for_file'
1995    /vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
1996    /vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
1997    /vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
1998    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
1999    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2000    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
2001    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
2002    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
2003    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
2004    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
2005    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
2006    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
2007    /vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
2008    /app/controllers/gallery_controller.rb:16:in `new'
2009    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
2010    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
2011    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
2012    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
2013    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2014    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2015    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2016    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
2017    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
2018    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
2019    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
2020    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
2021    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
2022    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
2023    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
2024    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
2025    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
2026    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
2027    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2028    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2029    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2030    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2031    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2032    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2033    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2034    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2035    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2036    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2037    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2038    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2039    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2040    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2041    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2042    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2043    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
2044    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2045    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2046    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2047    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2048    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2049    /vendor/rails/railties/lib/commands/server.rb:39
2050    script/server:3:in `require'
2051    script/server:3
2052
2053Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
2054
2055
2056Processing GalleryController#new (for 127.0.0.1 at 2008-06-24 20:58:53) [GET]
2057  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
2058  Parameters: {"action"=>"new", "controller"=>"gallery"}
2059  Gallery Columns (0.001468)   SHOW FIELDS FROM `galleries`
2060Rendering template within layouts/main
2061Rendering gallery/new
2062
2063
2064ActionView::TemplateError (undefined method `galleries_path' for #<ActionView::Base:0xb747603c>) on line #5 of gallery/new.html.erb:
20652:
20663:      <%= error_messages_for :gallery %>
20674:
20685:      <% form_for(@gallery, { :action => 'do_file_upload' }, :html => {:multipart => true}) do |f| %>
20696:        <p>
20707:          <b>Title</b><br />
20718:          <%= f.text_field :sTitle, :class=>"textbox" %>
2072
2073    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `send!'
2074    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `polymorphic_url'
2075    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:31:in `polymorphic_path'
2076    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:200:in `apply_form_for_options!'
2077    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:179:in `form_for'
2078    app/views/gallery/new.html.erb:5:in `_run_erb_47app47views47gallery47new46html46erb'
2079    vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
2080    vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
2081    vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
2082    vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
2083    vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
2084    vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
2085    vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
2086    vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
2087    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
2088    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2089    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
2090    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
2091    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
2092    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
2093    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
2094    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
2095    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
2096    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
2097    app/controllers/gallery_controller.rb:16:in `new'
2098    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
2099    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
2100    vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
2101    vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
2102    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2103    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2104    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2105    vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
2106    vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
2107    vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
2108    vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
2109    vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
2110    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
2111    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
2112    vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
2113    vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
2114    vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
2115    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
2116    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2117    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2118    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2119    vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2120    vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2121    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2122    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2123    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2124    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2125    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2126    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2127    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2128    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2129    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2130    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2131    vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2132    vendor/rails/railties/lib/commands/servers/webrick.rb:66
2133    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2134    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2135    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2136    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2137    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2138    vendor/rails/railties/lib/commands/server.rb:39
2139    script/server:3:in `require'
2140    script/server:3
2141
2142Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
2143
2144
2145Processing ApplicationController#new (for 127.0.0.1 at 2008-06-24 21:01:24) [GET]
2146  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
2147  Parameters: {"action"=>"new", "controller"=>"gallery"}
2148
2149
2150LoadError (Expected /home/falcon-/Rails/Portfolio/app/controllers/gallery_controller.rb to define GalleryController):
2151    /vendor/rails/activesupport/lib/active_support/dependencies.rb:249:in `load_missing_constant'
2152    /vendor/rails/activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
2153    /vendor/rails/activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
2154    /vendor/rails/activesupport/lib/active_support/inflector.rb:257:in `constantize'
2155    /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
2156    /vendor/rails/actionpack/lib/action_controller/routing.rb:1426:in `recognize'
2157    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
2158    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2159    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2160    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2161    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2162    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2163    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2164    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2165    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2166    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2167    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2168    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2169    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2170    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2171    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2172    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2173    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2174    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
2175    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2176    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2177    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2178    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2179    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2180    /vendor/rails/railties/lib/commands/server.rb:39
2181    script/server:3:in `require'
2182    script/server:3
2183
2184Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
2185
2186
2187Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 21:01:33) [GET]
2188  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
2189  Parameters: {}
2190
2191
2192ActionController::RoutingError (No route matches "/Galleries/new" with {:method=>:get}):
2193    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
2194    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
2195    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
2196    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2197    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2198    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2199    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2200    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2201    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2202    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2203    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2204    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2205    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2206    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2207    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2208    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2209    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2210    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2211    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2212    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
2213    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2214    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2215    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2216    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2217    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2218    /vendor/rails/railties/lib/commands/server.rb:39
2219    script/server:3:in `require'
2220    script/server:3
2221
2222Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
2223
2224
2225Processing ApplicationController#new (for 127.0.0.1 at 2008-06-24 21:02:16) [GET]
2226  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
2227  Parameters: {"action"=>"new", "controller"=>"gallery"}
2228
2229
2230NameError (uninitialized constant GalleryController):
2231    /vendor/rails/activesupport/lib/active_support/dependencies.rb:266:in `load_missing_constant'
2232    /vendor/rails/activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
2233    /vendor/rails/activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
2234    /vendor/rails/activesupport/lib/active_support/inflector.rb:257:in `constantize'
2235    /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
2236    /vendor/rails/actionpack/lib/action_controller/routing.rb:1426:in `recognize'
2237    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
2238    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2239    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2240    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2241    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2242    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2243    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2244    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2245    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2246    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2247    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2248    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2249    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2250    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2251    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2252    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2253    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2254    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
2255    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2256    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2257    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2258    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2259    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2260    /vendor/rails/railties/lib/commands/server.rb:39
2261    script/server:3:in `require'
2262    script/server:3
2263
2264Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
2265
2266
2267Processing GalleriesController#new (for 127.0.0.1 at 2008-06-24 21:02:36) [GET]
2268  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
2269  Parameters: {"action"=>"new", "controller"=>"galleries"}
2270WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
2271  SQL (0.000145)   SET NAMES 'utf8'
2272  SQL (0.000122)   SET SQL_AUTO_IS_NULL=0
2273  Gallery Columns (0.001559)   SHOW FIELDS FROM `galleries`
2274Rendering template within layouts/main
2275Rendering galleries/new
2276
2277
2278ActionView::TemplateError (undefined method `galleries_path' for #<ActionView::Base:0xb7343da4>) on line #5 of galleries/new.html.erb:
22792:
22803:      <%= error_messages_for :gallery %>
22814:
22825:      <% form_for(@gallery, { :action => 'do_file_upload' }, :html => {:multipart => true}) do |f| %>
22836:        <p>
22847:          <b>Title</b><br />
22858:          <%= f.text_field :sTitle, :class=>"textbox" %>
2286
2287    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `send!'
2288    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `polymorphic_url'
2289    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:31:in `polymorphic_path'
2290    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:200:in `apply_form_for_options!'
2291    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:179:in `form_for'
2292    app/views/galleries/new.html.erb:5:in `_run_erb_47app47views47galleries47new46html46erb'
2293    vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
2294    vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
2295    vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
2296    vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
2297    vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
2298    vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
2299    vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
2300    vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
2301    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
2302    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2303    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
2304    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
2305    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
2306    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
2307    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
2308    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
2309    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
2310    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
2311    app/controllers/galleries_controller.rb:15:in `new'
2312    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
2313    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
2314    vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
2315    vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
2316    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2317    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2318    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2319    vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
2320    vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
2321    vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
2322    vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
2323    vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
2324    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
2325    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
2326    vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
2327    vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
2328    vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
2329    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
2330    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2331    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2332    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2333    vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2334    vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2335    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2336    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2337    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2338    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2339    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2340    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2341    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2342    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2343    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2344    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2345    vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2346    vendor/rails/railties/lib/commands/servers/webrick.rb:66
2347    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2348    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2349    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2350    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2351    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2352    vendor/rails/railties/lib/commands/server.rb:39
2353    script/server:3:in `require'
2354    script/server:3
2355
2356Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
2357
2358
2359Processing GalleryController#index (for 127.0.0.1 at 2008-06-24 21:04:04) [GET]
2360  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
2361  Parameters: {"action"=>"index", "controller"=>"gallery"}
2362WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
2363  SQL (0.000148)   SET NAMES 'utf8'
2364  SQL (0.000122)   SET SQL_AUTO_IS_NULL=0
2365Rendering template within layouts/main
2366Rendering gallery/index
2367
2368
2369ActionView::TemplateError (You have a nil object when you didn't expect it!
2370You might have expected an instance of Array.
2371The error occurred while evaluating nil.each) on line #7 of gallery/index.html.erb:
23724:   <tr>
23735:   </tr>
23746:
23757: <% for gallery in @galleries %>
23768:   <tr>
23779:     <td><%= link_to 'Show', gallery %></td>
237810:     <td><%= link_to 'Edit', edit_gallery_path(gallery) %></td>
2379
2380    app/views/gallery/index.html.erb:7:in `_run_erb_47app47views47gallery47index46html46erb'
2381    vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
2382    vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
2383    vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
2384    vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
2385    vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
2386    vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
2387    vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
2388    vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
2389    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
2390    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2391    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
2392    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
2393    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
2394    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
2395    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
2396    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
2397    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
2398    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
2399    app/controllers/gallery_controller.rb:6:in `index'
2400    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
2401    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
2402    vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
2403    vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
2404    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2405    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2406    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2407    vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
2408    vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
2409    vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
2410    vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
2411    vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
2412    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
2413    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
2414    vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
2415    vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
2416    vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
2417    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
2418    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2419    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2420    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2421    vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2422    vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2423    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2424    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2425    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2426    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2427    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2428    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2429    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2430    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2431    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2432    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2433    vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2434    vendor/rails/railties/lib/commands/servers/webrick.rb:66
2435    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2436    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2437    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2438    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2439    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2440    vendor/rails/railties/lib/commands/server.rb:39
2441    script/server:3:in `require'
2442    script/server:3
2443
2444Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
2445
2446
2447Processing GalleryController#index (for 127.0.0.1 at 2008-06-24 21:05:16) [GET]
2448  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
2449  Parameters: {"action"=>"index", "controller"=>"gallery"}
2450  Gallery Load (0.000826)   SELECT * FROM `galleries` 
2451Rendering template within layouts/main
2452Rendering gallery/index
2453
2454
2455ActionView::TemplateError (undefined local variable or method `new_gallery_path' for #<ActionView::Base:0xb79fdba4>) on line #18 of gallery/index.html.erb:
245615:
245716: <br />
245817:
245918: <%= link_to 'New gallery', new_gallery_path %>
2460
2461    app/views/gallery/index.html.erb:18:in `_run_erb_47app47views47gallery47index46html46erb'
2462    vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
2463    vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
2464    vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
2465    vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
2466    vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
2467    vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
2468    vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
2469    vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
2470    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
2471    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2472    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
2473    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
2474    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
2475    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
2476    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
2477    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
2478    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
2479    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
2480    app/controllers/gallery_controller.rb:8:in `index'
2481    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
2482    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
2483    vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
2484    vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
2485    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2486    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2487    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2488    vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
2489    vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
2490    vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
2491    vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
2492    vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
2493    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
2494    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
2495    vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
2496    vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
2497    vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
2498    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
2499    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2500    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2501    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2502    vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2503    vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2504    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2505    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2506    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2507    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2508    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2509    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2510    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2511    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2512    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2513    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2514    vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2515    vendor/rails/railties/lib/commands/servers/webrick.rb:66
2516    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2517    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2518    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2519    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2520    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2521    vendor/rails/railties/lib/commands/server.rb:39
2522    script/server:3:in `require'
2523    script/server:3
2524
2525Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
2526
2527
2528Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 21:09:31) [GET]
2529  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6%0AOkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA%3D%3D--ea985f11cf83fe69db203413ad679ff94176d17c
2530  Parameters: {}
2531
2532
2533ActionController::RoutingError (No route matches "/Test1/new" with {:method=>:get}):
2534    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
2535    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
2536    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
2537    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2538    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2539    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2540    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2541    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2542    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2543    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2544    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2545    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2546    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2547    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2548    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2549    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2550    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2551    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2552    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2553    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
2554    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2555    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2556    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2557    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2558    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2559    /vendor/rails/railties/lib/commands/server.rb:39
2560    script/server:3:in `require'
2561    script/server:3
2562
2563Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
2564
2565
2566Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 21:09:48) [GET]
2567  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiUzN2UwNmQyNjQx%0AOTdlMmIwZDQwNzhhOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--6c14cfa9900b61666c9195c5249fd51c75819c8a
2568  Parameters: {}
2569
2570
2571ActionController::RoutingError (No route matches "/test1/new" with {:method=>:get}):
2572    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
2573    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
2574    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
2575    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2576    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2577    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2578    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2579    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2580    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2581    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2582    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2583    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2584    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2585    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2586    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2587    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2588    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2589    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2590    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2591    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
2592    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2593    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2594    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2595    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2596    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2597    /vendor/rails/railties/lib/commands/server.rb:39
2598    script/server:3:in `require'
2599    script/server:3
2600
2601Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
2602
2603
2604Processing Test1sController#new (for 127.0.0.1 at 2008-06-24 21:10:10) [GET]
2605  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiUzN2UwNmQyNjQx%0AOTdlMmIwZDQwNzhhOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--6c14cfa9900b61666c9195c5249fd51c75819c8a
2606  Parameters: {"action"=>"new", "controller"=>"test1s"}
2607WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
2608  SQL (0.000157)   SET NAMES 'utf8'
2609  SQL (0.000124)   SET SQL_AUTO_IS_NULL=0
2610  Test1 Columns (0.000000)   Mysql::Error: #42S02Table 'Portfolio_development.test1s' doesn't exist: SHOW FIELDS FROM `test1s`
2611
2612
2613ActiveRecord::StatementInvalid (Mysql::Error: #42S02Table 'Portfolio_development.test1s' doesn't exist: SHOW FIELDS FROM `test1s`):
2614    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:150:in `log'
2615    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:281:in `execute'
2616    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:411:in `columns'
2617    /vendor/rails/activerecord/lib/active_record/base.rb:1080:in `columns'
2618    /vendor/rails/activerecord/lib/active_record/base.rb:2363:in `attributes_from_column_definition_without_lock'
2619    /vendor/rails/activerecord/lib/active_record/locking/optimistic.rb:55:in `attributes_from_column_definition'
2620    /vendor/rails/activerecord/lib/active_record/base.rb:1922:in `initialize'
2621    /app/controllers/test1s_controller.rb:27:in `new'
2622    /app/controllers/test1s_controller.rb:27:in `new'
2623    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
2624    /vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
2625    /vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
2626    /vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
2627    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2628    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2629    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2630    /vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
2631    /vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
2632    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
2633    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
2634    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
2635    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
2636    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
2637    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
2638    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
2639    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
2640    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
2641    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2642    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2643    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2644    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2645    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2646    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2647    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2648    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2649    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2650    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2651    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2652    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2653    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2654    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2655    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2656    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2657    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
2658    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2659    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2660    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2661    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2662    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2663    /vendor/rails/railties/lib/commands/server.rb:39
2664    script/server:3:in `require'
2665    script/server:3
2666
2667Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
2668WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
2669  SQL (0.000134)   SET NAMES 'utf8'
2670  SQL (0.000107)   SET SQL_AUTO_IS_NULL=0
2671  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
2672  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
2673  SQL (0.000284)   SELECT version FROM schema_info
2674  SQL (0.000199)   SELECT version FROM schema_info
2675  SQL (0.000211)   SELECT version FROM schema_info
2676  SQL (0.000197)   SELECT version FROM schema_info
2677  SQL (0.000193)   SELECT version FROM schema_info
2678  SQL (0.000195)   SELECT version FROM schema_info
2679  SQL (0.000198)   SELECT version FROM schema_info
2680Migrating to CreateTest1s (8)
2681  SQL (17.619917)   CREATE TABLE `test1s` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
2682  SQL (0.019888)   UPDATE schema_info SET version = 8
2683  SQL (0.000470)   SELECT * FROM schema_info
2684  SQL (0.000513)   SHOW TABLES
2685  SQL (0.001115)   SHOW FIELDS FROM `artwork`
2686  SQL (0.001167)   describe `artwork`
2687  SQL (0.001042)   SHOW KEYS FROM `artwork`
2688  SQL (0.001287)   SHOW FIELDS FROM `engineering`
2689  SQL (0.001135)   describe `engineering`
2690  SQL (0.001074)   SHOW KEYS FROM `engineering`
2691  SQL (0.001327)   SHOW FIELDS FROM `galleries`
2692  SQL (0.001406)   describe `galleries`
2693  SQL (0.001188)   SHOW KEYS FROM `galleries`
2694  SQL (0.002005)   SHOW FIELDS FROM `gallery_files`
2695  SQL (0.001460)   describe `gallery_files`
2696  SQL (0.001194)   SHOW KEYS FROM `gallery_files`
2697  SQL (0.001300)   SHOW FIELDS FROM `gallery_medias`
2698  SQL (0.001261)   describe `gallery_medias`
2699  SQL (0.001195)   SHOW KEYS FROM `gallery_medias`
2700  SQL (0.001229)   SHOW FIELDS FROM `test1s`
2701  SQL (0.001125)   describe `test1s`
2702  SQL (0.001054)   SHOW KEYS FROM `test1s`
2703  SQL (0.001485)   SHOW FIELDS FROM `users`
2704  SQL (0.001636)   describe `users`
2705  SQL (0.001062)   SHOW KEYS FROM `users`
2706
2707
2708Processing Test1sController#new (for 127.0.0.1 at 2008-06-24 21:10:54) [GET]
2709  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiUzN2UwNmQyNjQx%0AOTdlMmIwZDQwNzhhOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--6c14cfa9900b61666c9195c5249fd51c75819c8a
2710  Parameters: {"action"=>"new", "controller"=>"test1s"}
2711WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
2712  SQL (0.000158)   SET NAMES 'utf8'
2713  SQL (0.000138)   SET SQL_AUTO_IS_NULL=0
2714  Test1 Columns (0.001117)   SHOW FIELDS FROM `test1s`
2715Rendering template within layouts/test1s
2716Rendering test1s/new
2717Completed in 0.01262 (79 reqs/sec) | Rendering: 0.00448 (35%) | DB: 0.00141 (11%) | 200 OK [http://127.0.0.1/test1s/new]
2718
2719
2720Processing GalleryController#new (for 127.0.0.1 at 2008-06-24 21:14:28) [GET]
2721  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiUzN2UwNmQyNjQx%0AOTdlMmIwZDQwNzhhOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--6c14cfa9900b61666c9195c5249fd51c75819c8a
2722  Parameters: {"action"=>"new", "controller"=>"gallery"}
2723  Gallery Columns (0.001935)   SHOW FIELDS FROM `galleries`
2724Rendering template within layouts/main
2725Rendering gallery/new
2726
2727
2728ActionView::TemplateError (undefined method `galleries_path' for #<ActionView::Base:0xb77784d8>) on line #5 of gallery/new.html.erb:
27292:
27303:      <%= error_messages_for :gallery %>
27314:
27325:      <% form_for(@gallery, { :action => 'do_file_upload' }, :html => {:multipart => true}) do |f| %>
27336:        <p>
27347:          <b>Title</b><br />
27358:          <%= f.text_field :sTitle, :class=>"textbox" %>
2736
2737    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `send!'
2738    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `polymorphic_url'
2739    vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:31:in `polymorphic_path'
2740    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:200:in `apply_form_for_options!'
2741    vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:179:in `form_for'
2742    app/views/gallery/new.html.erb:5:in `_run_erb_47app47views47gallery47new46html46erb'
2743    vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
2744    vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
2745    vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
2746    vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
2747    vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
2748    vendor/rails/actionpack/lib/action_controller/base.rb:858:in `render_with_no_layout'
2749    vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout'
2750    vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
2751    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
2752    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2753    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
2754    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
2755    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
2756    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `call'
2757    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:156:in `respond'
2758    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `each'
2759    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:150:in `respond'
2760    vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
2761    app/controllers/gallery_controller.rb:17:in `new'
2762    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
2763    vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
2764    vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
2765    vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
2766    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2767    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
2768    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
2769    vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
2770    vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
2771    vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
2772    vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
2773    vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
2774    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
2775    vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
2776    vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
2777    vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
2778    vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
2779    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
2780    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2781    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2782    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2783    vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2784    vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2785    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2786    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2787    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2788    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2789    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2790    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2791    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2792    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2793    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2794    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2795    vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2796    vendor/rails/railties/lib/commands/servers/webrick.rb:66
2797    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2798    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2799    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2800    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2801    vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2802    vendor/rails/railties/lib/commands/server.rb:39
2803    script/server:3:in `require'
2804    script/server:3
2805
2806Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
2807WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
2808  SQL (0.000135)   SET NAMES 'utf8'
2809  SQL (0.000112)   SET SQL_AUTO_IS_NULL=0
2810  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
2811  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
2812  SQL (0.000394)   SELECT version FROM schema_info
2813  SQL (0.000206)   SELECT version FROM schema_info
2814  SQL (0.000205)   SELECT version FROM schema_info
2815  SQL (0.000199)   SELECT version FROM schema_info
2816  SQL (0.000194)   SELECT version FROM schema_info
2817  SQL (0.000193)   SELECT version FROM schema_info
2818  SQL (0.000193)   SELECT version FROM schema_info
2819  SQL (0.000312)   SELECT * FROM schema_info
2820  SQL (0.000534)   SHOW TABLES
2821  SQL (0.001058)   SHOW FIELDS FROM `artwork`
2822  SQL (0.001005)   describe `artwork`
2823  SQL (0.000993)   SHOW KEYS FROM `artwork`
2824  SQL (0.000977)   SHOW FIELDS FROM `engineering`
2825  SQL (0.000965)   describe `engineering`
2826  SQL (0.001015)   SHOW KEYS FROM `engineering`
2827  SQL (0.001193)   SHOW FIELDS FROM `galleries`
2828  SQL (0.001291)   describe `galleries`
2829  SQL (0.000981)   SHOW KEYS FROM `galleries`
2830  SQL (0.001172)   SHOW FIELDS FROM `gallery_files`
2831  SQL (0.001178)   describe `gallery_files`
2832  SQL (0.000973)   SHOW KEYS FROM `gallery_files`
2833  SQL (0.001184)   SHOW FIELDS FROM `gallery_medias`
2834  SQL (0.001330)   describe `gallery_medias`
2835  SQL (0.001014)   SHOW KEYS FROM `gallery_medias`
2836  SQL (0.000926)   SHOW FIELDS FROM `test1s`
2837  SQL (0.000912)   describe `test1s`
2838  SQL (0.000971)   SHOW KEYS FROM `test1s`
2839  SQL (0.001380)   SHOW FIELDS FROM `users`
2840  SQL (0.001383)   describe `users`
2841  SQL (0.001357)   SHOW KEYS FROM `users`
2842
2843
2844Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 21:18:12) [GET]
2845  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiUzN2UwNmQyNjQx%0AOTdlMmIwZDQwNzhhOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--6c14cfa9900b61666c9195c5249fd51c75819c8a
2846  Parameters: {}
2847
2848
2849ActionController::RoutingError (No route matches "/gallery/new" with {:method=>:get}):
2850    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
2851    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
2852    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
2853    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2854    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2855    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2856    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2857    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2858    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2859    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2860    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2861    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2862    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2863    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2864    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2865    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2866    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2867    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2868    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2869    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
2870    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2871    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2872    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2873    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2874    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2875    /vendor/rails/railties/lib/commands/server.rb:39
2876    script/server:3:in `require'
2877    script/server:3
2878
2879Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
2880
2881
2882Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 21:18:17) [GET]
2883  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiUzN2UwNmQyNjQx%0AOTdlMmIwZDQwNzhhOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--6c14cfa9900b61666c9195c5249fd51c75819c8a
2884  Parameters: {}
2885
2886
2887ActionController::RoutingError (No route matches "/galleries/new" with {:method=>:get}):
2888    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
2889    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
2890    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
2891    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2892    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2893    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2894    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2895    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2896    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2897    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2898    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2899    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2900    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2901    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2902    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2903    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2904    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2905    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2906    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2907    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
2908    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2909    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2910    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2911    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2912    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2913    /vendor/rails/railties/lib/commands/server.rb:39
2914    script/server:3:in `require'
2915    script/server:3
2916
2917Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
2918WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
2919
2920
2921Processing GalleriesController#new (for 127.0.0.1 at 2008-06-24 21:20:50) [GET]
2922  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiUzN2UwNmQyNjQx%0AOTdlMmIwZDQwNzhhOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--6c14cfa9900b61666c9195c5249fd51c75819c8a
2923  Parameters: {"action"=>"new", "controller"=>"galleries"}
2924WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
2925
2926
2927Processing GalleriesController#new (for 127.0.0.1 at 2008-06-24 21:20:50) [GET]
2928  Session ID: BAh7CToJdXNlcmkGOg5yZXR1cm5fdG8wOgxjc3JmX2lkIiUzN2UwNmQyNjQx%0AOTdlMmIwZDQwNzhhOGNhM2MxOWRlNiIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--6c14cfa9900b61666c9195c5249fd51c75819c8a
2929  Parameters: {"action"=>"new", "controller"=>"galleries"}
2930
2931
2932Errno::ENOENT (No such file or directory - /var/run/mysqld/mysqld.sock):
2933    /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `initialize'
2934    /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `new'
2935    /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `real_connect'
2936    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:471:in `connect'
2937    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:165:in `initialize'
2938    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:88:in `new'
2939    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:88:in `mysql_connection'
2940    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `send'
2941    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `connection='
2942    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:259:in `retrieve_connection'
2943    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection'
2944    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
2945    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
2946    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
2947    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
2948    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
2949    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
2950    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
2951    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
2952    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
2953    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
2954    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
2955    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
2956    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
2957    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
2958    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
2959    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
2960    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
2961    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
2962    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
2963    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
2964    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
2965    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
2966    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
2967    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
2968    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
2969    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
2970    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
2971    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2972    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
2973    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
2974    /vendor/rails/railties/lib/commands/server.rb:39
2975    script/server:3:in `require'
2976    script/server:3
2977
2978Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
2979
2980
2981Processing GalleriesController#new (for 127.0.0.1 at 2008-06-24 21:20:55) [GET]
2982  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--d4abbc2bc37b0a1dd2ad24860338691a857ac957
2983  Parameters: {"action"=>"new", "controller"=>"galleries"}
2984
2985
2986Processing GalleriesController#new (for 127.0.0.1 at 2008-06-24 21:20:55) [GET]
2987  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--d4abbc2bc37b0a1dd2ad24860338691a857ac957
2988  Parameters: {"action"=>"new", "controller"=>"galleries"}
2989
2990
2991Errno::ENOENT (No such file or directory - /var/run/mysqld/mysqld.sock):
2992    /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `initialize'
2993    /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `new'
2994    /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `real_connect'
2995    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:471:in `connect'
2996    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:165:in `initialize'
2997    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:88:in `new'
2998    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:88:in `mysql_connection'
2999    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `send'
3000    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `connection='
3001    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:259:in `retrieve_connection'
3002    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection'
3003    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
3004    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
3005    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
3006    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
3007    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
3008    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
3009    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
3010    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
3011    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
3012    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
3013    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
3014    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
3015    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
3016    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
3017    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
3018    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
3019    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
3020    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
3021    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
3022    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
3023    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
3024    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
3025    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
3026    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
3027    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
3028    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
3029    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
3030    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
3031    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
3032    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
3033    /vendor/rails/railties/lib/commands/server.rb:39
3034    script/server:3:in `require'
3035    script/server:3
3036
3037Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
3038
3039
3040Processing ArtworkController#index (for 127.0.0.1 at 2008-06-24 21:21:06) [GET]
3041  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--d4abbc2bc37b0a1dd2ad24860338691a857ac957
3042  Parameters: {"action"=>"index", "controller"=>"artwork"}
3043
3044
3045Processing ArtworkController#index (for 127.0.0.1 at 2008-06-24 21:21:06) [GET]
3046  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--d4abbc2bc37b0a1dd2ad24860338691a857ac957
3047  Parameters: {"action"=>"index", "controller"=>"artwork"}
3048
3049
3050Errno::ENOENT (No such file or directory - /var/run/mysqld/mysqld.sock):
3051    /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `initialize'
3052    /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `new'
3053    /vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `real_connect'
3054    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:471:in `connect'
3055    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:165:in `initialize'
3056    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:88:in `new'
3057    /vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:88:in `mysql_connection'
3058    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `send'
3059    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `connection='
3060    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:259:in `retrieve_connection'
3061    /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection'
3062    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
3063    /vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
3064    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
3065    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
3066    /vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
3067    /vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
3068    /vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
3069    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
3070    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
3071    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
3072    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
3073    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
3074    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
3075    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
3076    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
3077    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
3078    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
3079    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
3080    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
3081    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
3082    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
3083    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
3084    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
3085    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
3086    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
3087    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
3088    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
3089    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
3090    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
3091    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
3092    /vendor/rails/railties/lib/commands/server.rb:39
3093    script/server:3:in `require'
3094    script/server:3
3095
3096Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
3097WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3098  SQL (0.000133)   SET NAMES 'utf8'
3099  SQL (0.000123)   SET SQL_AUTO_IS_NULL=0
3100  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
3101  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
3102  SQL (0.000372)   SELECT version FROM schema_info
3103  SQL (0.000195)   SELECT version FROM schema_info
3104  SQL (0.000192)   SELECT version FROM schema_info
3105  SQL (0.000192)   SELECT version FROM schema_info
3106  SQL (0.000206)   SELECT version FROM schema_info
3107  SQL (0.000528)   SELECT version FROM schema_info
3108  SQL (0.000208)   SELECT version FROM schema_info
3109Migrating to CreateGalleries (9)
3110  SQL (0.000000)   Mysql::Error: #42S01Table 'galleries' already exists: CREATE TABLE `galleries` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3111WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3112  SQL (0.000138)   SET NAMES 'utf8'
3113  SQL (0.000109)   SET SQL_AUTO_IS_NULL=0
3114  SQL (0.104895)   DROP DATABASE IF EXISTS `Portfolio_development`
3115  SQL (0.000239)   DROP DATABASE IF EXISTS `Portfolio_production`
3116  SQL (0.000189)   DROP DATABASE IF EXISTS `Portfolio_test`
3117WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3118  SQL (0.000157)   SET NAMES 'utf8'
3119  SQL (0.000129)   SET SQL_AUTO_IS_NULL=0
3120  SQL (0.000293)   CREATE DATABASE `Portfolio_development` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
3121  SQL (0.000134)   SET NAMES 'utf8'
3122  SQL (0.000112)   SET SQL_AUTO_IS_NULL=0
3123  SQL (0.000207)   CREATE DATABASE `Portfolio_production` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
3124  SQL (0.000136)   SET NAMES 'utf8'
3125  SQL (0.000111)   SET SQL_AUTO_IS_NULL=0
3126  SQL (0.000214)   CREATE DATABASE `Portfolio_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
3127WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3128  SQL (0.000238)   SET NAMES 'utf8'
3129  SQL (0.000202)   SET SQL_AUTO_IS_NULL=0
3130  SQL (0.354923)   CREATE TABLE `schema_info` (version int(11))
3131  SQL (0.000568)   INSERT INTO `schema_info` (version) VALUES(0)
3132  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
3133  SQL (0.000596)   SELECT version FROM schema_info
3134Migrating to CreateEngineering (2)
3135  SQL (0.218338)   CREATE TABLE `engineering` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3136  SQL (0.000410)   UPDATE schema_info SET version = 2
3137  SQL (0.000521)   SELECT version FROM schema_info
3138Migrating to CreateArtwork (3)
3139  SQL (0.037510)   CREATE TABLE `artwork` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3140  SQL (0.000383)   UPDATE schema_info SET version = 3
3141  SQL (0.000509)   SELECT version FROM schema_info
3142Migrating to CreateGalleryFiles (5)
3143  SQL (0.053878)   CREATE TABLE `gallery_files` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `sDescription` text DEFAULT NULL, `filename` varchar(255) DEFAULT NULL, `gallery_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3144  SQL (0.001683)   UPDATE schema_info SET version = 5
3145  SQL (0.000332)   SELECT version FROM schema_info
3146Migrating to CreateUsers (6)
3147  SQL (0.000000)   Mysql::Error: #42S02Unknown table 'users': DROP TABLE `users`
3148  SQL (0.004261)   CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `login` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `crypted_password` varchar(40) DEFAULT NULL, `salt` varchar(40) DEFAULT NULL, `role` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `remember_token` varchar(255) DEFAULT NULL, `remember_token_expires_at` datetime DEFAULT NULL) ENGINE=InnoDB
3149  SQL (0.000303)   UPDATE schema_info SET version = 6
3150  SQL (0.000284)   SELECT version FROM schema_info
3151Migrating to CreateGalleryMedias (7)
3152  SQL (0.003536)   CREATE TABLE `gallery_medias` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `tDescription` text DEFAULT NULL, `medianame` varchar(255) DEFAULT NULL, `gallery_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3153  SQL (0.000296)   UPDATE schema_info SET version = 7
3154  SQL (0.000285)   SELECT version FROM schema_info
3155Migrating to CreateTest1s (8)
3156  SQL (0.297155)   CREATE TABLE `test1s` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3157  SQL (0.000368)   UPDATE schema_info SET version = 8
3158  SQL (0.000493)   SELECT version FROM schema_info
3159Migrating to CreateGalleries (9)
3160  SQL (0.010275)   CREATE TABLE `galleries` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3161  SQL (0.000405)   UPDATE schema_info SET version = 9
3162  SQL (0.000730)   SELECT * FROM schema_info
3163  SQL (0.000972)   SHOW TABLES
3164  SQL (0.002347)   SHOW FIELDS FROM `artwork`
3165  SQL (0.002227)   describe `artwork`
3166  SQL (0.002042)   SHOW KEYS FROM `artwork`
3167  SQL (0.002309)   SHOW FIELDS FROM `engineering`
3168  SQL (0.002284)   describe `engineering`
3169  SQL (0.002403)   SHOW KEYS FROM `engineering`
3170  SQL (0.002135)   SHOW FIELDS FROM `galleries`
3171  SQL (0.001947)   describe `galleries`
3172  SQL (0.002290)   SHOW KEYS FROM `galleries`
3173  SQL (0.002763)   SHOW FIELDS FROM `gallery_files`
3174  SQL (0.002771)   describe `gallery_files`
3175  SQL (0.002040)   SHOW KEYS FROM `gallery_files`
3176  SQL (0.002799)   SHOW FIELDS FROM `gallery_medias`
3177  SQL (0.002473)   describe `gallery_medias`
3178  SQL (0.001975)   SHOW KEYS FROM `gallery_medias`
3179  SQL (0.002556)   SHOW FIELDS FROM `test1s`
3180  SQL (0.002091)   describe `test1s`
3181  SQL (0.001966)   SHOW KEYS FROM `test1s`
3182  SQL (0.005367)   SHOW FIELDS FROM `users`
3183  SQL (0.003543)   describe `users`
3184  SQL (0.002086)   SHOW KEYS FROM `users`
3185
3186
3187Processing ArtworkController#index (for 127.0.0.1 at 2008-06-24 21:22:37) [GET]
3188  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--d4abbc2bc37b0a1dd2ad24860338691a857ac957
3189  Parameters: {"action"=>"index", "controller"=>"artwork"}
3190WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3191  SQL (0.000147)   SET NAMES 'utf8'
3192  SQL (0.000123)   SET SQL_AUTO_IS_NULL=0
3193Rendering template within layouts/main
3194Rendering artwork/index
3195Completed in 0.18160 (5 reqs/sec) | Rendering: 0.17845 (98%) | DB: 0.00027 (0%) | 200 OK [http://127.0.0.1/Artwork/]
3196
3197
3198Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 21:22:37) [GET]
3199  Session ID: BAh7CToJdXNlcmkGOgxjc3JmX2lkIiUzN2UwNmQyNjQxOTdlMmIwZDQwNzhh%0AOGNhM2MxOWRlNjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%0AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--d4abbc2bc37b0a1dd2ad24860338691a857ac957
3200  Parameters: {}
3201
3202
3203ActionController::RoutingError (No route matches "/stylesheets/MultiUpload.css" with {:method=>:get}):
3204    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
3205    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
3206    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
3207    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
3208    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
3209    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
3210    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
3211    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
3212    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
3213    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
3214    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
3215    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
3216    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
3217    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
3218    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
3219    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
3220    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
3221    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
3222    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
3223    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
3224    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
3225    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
3226    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
3227    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
3228    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
3229    /vendor/rails/railties/lib/commands/server.rb:39
3230    script/server:3:in `require'
3231    script/server:3
3232
3233Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
3234
3235
3236Processing GalleriesController#new (for 127.0.0.1 at 2008-06-24 21:24:19) [GET]
3237  Session ID: 7cfb7cff0f8e03f71d6fd6a7a94e533e
3238  Parameters: {"action"=>"new", "controller"=>"galleries"}
3239  Gallery Columns (0.001233)   SHOW FIELDS FROM `galleries`
3240Rendering template within layouts/galleries
3241Rendering galleries/new
3242Completed in 0.14670 (6 reqs/sec) | Rendering: 0.13662 (93%) | DB: 0.00123 (0%) | 200 OK [http://127.0.0.1/galleries/new]
3243WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3244  SQL (0.000162)   SET NAMES 'utf8'
3245  SQL (0.000135)   SET SQL_AUTO_IS_NULL=0
3246  SQL (2.706409)   DROP DATABASE IF EXISTS `Portfolio_development`
3247  SQL (0.000403)   DROP DATABASE IF EXISTS `Portfolio_production`
3248  SQL (0.000328)   DROP DATABASE IF EXISTS `Portfolio_test`
3249WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3250  SQL (0.000150)   SET NAMES 'utf8'
3251  SQL (0.000122)   SET SQL_AUTO_IS_NULL=0
3252  SQL (0.000239)   CREATE DATABASE `Portfolio_development` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
3253  SQL (0.000142)   SET NAMES 'utf8'
3254  SQL (0.000120)   SET SQL_AUTO_IS_NULL=0
3255  SQL (0.000211)   CREATE DATABASE `Portfolio_production` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
3256  SQL (0.000141)   SET NAMES 'utf8'
3257  SQL (0.000122)   SET SQL_AUTO_IS_NULL=0
3258  SQL (0.000222)   CREATE DATABASE `Portfolio_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`
3259WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3260  SQL (0.000145)   SET NAMES 'utf8'
3261  SQL (0.000121)   SET SQL_AUTO_IS_NULL=0
3262  SQL (0.889955)   CREATE TABLE `schema_info` (version int(11))
3263  SQL (0.001854)   INSERT INTO `schema_info` (version) VALUES(0)
3264  SQL (0.000000)   Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE `schema_info` (version int(11))
3265  SQL (0.000618)   SELECT version FROM schema_info
3266Migrating to CreateGalleries (1)
3267  SQL (0.029902)   CREATE TABLE `galleries` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `tDescription` text DEFAULT NULL, `sType` varchar(255) DEFAULT NULL, `engineering_id` int(11) DEFAULT NULL, `artwork_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3268  SQL (0.000334)   UPDATE schema_info SET version = 1
3269  SQL (0.000313)   SELECT version FROM schema_info
3270Migrating to CreateEngineering (2)
3271  SQL (0.004035)   CREATE TABLE `engineering` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3272  SQL (0.000234)   UPDATE schema_info SET version = 2
3273  SQL (0.000295)   SELECT version FROM schema_info
3274Migrating to CreateArtwork (3)
3275  SQL (0.003894)   CREATE TABLE `artwork` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3276  SQL (0.000235)   UPDATE schema_info SET version = 3
3277  SQL (0.000294)   SELECT version FROM schema_info
3278Migrating to CreateGalleryFiles (5)
3279  SQL (0.003763)   CREATE TABLE `gallery_files` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `sDescription` text DEFAULT NULL, `filename` varchar(255) DEFAULT NULL, `gallery_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3280  SQL (0.000256)   UPDATE schema_info SET version = 5
3281  SQL (0.000295)   SELECT version FROM schema_info
3282Migrating to CreateUsers (6)
3283  SQL (0.000000)   Mysql::Error: #42S02Unknown table 'users': DROP TABLE `users`
3284  SQL (0.003775)   CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `login` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `crypted_password` varchar(40) DEFAULT NULL, `salt` varchar(40) DEFAULT NULL, `role` varchar(255) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `remember_token` varchar(255) DEFAULT NULL, `remember_token_expires_at` datetime DEFAULT NULL) ENGINE=InnoDB
3285  SQL (0.000264)   UPDATE schema_info SET version = 6
3286  SQL (0.000301)   SELECT version FROM schema_info
3287Migrating to CreateGalleryMedias (7)
3288  SQL (0.003338)   CREATE TABLE `gallery_medias` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `sTitle` varchar(255) DEFAULT NULL, `tDescription` text DEFAULT NULL, `medianame` varchar(255) DEFAULT NULL, `gallery_id` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3289  SQL (0.000320)   UPDATE schema_info SET version = 7
3290  SQL (0.000328)   SELECT version FROM schema_info
3291Migrating to CreateTest1s (8)
3292  SQL (0.003551)   CREATE TABLE `test1s` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL) ENGINE=InnoDB
3293  SQL (0.000259)   UPDATE schema_info SET version = 8
3294  SQL (0.000418)   SELECT * FROM schema_info
3295  SQL (0.000533)   SHOW TABLES
3296  SQL (0.001247)   SHOW FIELDS FROM `artwork`
3297  SQL (0.001099)   describe `artwork`
3298  SQL (0.001786)   SHOW KEYS FROM `artwork`
3299  SQL (0.003859)   SHOW FIELDS FROM `engineering`
3300  SQL (0.001258)   describe `engineering`
3301  SQL (0.001030)   SHOW KEYS FROM `engineering`
3302  SQL (0.002881)   SHOW FIELDS FROM `galleries`
3303  SQL (0.004630)   describe `galleries`
3304  SQL (0.001117)   SHOW KEYS FROM `galleries`
3305  SQL (0.008191)   SHOW FIELDS FROM `gallery_files`
3306  SQL (0.001456)   describe `gallery_files`
3307  SQL (0.001065)   SHOW KEYS FROM `gallery_files`
3308  SQL (0.001424)   SHOW FIELDS FROM `gallery_medias`
3309  SQL (0.001303)   describe `gallery_medias`
3310  SQL (0.003033)   SHOW KEYS FROM `gallery_medias`
3311  SQL (0.004601)   SHOW FIELDS FROM `test1s`
3312  SQL (0.001115)   describe `test1s`
3313  SQL (0.001043)   SHOW KEYS FROM `test1s`
3314  SQL (0.005943)   SHOW FIELDS FROM `users`
3315  SQL (0.001748)   describe `users`
3316  SQL (0.001077)   SHOW KEYS FROM `users`
3317
3318
3319Processing GalleriesController#new (for 127.0.0.1 at 2008-06-24 21:28:39) [GET]
3320  Session ID: BAh7BzoMY3NyZl9pZCIlZDA3NGRiMjczYjFhODM4MmM3OGY5ZGI5NzZkMTM3%0ANTciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--104b94211ec3eb0aee9b533efe9f7c1cc0b609e9
3321  Parameters: {"action"=>"new", "controller"=>"galleries"}
3322WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3323  SQL (0.000157)   SET NAMES 'utf8'
3324  SQL (0.000131)   SET SQL_AUTO_IS_NULL=0
3325  Gallery Columns (0.001514)   SHOW FIELDS FROM `galleries`
3326Rendering template within layouts/galleries
3327Rendering galleries/new
3328Completed in 0.01829 (54 reqs/sec) | Rendering: 0.00839 (45%) | DB: 0.00180 (9%) | 200 OK [http://127.0.0.1/galleries/new]
3329
3330
3331Processing GalleriesController#new (for 127.0.0.1 at 2008-06-24 21:30:42) [GET]
3332  Session ID: BAh7BzoMY3NyZl9pZCIlZDA3NGRiMjczYjFhODM4MmM3OGY5ZGI5NzZkMTM3%0ANTciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--104b94211ec3eb0aee9b533efe9f7c1cc0b609e9
3333  Parameters: {"action"=>"new", "controller"=>"galleries"}
3334  Gallery Columns (0.001662)   SHOW FIELDS FROM `galleries`
3335Rendering template within layouts/galleries
3336Rendering galleries/new
3337Completed in 0.08153 (12 reqs/sec) | Rendering: 0.07107 (87%) | DB: 0.00166 (2%) | 200 OK [http://127.0.0.1/galleries/new]
3338  SQL (0.000212)   SET NAMES 'utf8'
3339  SQL (0.000159)   SET SQL_AUTO_IS_NULL=0
3340
3341
3342Processing GalleriesController#new (for 127.0.0.1 at 2008-06-24 21:31:23) [GET]
3343  Session ID: BAh7BzoMY3NyZl9pZCIlZDA3NGRiMjczYjFhODM4MmM3OGY5ZGI5NzZkMTM3%0ANTciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--104b94211ec3eb0aee9b533efe9f7c1cc0b609e9
3344  Parameters: {"action"=>"new", "controller"=>"galleries"}
3345  Gallery Columns (0.002088)   SHOW FIELDS FROM `galleries`
3346Rendering template within layouts/galleries
3347Rendering galleries/new
3348Completed in 0.01667 (59 reqs/sec) | Rendering: 0.00598 (35%) | DB: 0.00246 (14%) | 200 OK [http://127.0.0.1/galleries/new]
3349
3350
3351Processing GalleriesController#create (for 127.0.0.1 at 2008-06-24 21:31:39) [POST]
3352  Session ID: BAh7BzoMY3NyZl9pZCIlZDA3NGRiMjczYjFhODM4MmM3OGY5ZGI5NzZkMTM3%0ANTciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--104b94211ec3eb0aee9b533efe9f7c1cc0b609e9
3353  Parameters: {"commit"=>"Create", "authenticity_token"=>"893d4a421b65ec74ef1ff335906cffcad068594a", "action"=>"create", "controller"=>"galleries", "gallery"=>{"tDescription"=>"yay", "sType"=>"textbox", "sTitle"=>"test"}, "gallery_files"=>#<ActionController::UploadedStringIO:0xb7403488>}
3354  Gallery Columns (0.001569)   SHOW FIELDS FROM `galleries`
3355  SQL (0.000151)   BEGIN
3356  Gallery Create (0.000422)   INSERT INTO `galleries` (`engineering_id`, `tDescription`, `updated_at`, `sType`, `artwork_id`, `sTitle`, `created_at`) VALUES(NULL, 'yay', '2008-06-24 21:31:39', 'textbox', NULL, 'test', '2008-06-24 21:31:39')
3357  SQL (0.005511)   COMMIT
3358Redirected to http://127.0.0.1:3000/galleries/1
3359Completed in 0.01943 (51 reqs/sec) | DB: 0.00765 (39%) | 302 Found [http://127.0.0.1/galleries]
3360
3361
3362Processing GalleriesController#show (for 127.0.0.1 at 2008-06-24 21:31:39) [GET]
3363  Session ID: BAh7BzoMY3NyZl9pZCIlZDA3NGRiMjczYjFhODM4MmM3OGY5ZGI5NzZkMTM3%0ANTciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7BjoLbm90aWNlIiZHYWxsZXJ5IHdhcyBzdWNjZXNzZnVsbHkgY3JlYXRl%0AZC4GOgpAdXNlZHsGOwdU--62910808795e53be8197930e62762855bdaea0f1
3364  Parameters: {"action"=>"show", "id"=>"1", "controller"=>"galleries"}
3365  Gallery Columns (0.001692)   SHOW FIELDS FROM `galleries`
3366  Gallery Load (0.039006)   SELECT * FROM `galleries` WHERE (`galleries`.`id` = 1) 
3367Rendering template within layouts/galleries
3368Rendering galleries/show
3369Completed in 0.07259 (13 reqs/sec) | Rendering: 0.02253 (31%) | DB: 0.04070 (56%) | 200 OK [http://127.0.0.1/galleries/1]
3370
3371
3372Processing GalleriesController#edit (for 127.0.0.1 at 2008-06-24 21:31:42) [GET]
3373  Session ID: BAh7BzoMY3NyZl9pZCIlZDA3NGRiMjczYjFhODM4MmM3OGY5ZGI5NzZkMTM3%0ANTciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--104b94211ec3eb0aee9b533efe9f7c1cc0b609e9
3374  Parameters: {"action"=>"edit", "id"=>"1", "controller"=>"galleries"}
3375  Gallery Columns (0.001585)   SHOW FIELDS FROM `galleries`
3376  Gallery Load (0.000728)   SELECT * FROM `galleries` WHERE (`galleries`.`id` = 1) 
3377Rendering template within layouts/galleries
3378Rendering galleries/edit
3379Completed in 0.01468 (68 reqs/sec) | Rendering: 0.00375 (25%) | DB: 0.00231 (15%) | 200 OK [http://127.0.0.1/galleries/1/edit]
3380
3381
3382Processing GalleriesController#index (for 127.0.0.1 at 2008-06-24 21:31:43) [GET]
3383  Session ID: BAh7BzoMY3NyZl9pZCIlZDA3NGRiMjczYjFhODM4MmM3OGY5ZGI5NzZkMTM3%0ANTciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--104b94211ec3eb0aee9b533efe9f7c1cc0b609e9
3384  Parameters: {"action"=>"index", "controller"=>"galleries"}
3385  Gallery Load (0.000949)   SELECT * FROM `galleries` 
3386Rendering template within layouts/galleries
3387Rendering galleries/index
3388  Gallery Columns (0.001501)   SHOW FIELDS FROM `galleries`
3389Completed in 0.02938 (34 reqs/sec) | Rendering: 0.01887 (64%) | DB: 0.00245 (8%) | 200 OK [http://127.0.0.1/galleries]
3390
3391
3392Processing GalleriesController#show (for 127.0.0.1 at 2008-06-24 21:31:46) [GET]
3393  Session ID: BAh7BzoMY3NyZl9pZCIlZDA3NGRiMjczYjFhODM4MmM3OGY5ZGI5NzZkMTM3%0ANTciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--104b94211ec3eb0aee9b533efe9f7c1cc0b609e9
3394  Parameters: {"action"=>"show", "id"=>"1", "controller"=>"galleries"}
3395  Gallery Columns (0.001529)   SHOW FIELDS FROM `galleries`
3396  Gallery Load (0.000674)   SELECT * FROM `galleries` WHERE (`galleries`.`id` = 1) 
3397Rendering template within layouts/galleries
3398Rendering galleries/show
3399Completed in 0.01199 (83 reqs/sec) | Rendering: 0.00148 (12%) | DB: 0.00220 (18%) | 200 OK [http://127.0.0.1/galleries/1]
3400
3401
3402Processing GalleriesController#new (for 127.0.0.1 at 2008-06-24 21:35:35) [GET]
3403  Session ID: c7b9bf81ebcc7e0c56fc9375d42f0ceb
3404  Parameters: {"action"=>"new", "controller"=>"galleries"}
3405WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3406  SQL (0.000155)   SET NAMES 'utf8'
3407  SQL (0.000128)   SET SQL_AUTO_IS_NULL=0
3408  Gallery Columns (0.001557)   SHOW FIELDS FROM `galleries`
3409Rendering template within layouts/galleries
3410Rendering galleries/new
3411Completed in 0.04868 (20 reqs/sec) | Rendering: 0.02507 (51%) | DB: 0.00184 (3%) | 200 OK [http://127.0.0.1/Galleries/new]
3412
3413
3414Processing GalleriesController#new (for 127.0.0.1 at 2008-06-24 21:36:42) [GET]
3415  Session ID: BAh7BzoMY3NyZl9pZCIlNWI4MDllMmU4MTg4ZmJkMjM3YTMwMTAyOWU5MWUx%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--3fa30bb872d0451a94ca6df37684218b88a1af9e
3416  Parameters: {"action"=>"new", "controller"=>"galleries"}
3417WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
3418  SQL (0.000140)   SET NAMES 'utf8'
3419  SQL (0.000121)   SET SQL_AUTO_IS_NULL=0
3420  Gallery Columns (0.002110)   SHOW FIELDS FROM `galleries`
3421Rendering template within layouts/main
3422Rendering galleries/new
3423Completed in 0.04996 (20 reqs/sec) | Rendering: 0.03849 (77%) | DB: 0.00237 (4%) | 200 OK [http://127.0.0.1/Galleries/new]
3424
3425
3426Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 21:36:42) [GET]
3427  Session ID: BAh7BzoMY3NyZl9pZCIlNWI4MDllMmU4MTg4ZmJkMjM3YTMwMTAyOWU5MWUx%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--3fa30bb872d0451a94ca6df37684218b88a1af9e
3428  Parameters: {}
3429
3430
3431ActionController::RoutingError (No route matches "/stylesheets/MultiUpload.css" with {:method=>:get}):
3432    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
3433    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
3434    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
3435    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
3436    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
3437    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
3438    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
3439    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
3440    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
3441    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
3442    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
3443    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
3444    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
3445    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
3446    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
3447    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
3448    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
3449    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
3450    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
3451    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
3452    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
3453    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
3454    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
3455    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
3456    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
3457    /vendor/rails/railties/lib/commands/server.rb:39
3458    script/server:3:in `require'
3459    script/server:3
3460
3461Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
3462
3463
3464Processing ApplicationController#index (for 127.0.0.1 at 2008-06-24 21:36:56) [GET]
3465  Session ID: BAh7BzoMY3NyZl9pZCIlNWI4MDllMmU4MTg4ZmJkMjM3YTMwMTAyOWU5MWUx%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--3fa30bb872d0451a94ca6df37684218b88a1af9e
3466  Parameters: {}
3467
3468
3469ActionController::RoutingError (No route matches "/gallery/manage" with {:method=>:get}):
3470    /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
3471    /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
3472    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
3473    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
3474    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
3475    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
3476    /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch'
3477    /vendor/rails/railties/lib/webrick_server.rb:78:in `service'
3478    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
3479    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
3480    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
3481    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
3482    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
3483    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
3484    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
3485    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
3486    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
3487    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
3488    /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch'
3489    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
3490    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
3491    /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
3492    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
3493    /vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
3494    /vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
3495    /vendor/rails/railties/lib/commands/server.rb:39
3496    script/server:3:in `require'
3497    script/server:3
3498
3499Rendering /home/falcon-/Rails/Portfolio/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Note: See TracBrowser for help on using the browser.