Skip to content

Commit

Permalink
Update 2010
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Ritsche committed Nov 19, 2010
1 parent 36f4c80 commit 6fb7db5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/helpers/uploads_helper.rb
@@ -1,10 +1,6 @@
module UploadsHelper

require 'base64'
require 'openssl'
require 'digest/sha1'


# Creates an upload link to a Fancy Upload S3 File Uploader
#
# required parameters:
Expand Down
35 changes: 35 additions & 0 deletions log/development.log
Expand Up @@ -4464,3 +4464,38 @@ ActionController::RoutingError (No route matches "/periodic_page_updates/update_
/Users/nico/.rvm/gems/ruby-1.8.7-p302/bin/rdebug-ide:19

Rendering rescues/layout (not_found)


Processing UploadsController#new (for 127.0.0.1 at 2010-11-19 16:56:41) [GET]
Rendering uploads/new
Completed in 286ms (View: 283, DB: 0) | 200 OK [http://localhost/]


Processing UploadsController#new (for 127.0.0.1 at 2010-11-19 16:57:07) [POST]

ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
haml (3.0.23) rails/./lib/sass/plugin/rack.rb:41:in `call'
/Users/nico/.rvm/gems/ruby-1.8.7-p302/gems/ruby-debug-ide-0.4.7/lib/ruby-debug.rb:109:in `debug_load'
/Users/nico/.rvm/gems/ruby-1.8.7-p302/gems/ruby-debug-ide-0.4.7/lib/ruby-debug.rb:109:in `debug_program'
/Users/nico/.rvm/gems/ruby-1.8.7-p302/gems/ruby-debug-ide-0.4.7/bin/rdebug-ide:87
/Users/nico/.rvm/gems/ruby-1.8.7-p302/bin/rdebug-ide:19:in `load'
/Users/nico/.rvm/gems/ruby-1.8.7-p302/bin/rdebug-ide:19

Rendered rescues/_trace (63.8ms)
Rendered rescues/_request_and_response (1.5ms)
Rendering rescues/layout (unprocessable_entity)


Processing UploadsController#new (for 127.0.0.1 at 2010-11-19 16:58:03) [POST]

ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
haml (3.0.23) rails/./lib/sass/plugin/rack.rb:41:in `call'
/Users/nico/.rvm/gems/ruby-1.8.7-p302/gems/ruby-debug-ide-0.4.7/lib/ruby-debug.rb:109:in `debug_load'
/Users/nico/.rvm/gems/ruby-1.8.7-p302/gems/ruby-debug-ide-0.4.7/lib/ruby-debug.rb:109:in `debug_program'
/Users/nico/.rvm/gems/ruby-1.8.7-p302/gems/ruby-debug-ide-0.4.7/bin/rdebug-ide:87
/Users/nico/.rvm/gems/ruby-1.8.7-p302/bin/rdebug-ide:19:in `load'
/Users/nico/.rvm/gems/ruby-1.8.7-p302/bin/rdebug-ide:19

Rendered rescues/_trace (125.0ms)
Rendered rescues/_request_and_response (0.4ms)
Rendering rescues/layout (unprocessable_entity)

0 comments on commit 6fb7db5

Please sign in to comment.