Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when starting app #1

Open
eltonstewart opened this issue Dec 1, 2014 · 1 comment
Open

Crash when starting app #1

eltonstewart opened this issue Dec 1, 2014 · 1 comment

Comments

@eltonstewart
Copy link

When I load the app the gem crashes the app. Any ideas?

/Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require': /Users/elton/.rvm/gems/ruby-1.9.3-p392/bundler/gems/color_sort-440ea407f190/lib/color_sort/ordering.rb:7: syntax error, unexpected tLABEL, expecting ')' (SyntaxError)
    def initialize(start: nil, finish: nil)
                         ^
/Users/elton/.rvm/gems/ruby-1.9.3-p392/bundler/gems/color_sort-440ea407f190/lib/color_sort/ordering.rb:7: Can't assign to nil
    def initialize(start: nil, finish: nil)
                              ^
/Users/elton/.rvm/gems/ruby-1.9.3-p392/bundler/gems/color_sort-440ea407f190/lib/color_sort/ordering.rb:54: syntax error, unexpected keyword_end, expecting $end
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/bundler/gems/color_sort-440ea407f190/lib/color_sort.rb:2:in `<top (required)>'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in `require'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in `block (2 levels) in require'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in `each'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in `block in require'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in `each'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in `require'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/bundler-1.3.5/lib/bundler.rb:132:in `require'
    from /Users/elton/WorkSpace/fameandpartners/website/config/application.rb:7:in `<top (required)>'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/railties-3.2.13/lib/rails/commands.rb:53:in `require'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/railties-3.2.13/lib/rails/commands.rb:53:in `block in <top (required)>'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/railties-3.2.13/lib/rails/commands.rb:50:in `tap'
    from /Users/elton/.rvm/gems/ruby-1.9.3-p392/gems/railties-3.2.13/lib/rails/commands.rb:50:in `<top (required)>'
    from script/rails:6:in `require'
    from script/rails:6:in `<main>'
@Ryman
Copy link

Ryman commented Feb 8, 2015

It's a ruby 2.0 feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants