This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error starting application | |
Your Rack app raised an exception when Pow tried to run it. | |
SystemExit: exit | |
~/.rvm/gems/ruby-1.9.2-head/gems/bundler-1.0.12/lib/bundler/setup.rb:10:in `exit' | |
~/.rvm/gems/ruby-1.9.2-head/gems/bundler-1.0.12/lib/bundler/setup.rb:10:in `rescue in <top (required)>' | |
~/.rvm/gems/ruby-1.9.2-head/gems/bundler-1.0.12/lib/bundler/setup.rb:5:in `<top (required)>' | |
~/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `require' | |
~/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `rescue in require' | |
Show 21 more lines | |
(If your app uses Bundler, check to make sure you have the latest version, then run bundle install. If you’re using rvm, make sure you have the latest version installed and your app is using the right gemset.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On branch master | |
# Your branch and 'origin/master' have diverged, | |
# and have 3 and 43 different commit(s) each, respectively. | |
# | |
# Changes to be committed: | |
# (use "git reset HEAD <file>..." to unstage) | |
# | |
# modified: README.md | |
# modified: assets/stylesheets/guest.css | |
# modified: builder/.gitignore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p class="<%= @article.toggled? ? "hidden" : "visible" %>">blah</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== UpdateArchivedSaChildSocialActivities: migrating ========================== | |
rake aborted! | |
An error has occurred, 20110629072738 and all later migrations canceled: | |
undefined method `has_key?' for "beach":String | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/attributes.rb:149:in `block (2 levels) in apply_default_attributes' | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/attributes.rb:148:in `each_pair' | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/attributes.rb:148:in `block in apply_default_attributes' | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/attributes.rb:147:in `tap' | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/attributes.rb:147:in `apply_default_attributes' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NoMethodError (undefined method `has_key?' for "dog":String): | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/attributes.rb:149:in `block (2 levels) in apply_default_attributes' | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/attributes.rb:148:in `each_pair' | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/attributes.rb:148:in `block in apply_default_attributes' | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/attributes.rb:147:in `tap' | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/attributes.rb:147:in `apply_default_attributes' | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/document.rb:262:in `block in instantiate' | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/lib/mongoid/document.rb:260:in `tap' | |
/Users/luis/.rvm/gems/ruby-1.9.2-p0/bundler/gems/mongoid-6bd8077ea91e/li |
NewerOlder