Johnathon E Wright

Results 22 comments of Johnathon E Wright

Here is the Simple Form _form template for haml: https://github.com/plataformatec/simple_form/blob/master/lib/generators/simple_form/templates/_form.html.haml

It seems like, with asset pipeline, you would be dependent on gemified assets for things like thunk, whereas with webpacker you'd have access to npm... but I may not understand...

Hi @BookOfGreg -- thanks for your generous response. You said: > I suspect Rails devs finding their way here will already have some awareness of JS ecosystem if they come...

Wiki would be fine, though I would probably just put it in `docs/webpack-vs-asset-pipeline.markdown` or something like that. I don't like linking to something that isn't in the repo. YMMV.

My principle question above could perhaps be better stated this way: "I use Rails. I like the asset pipeline. It provides all kind of production goodness. I'm at peace with...

Won't you end up with webpack compiling the same assets as the asset pipeline? how will this work with `rake assets:precompile`? I guess that's an issue for another ticket. :)

Good start! I started to write stuff, erased it, started to write again, erased it ... I'm not happy with my ideas for this. I'm getting that same feeling I...

@ceremcem can you send a screenshot of what you see to me? This is what I see for your fiddle: I'm on Chrome (latest?) on Windows 10. ![image](https://user-images.githubusercontent.com/32432/28033762-dcc86cb2-6574-11e7-9c7f-b5a92b4b166f.png)

Great, perfect example. So my complaints in this ticket are: 1. makes an odd decision about how to render (why start most of the way up and then keep going...

@makotot a codepen or other "proof of concept" with actual code would be helpful.