Created
July 22, 2010 22:09
-
-
Save knowuh/486683 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ssh bumblebeeman.concord.org | |
cd /web/production/rites/current | |
RAILS_ENV=production ./script/console | |
danger = Investigation.all.detect { |i| i.name =~ /Phylogenic/ } | |
>> danger.id | |
=> 756 | |
>> danger.name | |
=> "Are birds dinosaurs? Exploring New Evidence and Phylogenic Connections" | |
>> danger.name = "Are birds dinosaurs Exploring New Evidence and Phylogenic Connections" | |
=> "Are birds dinosaurs Exploring New Evidence and Phylogenic Connections" | |
>> danger.save | |
=> true | |
Item is still not visible in search(!) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment