Oleg
Oleg
@mattbrictson you're reading too much into this. All I'm saying that any major changes need to be done before 4.0.0 release because after that you'll have a very valid reason...
Was thinking about this a bit. What you're describing is a bit odd. If you're not actually sending ActiveRecord object you should use `form_with scope: :not_a_model` and then just declare...
5.x deserves a complete rewrite. There's no reason to keep backwards comparability. SVG/JS is the way to go of course. Most of functionality comes from class names. So question is...
@marcamillion here's how to get it working in easy way: - download zip file from https://fontawesome.com/ - extract and copy `svg-with-js/css/fa-svg-with-js.css` and `svg-with-js/js/fontawesome.min.js` - rename those to `fontawesome5.css` and `fontawesome5.js`...
Ah, you're right. You'd probably want just `fontawesome.min.js`. It's 27KB compressed. Massive file has all the brand icons, v4 shims, etc. I can't find documentation on what's what there.
I'm looking for something close to https://hexdocs.pm/phoenix/Phoenix.ChannelTest.html Full-on integration testing is a bit too much, I think.
I'm just spoiled by Rails. But I think what I want is a way to test if routes I've defined actually work.
Awesome, thanks. Will merge it after I get my local elixir dev environment working again :)
It's not really possible at the moment. Gotta structure rendering differently as removing label means adding offset class to the control container. One day I'll rewrite this to be closer...
I think the issue was that if you add `letmein` to your Gemfile before any of your models things like `rails g model User` will crash. I see what you...