Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Dontez Hinkle
7,078 Pointsgenerate ruby application
when i do rails server on the prompt I get an security warning no secret options provided to Rack::Session::Cookies the video does not show us what to do when we encounter this... does anybody know how???
1 Answer
George Offley
Courses Plus Student 7,386 PointsI ran into the same issue. From what I ascertained it is a bug with Rails 3.2.9 running Rack 3.1.6. What exactly is going on is unclear to me (not quite there yet). I found the following article that does have a fix. Give it a shot and let me know if it works!
http://stackoverflow.com/questions/10374871/no-secret-option-provided-to-racksessioncookie-warning
Hope it helps!