Anton Trapp

Results 19 comments of Anton Trapp

Solution to this would be great, especially placeholders, ... are hard to catch without comments.

+1, 4.0.0.rc1 + 1.6.10 - any workaround for this configuration?

Thanks, if someone has the same problem: https://github.com/ryanb/cancan/issues/571 describes a workaround. In short: In the ApplicationController: ``` ruby before_filter do resource = controller_name.singularize.to_sym method = "#{resource}_params" params[resource] &&= send(method) if...

Not my workaround, see https://github.com/ryanb/cancan/issues/571 - credits go to [mcbsys](https://github.com/mcbsys)

Can you try to create a new rails app, create a simple scaffold with a string, throw in only cancan and retry it to make sure that the problem is...

WARNING: before you all run to CanCanCan, it is 1.x only!

It is for some, just don't want them to be disappointed (like me, rushed to your site immediately _lol_).

Quick workaround: instead of ``` ruby _action: '"name" "whatever"' ``` using ``` ruby _action: "name 'whatever'" ``` is working for me. So if there is no serious reason inside the...

Got it, after some problems I commented some stuff out to check where the error is. saver.rb:25,26: ``` # if current_path empty then nothing to screen shot as browser has...

Wow. Some time ago... ;) - Tnx for the answer. Let me thing about it. When I remember correct the error occured before the first visit command. So everybody just...