Re: [Rails] Re: rails 3.1 select multiple with serialized data

2011-08-18 Thread Walter Lee Davis
Add a before_save filter and downcase/upcase/titleize them for uniformity! Walter On Aug 18, 2011, at 10:22 AM, AppleII717 wrote: Happens every time - I find the problem after the post. In the rails 3.0 version I capitalized the roles. In the rails 3.1 version I lower cased the roles. One

[Rails] Re: rails 3.1 select multiple with serialized data

2011-08-18 Thread AppleII717
Happens every time - I find the problem after the post. In the rails 3.0 version I capitalized the roles. In the rails 3.1 version I lower cased the roles. One of the few things I hate about ruby/rails case sensitivity. On Aug 18, 9:05 am, AppleII717 wrote: > In my Users model I have > > seria