I keep getting this error when trying to run Stasis. Any help would be appreciated. It's also totally possible that it's a user-error and I'm just missing something, but it was working just the other day, and I haven't changed a thing since then. It might have something to do with actionpack, but that's a guess (at best).
Exception rendering view /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb
/Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb:1:in `evaluate_source': undefined method `blamed_files' for nil:NilClass (NoMethodError)
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/tilt-1.3.3/lib/tilt/template.rb:209:in `instance_eval'
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/tilt-1.3.3/lib/tilt/template.rb:209:in `evaluate_source'
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/tilt-1.3.3/lib/tilt/template.rb:144:in `cached_evaluate'
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/tilt-1.3.3/lib/tilt/template.rb:127:in `evaluate'
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/tilt-1.3.3/lib/tilt/template.rb:76:in `render'
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/stasis-0.1.23/lib/stasis/plugins/render.rb:49:in `render'
from (eval):8:in `render'
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/stasis-0.1.23/lib/stasis.rb:202:in `block in render'
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/stasis-0.1.23/lib/stasis.rb:154:in `each'
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/stasis-0.1.23/lib/stasis.rb:154:in `render'
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/gems/stasis-0.1.23/bin/stasis:31:in `<top (required)>'
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/bin/stasis:23:in `load'
from /Users/amwelles/.rvm/gems/ruby-1.9.3-p194/bin/stasis:23:in `<main>'
I keep getting this error when trying to run Stasis. Any help would be appreciated. It's also totally possible that it's a user-error and I'm just missing something, but it was working just the other day, and I haven't changed a thing since then. It might have something to do with actionpack, but that's a guess (at best).