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
CsdNotification.destroy_all | |
CsdTransaction.destroy_all | |
icp = Icp.held.last | |
CsdNotification.create_all_for_icp!(icp, {:change_datetime => Time.now}) | |
CsdNotification.process! | |
CsdTransaction.all.each do |transaction| | |
puts "\n\n\n" | |
puts transaction.transaction_type |
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
# Verbose commit all changes to tracked files | |
alias gcav='git commit -avem "$(beetil_commit_prefix)"' | |
# Verbose commit specified files | |
# eg gcv app/views app/models/user.rb | |
gcv() { | |
git commit -vem "$(beetil_commit_prefix)" "$@" | |
} | |
# Warning: If you close the edit message window unchanged, |
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
Frame sizes 19" | |
Frame tubing Kona Race Light Scandium Butted, 5" Travel | |
Rear Shock Fox Float RP2 | |
Fork RockShox Recon 335 120mm | |
Headset TH | |
Crankarms Shimano XT (3) | |
Chainrings 44/32/22 | |
B/B Shimano | |
Pedals Shimano XTR | |
Chain Shimano XT (3) |
NewerOlder