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 βHey there π, I'm programming for Basecamp, on Rails core, and co-editing This Week in Rails.
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.