Hacker News new | ask | show | jobs
by chunkyslink 4905 days ago
Ok. I'm quite new to Rails. How do I apply this patch? Or am I better upgrading rails completely? How do I do this.
1 comments

Update to 3.2.11, 3.1.10, 3.0.19 or 2.3.15, and you'll be good.
Already in my gem file ...

gem 'rails', '3.2.3'

I think that patch maybe? But I dont know how. Google is not helping,

Change it to

  gem 'rails', '3.2.11' 
and run

  bundle update rails