Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. $ rake db:migrate
  2. $ rails c
  3. # pasteaj:
  4. User.create email: 't@t.com', password: 'testing', password_confirmation: 'testing'
  5. Admin.create email: 'admin@udonis.co', password: 'volimpivo', password_confirmation: 'volimpivo'
  6. Shop.create url: 'localhost', key: 'key123', email: 't@t.com', name: 'Localhost', user: User.first
  7. Order.create shop: Shop.first, firstname: 'A', city: 'B', province: 'C', country: 'D', order_created_at: 'E', product_id: 1, product_image_url: '', product_url: ''
  8. # end
  9. $ rails s
  10. # logiraj se
  11. # kopiraj ID u fajl
  12. # pokreni server nad tim fajlom
  13. # otvori browser
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement