Displaying 2 results from an estimated 2 matches for "vebihl".
Did you mean:
deihl
2006 Aug 06
19
Rails *that* slow?
I''m working on my first little rails-application. It''s a rewrite of a
gallery-script i once made (in PHP): http://notdotnet.net
However - my rails-version is waaay to slow :(
http://r.notdotnet.net/
I don''t do any heavy image-processing, I don''t have any
killer-algorithms with a time complexity on O(n^n), and I don''t use any
major hacks.
The only
2006 Jul 01
0
Can''t connect to MySQL
I''m trying to setup rails on a windows machine. "Hello World" is working
fine, but when i try to connect to a (remote) mysql database i get this
error: http://pastebin.ca/76271
I get the error as soon as I add the line: "@picture_pages, @pictures =
paginate :pictures, :per_page => 10" to my page.
The know it''s not the MySQL server since i used it for