On Feb 9, 2012, at 3:37 AM, Peter Vandenabeele wrote:

> On Thu, Feb 9, 2012 at 7:09 AM, Walter Lee Davis <[email protected]> wrote:
> There is now an app on Heroku for this. Please chip in and add any words you 
> know are "trouble".
> 
> http://reservedwords.herokuapp.com
> 
> 
> Thanks.
> 
> 1) A bug report ... when clicking on the detail (show view)
> of 1 word, the authentication is also required. Should
> only be required on new/create and edit/update
> (but not on show).

Thanks, that's a good call. Done.

> 
> 2) what about capitalization?
> 
> I added "true" because only "TRUE" was in the list. But
> I see from the URL's that "TRUE" is mapped to "true"
> and the new "true" I added to "true-2". 

The URLs are from FriendlyID, and the mapping of all slugs to lower-case and 
suffixing with numbers is its doing. I could just use numbers like any good 
Rails CRUD site would, that would make it fair.

> 
> Making the separate entries case sensitive may be a
> better approach (in a case sensitive design, "TRUE"
> and "true" are very different strings).

I didn't want to dig too deep into FriendlyID to fix this, if you have a patch 
that will do it, I'll gladly add it.

Thanks,

Walter

> 
> HTH,
> 
> Peter
> 
> *** Available for a new project ***
> 
> Peter Vandenabeele
> http://twitter.com/peter_v
> http://rails.vandenabeele.com
> http://coderwall.com/peter_v
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/rubyonrails-talk?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to