MartinKoerner
MartinKoerner
Hi there, I want to suggest a flag for filtered content, so that I can create a list for the admin with all filtered objects. As far as I can...
If you have values with special chars like '(' or '+', the regex functions either fail to highlight the correct part of the values or break the dropdown list completely....
Hi, I discovered this error with ActiveScaffold: If you have sweepers activated, you will get a NoMethodError, because Sweepers after action is called twice. First time, it sets self.controller =...
options = sources.extract_options!.stringify_keys options[:media] = 'print' if options[:media].blank? In the first line, every key is converted to a string, in the second line you look for the :media key Maybe...
Hi, most of the time, when we use the `receive` matcher on an existing object, we want do ensure, that the object also responds to this method. ``` ruby obj...