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
pleasework@pleasework-laptop:~/SmallBang/gsoc/sunlightlabs/datacatalog-web$ sudo rake gems:install --trace | |
(in /home/pleasework/SmallBang/gsoc/sunlightlabs/datacatalog-web) | |
Run `rake gems:install` to install delayed_job | |
** Invoke gems:install (first_time) | |
** Invoke gems:base (first_time) | |
** Execute gems:base | |
** Invoke environment (first_time) | |
** Execute environment | |
rake aborted! | |
Please install the mongodb adapter: `gem install activerecord-mongodb-adapter` (no such file to load -- active_record/connection_adapters/mongodb_adapter) |
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
pleasework@pleasework-laptop:~/SmallBang/gsoc/sunlightlabs/datacatalog-web$ rake --trace | |
(in /home/pleasework/SmallBang/gsoc/sunlightlabs/datacatalog-web) | |
Run `rake gems:install` to install delayed_job | |
** Invoke default (first_time) | |
** Invoke spec (first_time) | |
** Invoke db:test:prepare (first_time) | |
** Invoke db:abort_if_pending_migrations (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
rake aborted! |
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
development: &default | |
database: dcweb_development | |
adapter: mongodb | |
host: localhost | |
test: | |
<<: *default | |
database: dcweb_test | |
cucumber: |
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
*** LOCAL GEMS *** | |
actionmailer (2.3.5) | |
actionpack (2.3.5) | |
activerecord (2.3.5) | |
activeresource (2.3.5) | |
activesupport (2.3.5) | |
crack (0.1.7) | |
daemons (1.0.10) | |
djsun-context (0.5.6) |
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
development: | |
api_key: 7140376ac2b79727996c017d93fea8a1a5a944b5 | |
base_uri: "http://localhost:3000" | |
test: | |
api_key: 7140376ac2b79727996c017d93fea8a1a5a944b5 | |
base_uri: "http://localhost:4000" | |
cucumber: | |
api_key: |
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
** Invoke push (first_time) | |
** Execute push | |
Starting: [push organizations] | |
rake aborted! | |
Invalid JSON string | |
/var/lib/gems/1.8/gems/crack-0.1.6/lib/crack/json.rb:14:in `parse' | |
/var/lib/gems/1.8/gems/httparty-0.5.2/lib/httparty/parser.rb:116:in `json' | |
/var/lib/gems/1.8/gems/httparty-0.5.2/lib/httparty/parser.rb:136:in `send' | |
/var/lib/gems/1.8/gems/httparty-0.5.2/lib/httparty/parser.rb:136:in `parse_supported_format' | |
/var/lib/gems/1.8/gems/httparty-0.5.2/lib/httparty/parser.rb:103:in `parse' |
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
<link> | |
<date-inserted type="datetime" nil="true"></date-inserted> | |
<description>An interactive map of all Rhode Island Academic Libraries</description> | |
<hostname>www.olis.ri.gov</hostname> | |
<link>http://www.olis.ri.gov/libraries/libmap.php?libtype=Academic</link> | |
<title>Academic Libraries: Interactive Map</title> | |
<title-iwantto nil="true"></title-iwantto> | |
<updated-at type="timestamp">2009-06-15 15:49:05 UTC</updated-at> | |
<tags> | |
<tag>citizen service</tag> |
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
{ | |
"_id" : { "$oid" : "4bbf1902dac7a0179f0004aa" }, | |
"created_at" : { "$date" : 1270814978537 }, | |
"updated_at" : { "$date" : 1270814978537 }, | |
"text" : "Cannot create Source", | |
"log" : null, | |
"user_id" : "4bbf0f7ddac7a0177b000007", | |
"object" : | |
{ "errors" : { "url" : [ "URI scheme must be http or ftp" ] }, | |
"params" : { "title" : "B.A.R. Form - Online Registration for New Businesses", |
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
Tasks: | |
ssc (general) checkout --appliance-id=N --password=PASSWORD --username=USERNAME # checkout the latest changes to an appliance | |
ssc (general) commit # commit changes to studio | |
ssc (general) status --appliance-id=N --password=PASSWORD --username=USERNAME # show status of the appliance | |
ssc appliance # manage appliances | |
ssc build # manage builds | |
ssc file # manage files | |
ssc help [TASK] # Describe available tasks or one specific task | |
ssc package # manage packages | |
ssc repository # manage repositories |
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
Tasks: | |
ssc (general) checkout --appliance-id=N --password=PASSWORD --username=USERNAME # checkout the latest changes to an appliance | |
ssc (general) commit # commit changes to studio | |
ssc (general) status --appliance-id=N --password=PASSWORD --username=USERNAME # show status of the appliance | |
ssc appliance # manage appliances | |
ssc build # manage builds | |
ssc file # manage files | |
ssc package # manage packages | |
ssc repository # manage repositories |
OlderNewer