Ruby on rails fixers for testing

Fixtures are a way of organizing data that you want to test against; in short, sample data. They come in 3 flavors:

    1.  YAML fixtures   2.  CSV fixtures 
3. Single-file fixtures
  For Detail information kindly follow the link
  ####################################################
  http://ar.rubyonrails.org/classes/Fixtures.html
  ####################################################

Comments

Popular posts from this blog

Rails Memcache issues

Rails working with multiple databases customize the generator | Rails, multiple databases, customize generator

Ruby on Rails 3.x Skip callback and validation and reset Callback | Ruby on Rails, Skip callback, validation, reset Callback