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
#!/bin/bash | |
export JAVA_OPTS="-Xmx1280m -XX:ReservedCodeCacheSize=128m -XX:MaxPermSize=128m -Djava.net.preferIPv4Stack=true -XX:NewRatio=3 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -Dfile.encoding=UTF-8 -XX:+TieredCompilation -XX:TieredStopAtLevel=1" | |
export JRUBY_OPTS="--2.0 -J-noverify -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1" | |
torquebox run -b 0.0.0.0 --max-threads=32 |
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
Initial setup | |
$git clone https://grant_hudgens@bitbucket.org/NikkiD/phoenix.git | |
$git branch development | |
$git checkout development | |
$git pull origin development | |
Push commits to remote | |
$git checkout development | |
$git pull origin development | |
$git branch epic-<something> |
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
MGalvBook:PHO MGalv$ svn diff | |
Index: app/models/section.rb | |
=================================================================== | |
--- app/models/section.rb (revision 2253) | |
+++ app/models/section.rb (working copy) | |
@@ -5,6 +5,7 @@ | |
belongs_to :program | |
belongs_to :page_layout | |
has_many :custom_widgets | |
+ has_many :section_contents |