Sha256: 872cceb6e3412c9f9cadaf4ec552ed74e4da1b615bab5af07968d90cc6196c5d

Contents?: true

Size: 899 Bytes

Versions: 20

Compression:

Stored size: 899 Bytes

Contents

one:
  title: A Guide to Testing Rails Applications
  text: "Testing support was woven into the Rails fabric from the beginning. Just about every Rails application interacts heavily with a database and, as a result, your tests will need a database to interact with as well. To write efficient tests, you'll need to understand how to set up this database and populate it with sample data."
  user: user_zbig
  published_at: <%= 1.day.ago.strftime('%F %T') %>

two:
  title: What is Active Record?
  text: "Active Record is the M in MVC - the model - which is the layer of the system responsible for representing business data and logic. Active Record facilitates the creation and use of business objects whose data requires persistent storage to a database. It is an implementation of the Active Record pattern which itself is a description of an Object Relational Mapping system."
  user: user_zbig

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
loco-rails-3.0.5 test/fixtures/articles.yml
loco-rails-3.0.4 test/fixtures/articles.yml
loco-rails-3.0.3 test/fixtures/articles.yml
loco-rails-2.5.3 test/fixtures/articles.yml
loco-rails-2.5.2 test/fixtures/articles.yml
loco-rails-3.0.2 test/fixtures/articles.yml
loco-rails-3.0.1 test/fixtures/articles.yml
loco-rails-2.5.1 test/fixtures/articles.yml
loco-rails-2.5.0 test/fixtures/articles.yml
loco-rails-2.4.0 test/fixtures/articles.yml
loco-rails-2.3.0 test/fixtures/articles.yml
loco-rails-3.0.0 test/fixtures/articles.yml
loco-rails-2.2.2 test/fixtures/articles.yml
loco-rails-2.2.1 test/fixtures/articles.yml
loco-rails-2.2.0 test/fixtures/articles.yml
loco-rails-2.1.0 test/fixtures/articles.yml
loco-rails-2.0.0 test/fixtures/articles.yml
loco-rails-1.5.2 test/fixtures/articles.yml
loco-rails-1.5.1 test/fixtures/articles.yml
loco-rails-1.5.0 test/fixtures/articles.yml