dev seeds & dev scripts

This commit is contained in:
Dmitriy Zaporozhets 2011-12-15 23:04:59 +02:00
parent f94d51d765
commit d9cfb7985e
5 changed files with 75 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Project.seed(:id, [
{ :id => 1, :name => "Gitlab HQ", :path => "gitlabhq", :code => "gitlabhq", :owner_id => 1 },
{ :id => 1, :name => "Rubinius", :path => "rubinius", :code => "rubinius", :owner_id => 1 },
{ :id => 2, :name => "Diaspora", :path => "diaspora", :code => "diaspora", :owner_id => 1 },
{ :id => 3, :name => "Ruby on Rails", :path => "ruby_on_rails", :code => "ruby_on_rails", :owner_id => 1 }
])