Luc Donnet

Results 11 comments of Luc Donnet

the solution I find is to override should_generate_new_friendly_id? in config/initializers : ``` ruby # Hack to override method should_generate_new_friendly_id module FriendlyId module Globalize def should_generate_new_friendly_id? regenerated_keys = %w( name title...

Hi, Is someone try to fix this bug with assets? Or do you find a workaround @adas172002 ? Best Regards Luc Donnet

You can try this to force tagsContainer, it works for me : ``` html tagApi = $("#test").tagsManager( { prefilled: items, output: '#tag_list', tagsContainer: '#tagsContainer' }); var time_tables_tag_list = new Bloodhound({...

Hi, I use your great gem for [shortest_path](https://github.com/dryade/shortest_path) and I realize some tests with a lot of data. The code is a bit slow with a big graph compared to...

@Stephenitis I try different libraries for priority queue and this library is great because written in pure ruby. But slower when you compare to priority_queue_cxx (or before I find this...

:+1: we have make a workaround with after save but it could be a better solution

It could be so helpful if this PR could be merged because it could be very useful in many use cases. On my side, I want to migrate from bootstrap...

@braindeaf Have you continue improvements like integrated wrapper_mapping in form ? ```ruby config.wrappers :my_special_form do |b| b.wrapper_mapping :my_special_mapping b.use :input # ... end config.wrapper_mappings[:my_special_mapping] = { boolean: :my_special_boolean, # .......

It could be so helpful if this PR could be merged because it could be very useful in many use cases. On my side, I want to migrate from bootstrap...