Building your own rails form builder
If you’re building forms with rails, whether you’re using a gem for it or working with pure rails forms, you should know this.
If you’re building forms with rails, whether you’re using a gem for it or working with pure rails forms, you should know this.
I tried to build an SPA without a shiny client side framework, I wanted to build something fast with good user experience and keeping it as simple as possible.
There is a lot of buzz about asyc await from the javascript world, the concept is very simple and make your code much more readable.
I decided to develop my own blog like all the other cool developers. If you got here, this is what I got so far, it’s not too much, but it’s a start.