This file contains 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
ActiveRecord::StatementInvalid in 'Weather.fetch_for_zipcode should populate recorded_at' | |
PGError: ERROR: operator does not exist: character varying = integer | |
LINE 1: ...ECT * FROM "weathers" WHERE ("weathers"."zipcode" = 90210) ... | |
^ | |
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. | |
: SELECT * FROM "weathers" WHERE ("weathers"."zipcode" = 90210) LIMIT 1 | |
/home/uxp/.rvm/gems/ruby-1.8.7-p249@rails2/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract_adapter.rb:219:in `log' | |
/home/uxp/.rvm/gems/ruby-1.8.7-p249@rails2/gems/activerecord-2.3.5/lib/active_record/connection_adapters/postgresql_adapter.rb:550:in `execute' | |
/home/uxp/.rvm/gems/ruby-1.8.7-p249@rails2/gems/activerecord-2.3.5/lib/active_record/connection_adapters/postgresql_adapter.rb:1037:in `select_raw' | |
/home/uxp/.rvm/gems/ruby-1.8.7-p249@rails2/gems/activerecord-2.3.5/lib/active_record/connection_adapters/postgresql_ |
This file contains 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
Typo in the $HOME/examples/rvmrc file results in this output: | |
gilgamesh:stderr-glow uxp$ gem env gemdir | |
/Users/uxp/.rvm/gems/ruby-1.8.7-p249@rails2 | |
gilgamesh:stderr-glow uxp$ rvm system | |
-bash: ${$rvm_path}/bin: bad substitution | |
mv: rename /Users/uxp/.rvm/gems/ruby-1.8.7-p249@rails2/cache/bundler to /Users/uxp/.gem/cache/bundler: Directory not empty | |
rmdir: /Users/uxp/.rvm/gems/ruby-1.8.7-p249@rails2/cache: Directory not empty | |
gilgamesh:stderr-glow uxp$ gem env gemdir | |
/Library/Ruby/Gems/1.8 |
This file contains 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
[Thu Mar 25 18:43:29 2010] [error] 2010-03-25 18:43:29,480 ERROR MoinMoin.macro:132 Macro FullSearchCached (page: 'CategoryCategory') raised an exception: | |
[Thu Mar 25 18:43:29 2010] [error] Traceback (most recent call last): | |
[Thu Mar 25 18:43:29 2010] [error] File "/usr/local/lib/python2.6/site-packages/MoinMoin/macro/__init__.py", line 122, in execute | |
[Thu Mar 25 18:43:29 2010] [error] return execute(self, args) | |
[Thu Mar 25 18:43:29 2010] [error] File "/usr/local/lib/python2.6/site-packages/MoinMoin/macro/FullSearch.py", line 106, in execute | |
[Thu Mar 25 18:43:29 2010] [error] results = search.searchPages(request, needle, sort='page_name') | |
[Thu Mar 25 18:43:29 2010] [error] File "/usr/local/lib/python2.6/site-packages/MoinMoin/search/__init__.py", line 35, in searchPages | |
[Thu Mar 25 18:43:29 2010] [error] return _get_searcher(request, query, sort, mtime, historysearch, **kw).run() | |
[Thu Mar 25 18:43:29 2010] [error] File "/usr/local/lib/python2.6/site-packages/MoinMoin/search/builtin.py", l |
This file contains 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
<VirtualHost *:80> | |
ServerAdmin admin@localhost | |
DocumentRoot "/Library/WebServer/bromine/app/webroot" | |
ServerName bromine | |
<Directory /Library/WebServer/bromine/app/webroot> | |
Options FollowSymLinks | |
AllowOverride All | |
Order deny,allow | |
Allow from all |
NewerOlder