Skip to content

Instantly share code, notes, and snippets.

View ferentchak's full-sized avatar

Charles Ferentchak ferentchak

View GitHub Profile
@ferentchak
ferentchak / gist:4597415
Created January 22, 2013 19:10
Shows my current idea for dynamically changing the location for my services
<!doctype html>
<html lang="en" ng-app="NinjaPantsLazer">
<head>
<meta charset="utf-8">
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.min.js"></script>
<script src="compiled/MadeOnMyServer.js">
//This script file is created dynamicly on your server yourSpecificUrl
//can be populated from an enviroment varible on your server
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- Copyright (c) 2010 Rally Software Development Corp. All rights reserved -->
<html>
<head>
<title>Planning Board</title>
<meta name="Name" content="App: Planning Board"/>
<meta name="Version" content="2011.02.24"/>
<meta name="Vendor" content="Rally Software Labs"/>
<script type="text/javascript" src="/apps/1.23/sdk.js"></script>
@ferentchak
ferentchak / gist:4539843
Created January 15, 2013 16:23
Micro App to help learn how the scoping controls work
This is your workspace ID "__WORKSPACE_OID__"
<br>
This is your project ID "__PROJECT_OID__"
@ferentchak
ferentchak / addnew.html
Created September 19, 2012 13:44 — forked from anonymous/addnew.html
Rally App SDK 2.0 add new test
<!DOCTYPE html>
<html>
<head>
<title>Add New Test</title>
<script type="text/javascript" src="https://rally1.rallydev.com/apps/2.0p/sdk.js"></script>
<script type="text/javascript">
Rally.onReady(function() {
Ext.define('CustomApp', {
extend: 'Rally.app.App',
@ferentchak
ferentchak / gist:3661152
Created September 6, 2012 23:12
Show how to reload an App
<!DOCTYPE html>
<html>
<head>
<title>My Custom App</title>
<!--Include SDK-->
<script type="text/javascript" src="/apps/2.0p2/sdk.js"></script>
<!--App code-->
<script type="text/javascript">
@ferentchak
ferentchak / gist:3137365
Created July 18, 2012 16:42
QuickPrintStoryCardWithRankAndNoIteration
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- Copyright (c) 2011 Rally Software Development Corp. All rights reserved -->
<html>
<head>
<title>Print Story Cards</title>
<meta name="Name" content="App: Print Story Cards"/>
<meta name="Version" content="2012.02.21"/>
<meta name="Vendor" content="Rally Software"/>
<script type="text/javascript" src="/apps/1.29/sdk.js?debug=true"></script>
@ferentchak
ferentchak / gist:3130553
Created July 17, 2012 16:50
Planning Board
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- Copyright (c) 2010 Rally Software Development Corp. All rights reserved -->
<html>
<head>
<title>Planning Board</title>
<meta name="Name" content="App: Planning Board"/>
<meta name="Version" content="2011.02.24"/>
<meta name="Vendor" content="Rally Software Labs"/>
@ferentchak
ferentchak / TaskMapper.js
Created June 13, 2012 21:34
Map Task States
<!DOCTYPE html>
<html>
<head>
<title>My Custom App</title>
<!--Include SDK-->
<script type="text/javascript" src="https://demo.rallydev.com/apps/2.0p/sdk.js"></script>
<!--App code-->
<script type="text/javascript">
@ferentchak
ferentchak / I AM NOT SUPPORTED AND WILL BREAK
Created May 31, 2012 18:15
Unsupported Cross Panel Communication Example
<!DOCTYPE html>
<html>
<head>
<title>My Custom App</title>
<!--Include SDK-->
<script type="text/javascript" src="/apps/2.0p/sdk.js"></script>
<!--App code-->
<script type="text/javascript">