I went to setup your app to check to see how your controllers were setup and see if mine were setup correctly.... I setup the gems with bundler and went to run the app to check it out and received this error:
/home/austin/senior_project/test_app2/config/application.rb:23:in `block in <class:Application>': undefined local variable or method `configure' for Pakyow::Configuration::Base:Class (NameError)
from /home/austin/.rvm/gems/ruby-1.9.2-p290/gems/pakyow-core-0.7.2/pakyow-core/lib/core/application.rb:125:in `instance_eval'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/gems/pakyow-core-0.7.2/pakyow-core/lib/core/application.rb:125:in `block in load_config'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/gems/pakyow-core-0.7.2/pakyow-core/lib/core/application.rb:123:in `each'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/gems/pakyow-core-0.7.2/pakyow-core/lib/core/application.rb:123:in `load_config'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/gems/pakyow-core-0.7.2/pakyow-core/lib/core/application.rb:105:in `prepare'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/gems/pakyow-core-0.7.2/pakyow-core/lib/core/application.rb:23:in `run'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/gems/pakyow-core-0.7.2/pakyow-core/lib/commands/server.rb:7:in `<top (required)>'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/gems/pakyow-core-0.7.2/pakyow-core/bin/pakyow:11:in `require'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/gems/pakyow-core-0.7.2/pakyow-core/bin/pakyow:11:in `<top (required)>'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/bin/pakyow:19:in `load'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/bin/pakyow:19:in `<main>'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/bin/ruby_noexec_wrapper:14:in `eval'
from /home/austin/.rvm/gems/ruby-1.9.2-p290/bin/ruby_noexec_wrapper:14:in `<main>'
Is this something with my Ruby or gems install or something else?