Rails Presentation Objects
If you ever used any MVC framework, I’m sure you asked yourself more than once, ‘Where should I put this piece of code?’ (If not that’s also fine). Well, the...
If you ever used any MVC framework, I’m sure you asked yourself more than once, ‘Where should I put this piece of code?’ (If not that’s also fine). Well, the...
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.
If you want to provide default localization support for guest user in your website yo can locate their browser locale by the following code:<pre style="ba...
Let’s say you have a vey important procedure that takes a while, and you need to process it in background, but you still want to execute ASAP.I’m using Delay...
After a few hours of fighting with google I decided to write it all here: *This post is more relevant for windows users but can help others. What do you need...