You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.
I'm not entirely sure that this is backbone-on-rails' fault, but I just saw this error come up after installing the gem for the first time and running backbone:install with the --namespace option and got this error:
rails g backbone:install --namespace document_library
append app/assets/javascripts/application.js
create app/assets/javascripts/document_library/collections
create app/assets/javascripts/document_library/models
create app/assets/javascripts/document_library/routers
create app/assets/javascripts/document_library/views
create app/assets/templates/document_library
create app/assets/javascripts/document_library/backbone_test_project.js.coffee
/home/caleb/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:581:in `block in process_args': invalid option: --namespace (OptionParser::InvalidOption)
from /home/caleb/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:560:in `new'
from /home/caleb/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:560:in `process_args'
from /home/caleb/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:591:in `run'
from /home/caleb/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:508:in `block in autorun'
Feel free to close if you think this is a minitest or a Rails issue rather than one with backbone-on-rails.
The text was updated successfully, but these errors were encountered:
I'm not entirely sure that this is backbone-on-rails' fault, but I just saw this error come up after installing the gem for the first time and running
backbone:install
with the--namespace
option and got this error:Feel free to close if you think this is a minitest or a Rails issue rather than one with backbone-on-rails.
The text was updated successfully, but these errors were encountered: