Skip to content

Instantly share code, notes, and snippets.

=> #<User id: 16244, login: "essrt2010", identity_url: nil, first_name: "ESS", last_name: "Resource Team", email: "[email protected]", crypted_password: "2ddeb42018c6732b13d178499ba4baf8283b37ac", salt: "8f6e91b3b71c2e77c2dd334a4568f6d76a357935", remember_token: nil, activation_code: nil, state: "active", remember_token_expires_at: nil, activated_at: "2010-02-07 14:21:08", deleted_at: nil, uuid: "fdd04a40-13f3-11df-b03e-000c29a93d64", created_at: "2010-02-07 14:20:50", updated_at: "2010-02-28 20:16:53", vendor_interface_id: 6, default_user: false, site_admin: false, type: nil, external_user_domain_id: nil>
>> ess.investigations.first.pages.first.user
=> #<User id: 44, login: "essteam", identity_url: nil, first_name: "ESS", last_name: "Team", email: "[email protected]", crypted_password: "d5448891daf99c11ad7d0e877cf3d3126af8a0c1", salt: "ee5160064175017764ec5189b178c2553e54c11b", remember_token: nil, activation_code: nil, state: "active", remember_token_expires_at: nil, activated_at: "2009-07-01 1
A NameError occurred in application#select_js:
uninitialized constant GradeSpanExpectationsController
[RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:443:in `load_missing_constant'
-------------------------------
Request:
-------------------------------
* URL : http://rites-investigations.concord.org/grade_span_expectations/select_js
Reading certificates from 469098 http://jnlp.concord.org/dev/org/concord/modeler/mw/mw.jar | /Users/npaessel/Library/Caches/Java/cache/6.0/22/679e20d6-27bdaa48-2.1.0-20100428.210636-318-.idx
<jar href="org/concord/otrunk-mw/otrunk-mw.jar" version="0.1.0-20100428.210636-1124"/>
<jar href="org/concord/modeler/mw/mw.jar" version="2.1.0-20100428.210636-318"/>
(in OTPhetModel)
...
public interface OTPhetModel extends OTObjectInterface {
public void setWidth();
public int getWidth();
public final static int DEFAULT_width = 770;
public void setHeight();
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: edu.colorado.phet.common.phetgraphics.view.phetcomponents.PhetJComponent$PhetJComponentRepaintManager cannot be cast to edu.umd.cs.piccolox.pswing.PSwingRepaintManager
at edu.umd.cs.piccolox.pswing.PSwing.paint(PSwing.java:325)
at edu.umd.cs.piccolox.pswing.PSwing.paint(PSwing.java:271)
at edu.umd.cs.piccolo.PNode.fullPaint(PNode.java:2301)
at edu.umd.cs.piccolo.PNode.fullPaint(PNode.java:2306)
at edu.umd.cs.piccolo.PNode.fullPaint(PNode.java:2306)
at edu.umd.cs.piccolo.PNode.fullPaint(PNode.java:2306)
at edu.umd.cs.piccolo.PNode.fullPaint(PNode.java:2306)
at edu.umd.cs.piccolo.PNode.fullPaint(PNode.java:2306)
at edu.umd.cs.piccolo.PNode.fullPaint(PNode.java:2306)
find . -name "phet*" | xargs -I xxxx ./install.sh xxxx
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.concord.nlogo</groupId>
<artifactId>netlogo4</artifactId>
<version>4.1.1</version>
</project>
[INFO] Building Maven Default Project
[INFO] task-segment: [deploy:deploy-file] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [deploy:deploy-file {execution: default-cli}]
[INFO] Retrieving previous build number from cc-dist-repo-internal-snapshot
[INFO] repository metadata for: 'snapshot org.concord.external.phet:phetcck:1.0.5-SNAPSHOT' could not be found on repository: cc-dist-repo-internal-snapshot, so will be created
Uploading: scpexe://source.concord.org/web/source.concord.org/html/software/maven2/internal_snapshot//org/concord/external/phet/phetcck/1.0.5-SNAPSHOT/phetcck-1.0.5-20100507.193214-1.jar
3311K uploaded (phetcck-1.0.5-20100507.193214-1.jar)
[INFO] Retrieving previous metadata from cc-dist-repo-internal-snapshot
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '71c2e61967e12b7fe4f0911600eacbc543215775'; remote = '515a5760f9f144a485eb81c431b3441c60b0f125' - RETRYING
master > git diff HEAD~1
diff --git a/app/controllers/vendor_interfaces_controller.rb b/app/controllers/vendor_interfaces_controller.rb
index 21b669c..6dd6654 100644
--- a/app/controllers/vendor_interfaces_controller.rb
+++ b/app/controllers/vendor_interfaces_controller.rb
@@ -1,6 +1,6 @@
class VendorInterfacesController < ApplicationController
- access_rule 'admin', :only => [:create, :new, :update]
+ access_rule 'admin', :only => [:create, :new, :update, :edit, :index, :destroy]