Nico Ritsche

Results 74 comments of Nico Ritsche

No. Was 5 years ago, so I don't remember any detail. ;-)

Any progress on this?

Yeah, I read that earlier, was just hoping someone else sais 'Yes'! ;-)

Just curious, why would you want to do that? As a hack you can add some js on the login page to refresh itself... Not very clean though. I don't...

It mainly adds a meta tag with an md5 digest checksum for the current set of assets to allow asset change detection. When ever the assets change, the whole page...

Hi, I cannot really see what the issue could be from your description. Can you supply some code or a simple example app the shows the problem? Which Rails and...

Check this issue here: https://github.com/ncri/nested_form_fields/issues/92 Possibly you can define $.rails.allowAction somewhere and make it return true as a hack. But haven't tried.

Yeah, I would like that too. Pull requests welcome. :)

@srikanthcx A quick hack would be to define $.rails.allowAction somewhere and make it return true. It was added in this commit to support confirm dialogues when removing nested fields: https://github.com/ncri/nested_form_fields/commit/3764936543e5601422dab97a81a8e616507848d0

Hi, you can use the Index replacement string for this: ``` ``` It is also mentioned in the readme.