Sha256: a033cd36809c9e17a9053acc3a834392b14352b5b9d60b8a7a111ceeb1101ce5

Contents?: true

Size: 1.19 KB

Versions: 17

Compression:

Stored size: 1.19 KB

Contents

# -*- encoding : utf-8 -*-

class AddMoreFollowingCards < Card::CoreMigration
  def up
    Card.create! :name => "*follow", :codename=>"follow", :type_code=>:setting
    Card.create! :name => '*follow+*right+*default', :type_code=>:pointer
    Card.create! :name => '*follow+*right+*input', :type_code=>:pointer, :content=>"[[radio]]"
    Card.create! :name => '*follow+*right+*help', :content=>'Get notified about changes', :type_code=>:phrase
      
    Card.create! :name => "*followers", :codename=>"followers"
    Card.create! :name => "*follow fields", :codename=>"follow_fields", :type_code=>:setting
    Card.create! :name => "*follow fields+*right+*help", :content=>""
    Card.create! :name => "*follow fields+*right+*default", :type_code=>:pointer
    Card.create! :name => "*all+*follow fields", :content=>"[[*include]]", :type_code=>:pointer
    
    # follow options
    Card.create! :name => "*always", :codename=>"always"
    Card.create! :name => "*never", :codename=>"never"
    
    # default follow rule
    Card.create! :name=>'*follow defaults', :codename=>'follow_defaults', :type_code=>:pointer
    Card.create! :name => "*all+*all+*follow", :type_code=>:pointer, :content=>'[[*never]]'
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
card-1.16.6 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.16.5 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.16.4 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.16.3 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.16.2 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.16.1 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.16.0 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.15.7 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.15.6 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.15.5 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.15.4 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.15.3 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.15.2 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.15.1 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.15.0 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.15.pre2 db/migrate_core_cards/20141216155251_add_more_following_cards.rb
card-1.15.pre db/migrate_core_cards/20141216155251_add_more_following_cards.rb