search for: find_or_create_by_yyi

Displaying 1 result from an estimated 1 matches for "find_or_create_by_yyi".

Did you mean: find_or_create_by_yyy
2010 Jun 25
3
Best practice for removing leading and trailing whitespaces
I want to remove the leading and training spaces for most of the resources in my rails application For a new POST request, rails does the xml parsing and passes the params hash to the controller. Some of the parameters have leading and/or trailing whitespaces which are causing problems (e.g. new resources being created rather than using the old ones). I don''t want to put the code in all