cells-slim icon indicating copy to clipboard operation
cells-slim copied to clipboard

Results 7 cells-slim issues
Sort by recently updated
recently updated
newest added

I was following traiblazer guide and stopped on the first rendering example http://trailblazer.to/guides/trailblazer/2.0/03-rails-basics.html When I use cells-slim version 0.1.1 than I got this error in tests as well in browser...

We tried upgrade my rails application from 5.0.2 to 5.1.0, it uses cells 4.1.7 and cells-slim 0.0.5. and I saw a lot of escaped strings in cells components... I guessed...

Probably not intentional: documentation link on the project's page brings me to a japanese site...

Remove disable_escape: true Slim has two features: Output = Output without HTML escaping == If somebody wants to output without HTML escaping, he should use ==, not =. disable_escape disables...

I created a sample app https://github.com/jess/trail_test If you run the app in dev env, everything works fine. If you run the app in production `RAILS_ENV=production rails s` you get html...

When finding the view files, can we make it automatically searching for both 'slim' and 'html.slim' files?

Hi, after upgrade: cells 4.0.0.beta2 -> 4.0.0beta6 and cells-slim 0.0.1 -> 0.0.2 there is problem when using form_for rails helper ``` actionview (4.2.0) lib/action_view/helpers/url_helper.rb:607:in `token_tag' actionview (4.2.0) lib/action_view/helpers/form_tag_helper.rb:847:in `extra_tags_for_form' cells-slim...