This file contains 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
...rs\trumbo\Desktop\nex3-010> rake install --trace | |
(in C:/Users/trumbo/Desktop/nex3-010) | |
** Invoke install (first_time) | |
** Invoke build (first_time) | |
** Execute build | |
WARNING: no rubyforge_project specified | |
Successfully built RubyGem | |
Name: dynamicmatic | |
Version: 0.1.0 |
This file contains 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
gem install pkg/sinatra-0.10.1.gem | |
Successfully installed sinatra-0.10.1 | |
1 gem installed | |
Installing ri documentation for sinatra-0.10.1... | |
File not found: lib | |
rake aborted! | |
Command failed with status (1): [gem install pkg/sinatra-0.10.1.gem...] | |
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in `sh' | |
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1010:in `call' |
This file contains 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
...pbox\Tools\System\Console2> boson -v libraries | |
Loaded library core | |
Loaded library web_core | |
Error: marshal data too short | |
Original error: marshal data too short | |
C:/xampp/ruby/lib/ruby/gems/1.8/gems/boson-0.2.1/lib/boson/repo_index.rb:37:in `load' | |
C:/xampp/ruby/lib/ruby/gems/1.8/gems/boson-0.2.1/lib/boson/repo_index.rb:37:in `read' | |
C:/xampp/ruby/lib/ruby/gems/1.8/gems/boson-0.2.1/lib/boson/repo_index.rb:110:in `changed_libraries' | |
C:/xampp/ruby/lib/ruby/gems/1.8/gems/boson-0.2.1/lib/boson/repo_index.rb:17:in `update' |
This file contains 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
W3288209R9970A0911-3FYLWLP1 |
This file contains 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
C:\Users\picardo-alt\Desktop\MESS\ruby\thin>rake-compiler cross-ruby --trace | |
GNU Make version 3.78.1, by Richard Stallman and Roland McGrath. | |
Built for Windows32 | |
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 | |
Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. | |
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A | |
PARTICULAR PURPOSE. |
This file contains 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
$content['type'] = array ( | |
'name' => 'Portfolio Item', | |
'type' => 'portfolio_item', | |
'description' => 'Stuff that make up the portfolio. This content may include pictures, flash, video, links, and other types of media.', | |
'title_label' => 'Title', | |
'body_label' => '', | |
'min_word_count' => '0', | |
'help' => '<br /> | |
', | |
'node_options' => |
This file contains 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
<?php | |
/** | |
* @file | |
* Display suite default settings. | |
*/ | |
function _YOURMODULENAME_ds_fields() { | |
$data = array( | |
'vd' => array( | |
'portfolio_items' => array( |
This file contains 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
$view = new view; | |
$view->name = 'portfolio_items'; | |
$view->description = 'This is a view that can display portfolio items by taxonomy, and sort them in various ways.'; | |
$view->tag = 'interfaces, apps'; | |
$view->view_php = ''; | |
$view->base_table = 'node'; | |
$view->is_cacheable = FALSE; | |
$view->api_version = 2; | |
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ | |
$handler = $view->new_display('default', 'Defaults', 'default'); |
This file contains 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
WARNING: Neither blueprint.sass nor .scss found. Using blueprint.css instead. | |
This behavior is deprecated and will be removed in a future version. | |
If you really need blueprint.css, import it explicitly. | |
WARNING: Neither blueprint.sass nor .scss found. Using blueprint.css instead. | |
This behavior is deprecated and will be removed in a future version. | |
If you really need blueprint.css, import it explicitly. | |
WARNING: Neither blueprint/reset.sass nor .scss found. Using blueprint/reset.css | |
instead. |
This file contains 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
ERROR: Error installing curb: | |
ERROR: Failed to build gem native extension. | |
C:/Ruby/bin/ruby.exe extconf.rb | |
"-g -O2 -DFD_SETSIZE=256 $(cflags)" | |
checking for curl-config... no | |
checking for main() in -lcurl... no | |
extconf.rb:19: Can't find libcurl or curl/curl.h (RuntimeError) | |
Try passing --with-curl-dir or --with-curl-lib and --with-curl-include |
OlderNewer