search for: hoka

Displaying 3 results from an estimated 3 matches for "hoka".

Did you mean: hoa
2006 Aug 14
3
last record
hi @all Can anyone help me? I would like to read the last two records from a database. In the database I have a table with id, name and sex. How can I read the last two records from the entered names, who are female? There are two conditions I need: > last entries > sex-condition User.find(:all, :condition.....) ?? -- Posted via http://www.ruby-forum.com/.
2006 Aug 14
1
UK Pound Signs being handled as \243?
Hello, It seems like something has recently caused ? symbols to be displayed as \243 on our FreeBSD 6 server. We think this is causing our rails-based payment system to fail to process transactions which is obviously very bad for us! Why / How would this start happening? The server is configured to use UK ISO keyboard map and it was working fine until recently. I''m at a loss to
2006 Aug 14
1
Testing CRUD/Rest Controllers
I have a few simple controllers doing plain, simple crud in a standard way. now it''s not very DRY to write a funtcional test for each controller, since they are all doing the same (apart from a few variable names, but that could be easily inflected or so). is there a way to do this? e.g. does inheritance work with tests, so i define a base test first, inherit my other tests and add a few