rebuildingrails

14 Dec 2018 | | rails

“Build it and they will come….Field of Dreams..”

Notes on rebuilding rails study

This post contains self notes groked from the rebuilding rails book. Not sure at the beginning how useful it will be but that you can only tell at the end..I guess as long as you are writing code how can u go wrong.

comments powered by Disqus(comments off)

Older · View Archive (32)

turbolinks5

“Turbolinks 5 turns your rails application into a single-page application..”

Turbolinks 5 was a total rewrite. I summarize here why these changes have presented an alternative to the Angular/React approaches and how they reduce complexity of application development as well as the amount of developer resources needed to create and maintain said apps.

Newer

metaprogramming

“As Ricky Ricardo once said to Lucy…I gotta go to a meta…(meeting)..”

Notes on meta-programming