Save 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
Looking for old posts? Visit the archive.
Uninitialized constant ActionDispatch::Session::EncryptedCookieStore
Chris Oliver
May 3, 2013
Playing with a new Rails 4.0 application the other day was great fun. Today I upgraded to the latest release, Rails 4.0.0.rc1 and got the following error:
```
NameError: uninitialized constant ActionDispatch::Session::EncryptedCookieStore
~/....
Refactoring If Statements
Chris Oliver
April 25, 2013
Frank Webber recorded a great video on removing if statements from your code just recently. The result is a pretty strong refactor that removes the complexity involved with large if statements.
<iframe width="640" height="360" src="https://www...
Announcing GoRails
Chris Oliver
April 16, 2013
GoRails is an idea I've been tossing around in the back of my mind for quite a while. There are fantastic resources out there like Railscasts, RubyTapas, the Rails Tutorial, and yet, even combining them all, I still wanted more. Each person brings...