Phoenix Framework: the assets pipeline
Phoenix is the exciting new kid on the block in the vast world of web frameworks. Its roots are in Rails, with the bonus of the performances of a compiled language.
This time we're going to explore the assets pipeline.
Phoenix Framework: to the basics and beyond
Phoenix is the exciting new kid on the block in the vast world of web frameworks. Its roots are in Rails, with the bonus of the performances of a compiled language.
This isn't exactly a getting started guide, but a list (albeit short) of things you'll have to know very soon in the process of writing a Phoenix application, that are just a bit beyond the writing a blog engine in 15 minutes by using only the default generators
.