-
Please look to the image
https://monosnap.com/file/LIjZOLvqxiLfqYYlQSywO8FtkROhVH
-
https://rails-assets.org is currently throwing a 504
![screen shot 2015-11-18 at 10 47 33 pm](https://cloud.githubusercontent.com/assets/5134584/11261820/675fbde2-8e46-11e5-9c8e-93510c0dd2dc.png)
-
Because of https://github.com/monterail/gate/blob/master/lib/gate/coercer.rb#L14 when there is proper Boolean value in params it will raise NoMethodError downcase for (e.g.) true:TrueClass
-
There are now libraries available to set pagination headers for Grape APIs. We should look into replacing our own pagination helper methods with these. Here are some options:
Kaminari only (Grape): h…
-
-
hodak updated
9 years ago
-
its a question Actully
I have to implement dateLimit how can i set limit to select two dates
Thanks in Advance
-
I see that you're using the range to automatically select two dates (I'd like to use the multiple calendar view). However, is there a way to pick a range of MONTHS that the calendar can choose dates w…
-
Hello I am using `gem 'zip-codes'` to match the zip-code with given state and city its working fine for US country, state and city. But for _FRANCE_ its not working it as in European countries we don'…
-
I'm researching the best way to cache a paginated collection. Do you think it makes sense to integrate caching into grape-kaminari similar to the kaminari-cache implementation?
Thank you for your hel…