Przemysław Mirota

Results 9 issues of Przemysław Mirota

I just tried to decorate Delayed::Job but unfortunately it does not work. My environment: - Rails 5.0.0.1 - draper 3.0.0.pre1 - delayed_job 4.1.2 - delayed_job_active_record 4.1.1 My code: `decorators/delayed/job_decorator.rb` ```...

Hi guys, Are you going to add a JSON column support to wice_grid? Currently, I can display the values from JSON column but I cannot sort by them. In MySQL,...

enhancement
help wanted

Leaving this here for anyone that ends up encountering the same test order dependency failures I did. TL;DR: Add `Gretel::Crumbs.reload_if_needed` at the beginning of your cell test case that uses...

needs-triage

How would I set the outside class that the breadcrumbs should be inside of? --- Original issue: [#90](https://github.com/lassebunk/gretel/issues/90)

enhancement

Hi, When using this gem with `Foundation 6` and `style: :foundation5`, "pretext" does not wrap `` with a `` tag. All other links are, which make the display broken. ---...

enhancement

Allow to modify global gretel options (with `initializers/gretel.rb` or something similar) --- Original issue: [#53](https://github.com/lassebunk/gretel/issues/53)

enhancement

Hello, I have a site with 2 distinct areas, (public and admin). Both areas can access the same model, for example Posts. So, I created 2 breadcrumb files, public.rb and...

enhancement

In my views, I'm calling `breadcrumb` like so: ``` breadcrumb :categories ``` or sometimes ``` breadcrumb :category, @category ``` I also have a separate partial, where I render the breadcrumbs...

enhancement

### What version of gRPC and what language are you using? 1.65.0 and 1.66.0 version of the grpc ruby gem ### What operating system (Linux, Windows,...) and version? Linux Ubuntu...

kind/bug
lang/ruby
priority/P2