ejunker

1,069
reputation
55 views

Registered User

name ejunker
member for 1 year
seen yesterday
website
location Des Moines, IA
age 30
PHP developer
Dec
11
awarded  Popular Question
Nov
20
awarded  Popular Question
Nov
6
comment Rails - Should I use boolean fields or relational table?
Since you are using Rails I assume you might be using MySQL. To my knowledge MySQL does not support bitmap indexes. Thus if you want to find all users with a given flag then you might do a query like SELECT * FROM users WHERE (flags&1 = 1) which will not use an index and do a full table scan.
Nov
2
revised Ajax phpmyadmin alternative?
added 68 characters in body
Nov
2
answered Ajax phpmyadmin alternative?
Sep
30
asked link_to create and destroy a resource from a different resource
Sep
22
asked DRY form partial for create and update
Sep
19
awarded  Nice Question
Sep
5
answered Rails 2.3.2 trying to render ERB instead of HAML
Aug
19
comment How do I catch a PHP Fatal Error
Won't that only work if display_errors is on?
Aug
10
awarded  Yearling