rails-plugin flexturesの紹介

Download Rails-Plugin Flexturesの紹介

If you can't read please download the document

Upload: baban-ba-n

Post on 30-Jun-2015

1.656 views

Category:

Technology


0 download

DESCRIPTION

Rails の fixture 機能拡張gemflexturesの機能紹介

TRANSCRIPT

  • 1. Rails Plug-in Flextures

2. Rails fixtures " " 3. ATest::Unit fixture csv 4. ( ) 5. Fixture 11 6. 7. 8. Fixture 2 (YAML erb 9. BRSpec Fixture CSV yaml 10. Fixture YAML erb ( ) csv 11. CRspecFactoryGirl 12. : migration migration Factory factories.rb 13. FactoryGirl yaml hatbm 1 14. gem 15. migration ( )( ) 16. csv FactoryGirl 17. 1rake db:flextures:dumprake db:flextutes:load csv (YAML ) 18. 19. RSpec fixtures :usersflextures :usersflextures :users => "login_test/users" 20. FaftoryFilterFactoryGirl Flextures::Factory.define :users do |f| f.last_login_date = Time.nowend( ActiveRecord AcitiveRecord ) 21. Case1: ( ) 22. users 23. 210 1 10 id csv ( spec/fixtures/users.csv) 24. 1 config/flextures.factory.rb faker 25. 3 rake db:flextures:dump F=users 26. Case2: 27. rake db:flextures:dump T=users,items,battle_log spec/fixtures/battle 28. spec/fixtures/battle rake db:flextures:load DIR=battleDB rails console ruby-debugger 29. spec RSpec flextures :users => "battle/users",:items=>"battle/items", :battle_log =>"battle/battle_log" " " 30. rails colsole rspec 31. Case3: 32. DB CSV content public/images/db/ 0001 0005.jpg 33. DB flextures.factory.rb rake db:flextures:load T=upload_images 34. !! DB Rspec before(:all) Rails3.2 etc... 35. FactoryFilter ( 36. fixtures dis )FactoryGirl ) 37. DB csv RSpec fixture 38. 39. Gemfile gem "flextures" bundleinstall (CSV 1.0.6) 40. Gemfile gem "flextures" bundleinstall 41.