Created
December 19, 2011 12:21
-
-
Save kredmer/1496980 to your computer and use it in GitHub Desktop.
already initialized constant ...
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
ruby script/server | |
=> Booting WEBrick | |
=> Rails 2.3.11 application starting on http://0.0.0.0:3000 | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:7: warning: already initialized constant VERSION | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:9: warning: already initialized constant ROOT | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:13: warning: already initialized constant DEFAULT_PUBLIC_ROOT | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:15: warning: already initialized constant DEFAULT_CONFIG_PATH | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:17: warning: already initialized constant DEFAULT_PACKAGE_PATH | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:19: warning: already initialized constant DEFAULT_JST_SCRIPT | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:21: warning: already initialized constant DEFAULT_JST_COMPILER | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:23: warning: already initialized constant DEFAULT_JST_NAMESPACE | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:25: warning: already initialized constant COMPRESSORS | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:27: warning: already initialized constant DEFAULT_COMPRESSOR | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:30: warning: already initialized constant JS_EXTENSION | |
/home/karsten/.rvm/gems/ruby-1.8.7-p334@saleshype/gems/jammit-0.6.5/lib/jammit.rb:31: warning: already initialized constant DEFAULT_JST_EXTENSION | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
[2011-12-19 13:19:18] INFO WEBrick 1.3.1 | |
[2011-12-19 13:19:18] INFO ruby 1.8.7 (2011-02-18) [i686-linux] | |
[2011-12-19 13:19:24] INFO WEBrick::HTTPServer#start: pid=19777 port=3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment