Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created July 22, 2010 22:09
Show Gist options
  • Save knowuh/486683 to your computer and use it in GitHub Desktop.
Save knowuh/486683 to your computer and use it in GitHub Desktop.
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