Jiri Kolarik
Jiri Kolarik
Hi, I have the same problem. You can setup vagrant with only few steps 1. `vagrant init` 2. edit your Vagrant file ``` ruby # -*- mode: ruby -*- #...
Thanks @AntonTrapp and I made some changes, now it's compatible with namespaces ``` ruby before_filter do resource = controller_path.singularize.gsub('/', '_').to_sym method = "#{resource}_params" params[resource] &&= send(method) if respond_to?(method, true) end...
It's working fine, you need use it right. http://stackoverflow.com/questions/19273182/activemodelforbiddenattributeserror-cancan-rails-4-model-with-scoped-con/19504322#19504322
Switch to cancancan > On Sep 6, 2014, at 12:05, kodeycom [email protected] wrote: > > Hi guys > > i started rails in this week only. > (i am working...
Basically setting up moment.js locale should work, please try this PR and let me know if it helped: https://github.com/werein/react-native-dates/pull/20
Open PR ;)
I'm sorry, but I didn't count with chinese :( i'll gladly except pr with more localisations
Can you check now?
Doesn't work on Chrome either in Europe. `moment.tz.guess()` is using `Intl.DateTimeFormat().resolvedOptions().timeZone` which returns `CET` and `getTzForName("CET")` returns `undefined`
Set permissions to false, then you don't have to care if operation is permitted or not