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
vmm (development)$ gem install rubocop | |
ERROR: While executing gem ... (TypeError) | |
no implicit conversion of nil into String | |
vmm (development)$ gem list rubocop | |
*** LOCAL GEMS *** | |
rubocop (0.43.0, 0.40.0, 0.39.0) |
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
=> [" Gaming Banner 988x264", | |
"100mm x110mm C-PART", | |
"1050mm x 480mm C-PART", | |
"1200mm x 300mm C-PART", | |
"1210mm x 812mm C-PART", | |
"14x20", | |
"15x10", | |
"15x15", | |
"2008 NSD VM PANEL (1200x800)", | |
"210mm x 191mm C-PART", |
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
DEPRECATION: Using the '{{#each item in model}}' form of the {{#each}} helper ('magellan/templates/components/multiselect-checkboxes.hbs' @ L1:C0) is deprecated. Please use the block param form instead ('{{#each model as |item|}}'). See http://emberjs.com/guides/deprecations/#toc_code-in-code-syntax-for-code-each-code for more details. | |
at /Users/cmagid/projects/magellan/bower_components/ember/ember-template-compiler.js:11938:36 | |
DEPRECATION: Using '{{input action="search"}}' ('magellan/templates/components/paginated-table.hbs' @ L1:C55) is deprecated. Please use '{{input enter="search"}}' instead. | |
at /Users/cmagid/projects/magellan/bower_components/ember/ember-template-compiler.js:12161:36 | |
DEPRECATION: Using `{{controller}}` or any path based on it ('magellan/templates/fixture.hbs' @ L1:C225) has been deprecated. [deprecation id: view.keyword.controller] See http://emberjs.com/deprecations/v1.x#toc_view-and-controller-template-keywords f |
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
brew -v | |
Homebrew 1.0.9 | |
Homebrew/homebrew-core (git revision d843; last commit 2016-10-31) | |
npm -v | |
4.0.1 | |
bower -v | |
1.7.9 | |
ember -v | |
(node:45807) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. | |
WARNING: Node v7.0.0 has currently not been tested against Ember CLI and may result in unexpected behaviour. |
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
describe 'Doubles' do | |
it "allows stubbing methods" do | |
dbl = double("Chant") | |
allow(dbl).to receive(:hey!) | |
expect(dbl).to respond_to(:hey!) | |
end | |
it "allows stubbing a response with a block" do | |
dbl = double("Chant") |
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
Cost | |
$ | |
$$ | |
$$$ | |
'And' who participates | |
&buddies | |
&dogs | |
&family |
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
vmm (Fixture_Groups_and__act_as_2)$ rspec spec/models/fixture_group_spec.rb:96 | |
API::V1::Defaults was included by API::V1::Base | |
API::V1::Helpers was included by API::V1::Helpers | |
Run options: include {:all_clients=>true, :locations=>{"./spec/models/fixture_group_spec.rb"=>[96]}} | |
FixtureGroup | |
acts_as fixture group | |
/Users/cmagid/projects/vmm/lib/swftools/png2swf: /Users/cmagid/projects/vmm/lib/swftools/png2swf: cannot execute binary file | |
/Users/cmagid/projects/vmm/lib/swftools/png2swf: /Users/cmagid/projects/vmm/lib/swftools/png2swf: cannot execute binary file | |
will create fixture group from acts_as(ed) fixture type |
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
vmm (Fixture_Groups_and__act_as_2)$ rspec spec/models/fixture_group_spec.rb | |
API::V1::Defaults was included by API::V1::Base | |
API::V1::Helpers was included by API::V1::Helpers | |
Run options: include {:all_clients=>true} | |
FixtureGroup | |
create_layout_for_fixture_type returns Layout | |
create_layout_for_fixture_type returns Layout using metric | |
create_compiled_background_image returns Image | |
/Users/cmagid/projects/vmm/lib/swftools/png2swf: /Users/cmagid/projects/vmm/lib/swftools/png2swf: cannot execute binary file |
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
API::V1::Defaults was included by API::V1::Base | |
API::V1::Helpers was included by API::V1::Helpers | |
vmm (Fixture_Groups_and__act_as_2)$ rspec spec/models/fixture_group_spec.rb | |
API::V1::Defaults was included by API::V1::Base | |
API::V1::Helpers was included by API::V1::Helpers | |
Run options: include {:all_clients=>true} | |
FixtureGroup | |
create_layout_for_fixture_type returns Layout |
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
vmm (ft_parts_not_carrying_over)$ be rake --dry-run db:test:clone_structure | |
no implicit conversion of nil into String | |
no implicit conversion of nil into String | |
no implicit conversion of nil into String | |
** Invoke db:test:clone_structure (first_time) | |
** Invoke db:structure:dump (first_time) | |
** Invoke environment (first_time) | |
** Execute (dry run) environment | |
** Invoke db:load_config (first_time) | |
** Execute (dry run) db:load_config |