Skip to content

Instantly share code, notes, and snippets.

@js1888
js1888 / stack.txt
Last active December 12, 2015 04:48
/home/js1888/code/ruby/gems-rails4/1.9/bundler/gems/rails-655e95c8c3b7/activesupport/lib/active_support/key_generator.rb:21:in `pbkdf2_hmac_sha1'
/home/js1888/code/ruby/gems-rails4/1.9/bundler/gems/rails-655e95c8c3b7/activesupport/lib/active_support/key_generator.rb:21:in `generate_key'
/home/js1888/code/ruby/gems-rails4/1.9/bundler/gems/rails-655e95c8c3b7/activesupport/lib/active_support/key_generator.rb:38:in `generate_key'
/home/js1888/code/ruby/gems-rails4/1.9/bundler/gems/rails-655e95c8c3b7/actionpack/lib/action_dispatch/middleware/cookies.rb:347:in `initialize'
/home/js1888/code/ruby/gems-rails4/1.9/bundler/gems/rails-655e95c8c3b7/actionpack/lib/action_dispatch/middleware/cookies.rb:259:in `new'
/home/js1888/code/ruby/gems-rails4/1.9/bundler/gems/rails-655e95c8c3b7/actionpack/lib/action_dispatch/middleware/cookies.rb:259:in `signed'
app/controllers/application_controller.rb:4:in `index'
/home/js1888/code/ruby/gems-rails4/1.9/bundler/gems/rails-655e95c8c3b7/actionpack/lib/action_controller/metal/implicit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Action Controller: Exception caught</title>
<style>
body {
background-color: #FAFAFA;
color: #333;
margin: 0px;
GIT
remote: git://github.com/rails/activerecord-deprecated_finders.git
revision: 5937f3e7102f9be461ce2dccaef0e4d14e92cd35
specs:
activerecord-deprecated_finders (0.0.3)
GIT
remote: git://github.com/rails/arel.git
revision: 80f11e342d00a2177dd8e5684914855b87771c5b
specs:
source 'https://rubygems.org'
gem 'rails', github: 'rails/rails'
gem 'arel', github: 'rails/arel'
gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders'
gem 'sqlite3'
# Gems used only for assets and not required
# in production environments by default.
$ rails --version
Rails 4.0.0.beta
$ rails new railstest --edge
$ cd railstest
$ bundle update
$ cat <<END >| app/controllers/application_controller.rb
class ApplicationController < ActionController::Base
protect_from_forgery with: :null_session
def index
cookies.signed[:foo] = 'foo'