What should I work on? That’s the first thing you hear from people who have decided to contribute to Rails moments earlier. Having never so much as looked at the Rails code base they come up empty.
continue reading →Find @kaspth on GitHub, ruby.social, Twitter
What should I work on? That’s the first thing you hear from people who have decided to contribute to Rails moments earlier. Having never so much as looked at the Rails code base they come up empty.
continue reading →I was following along on the Rails repository, where I looked at the latest commits merged into master. I stumbled on ActionController::Renderer
that can render a template anywhere in your Rails app. I noticed something else too - it could be faster.