Rune Philosof

Results 4 issues of Rune Philosof

As demonstrated in https://github.com/runephilosof/ransack-scopes-or The combinator :or does not work with scopes. ```ruby class Test < ActiveRecord::Base scope :red, -> { where(color: :red) } scope :green, -> { where(color: :green)...

I added this because I wanted to display the original date if it was more than 1 day old. Also I wanted to extract the hours and minutes of the...

Could you include an INSTALL file. Just a simple instruction about the prerequisites and environment needed, and which commands to execute.

I have just run into Rack's multipart_part_limit, which gave a very cryptic error message in my apache log (End of script output before headers). It would have been nice if...