Created
April 30, 2009 05:30
-
-
Save c3mediagroup/104277 to your computer and use it in GitHub Desktop.
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
~/www/railsmachine/statusroom(upstream) > git pull | |
remote: Counting objects: 39, done. | |
remote: Compressing objects: 100% (26/26), done. | |
remote: Total 26 (delta 23), reused 0 (delta 0) | |
Unpacking 26 objects... | |
100% (26/26) done | |
* refs/remotes/origin/upstream: fast forward to branch 'upstream' of [email protected]:c3mediagroup/statusroom | |
old..new: efce0f4..3fe1539 | |
app/views/performance/setup_data.html.haml: needs update | |
Merge made by recursive. | |
app/stylesheets/default.sass | 28 ++++++++++++++++++++++++++++ | |
app/views/layouts/statusroom.html.haml | 2 +- | |
app/views/shared/_mega_menu.haml | 2 +- | |
app/views/shared/_special_menu.haml | 8 ++++++-- | |
config/initializers/menu.rb | 2 +- | |
5 files changed, 37 insertions(+), 5 deletions(-) | |
~/www/railsmachine/statusroom(upstream) > script/server | |
=> Booting Mongrel (use 'script/server webrick' to force WEBrick) | |
=> Rails 2.2.2 application starting on http://0.0.0.0:3000 | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
** Starting Mongrel listening at 0.0.0.0:3000 | |
** Starting Rails with development environment... | |
FiveRuns Manage (1.1.1): Rails version (2.2.2) is supported | |
FiveRuns Manage (1.1.1): Instrumented development environment. | |
FiveRuns Manage (1.1.1): Reporting metrics in 20s intervals to fiveruns-manage.server.12155.yml | |
Exiting | |
/Users/rpierce/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load_without_new_constant_marking': /Users/rpierce/www/railsmachine/statusroom/config/initializers/menu.rb:24: dynamic constant assignment (SyntaxError) | |
@submenus << (Cenu = Menu.new(lbl, :link => lnk, :description => desc, :eval => options[:eval], :access_level => lvl)) | |
^ from /Users/rpierce/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load' | |
from /Users/rpierce/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in' | |
from /Users/rpierce/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load' | |
from ./script/../config/../vendor/rails/railties/lib/initializer.rb:550:in `load_application_initializers' | |
from ./script/../config/../vendor/rails/railties/lib/initializer.rb:549:in `each' | |
from ./script/../config/../vendor/rails/railties/lib/initializer.rb:549:in `load_application_initializers' | |
from ./script/../config/../vendor/rails/railties/lib/initializer.rb:167:in `process' | |
from ./script/../config/../vendor/rails/railties/lib/initializer.rb:112:in `send' | |
... 28 levels... | |
from /Users/rpierce/www/railsmachine/statusroom/vendor/rails/railties/lib/commands/server.rb:49 | |
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
from script/server:3 | |
~/www/railsmachine/statusroom(upstream) > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment