Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate to Rails v4.1.8 #184
Conversation
srgpqt
added some commits
Dec 14, 2014
jcs
merged commit aa326da
into
lobsters:master
Jan 1, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jcs
Jan 1, 2015
Contributor
Thanks.
The upgrade went mostly okay except that all existing requests from logged-in users triggered exceptions:
A JSON::ParserError occurred in stories#show:
795: unexpected token at '^D^HI"^Osession_id^F:^FEFI"%845c299312ddf4e72...^F;'
app/controllers/application_controller.rb:11:in `authenticate_user'
I had to generate a new session key to invalidate all existing sessions and things seem okay now.
|
Thanks. The upgrade went mostly okay except that all existing requests from logged-in users triggered exceptions:
I had to generate a new session key to invalidate all existing sessions and things seem okay now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
srgpqt commentedDec 14, 2014
Rails 4.1.8 is quite mature now. With 4.2.0 coming out soon, it's a good time to update.