remote_partial 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,26 +0,0 @@
1
- # encoding: UTF-8
2
- # This file is auto-generated from the current state of the database. Instead
3
- # of editing this file, please use the migrations feature of Active Record to
4
- # incrementally modify your database, and then regenerate this schema definition.
5
- #
6
- # Note that this schema.rb definition is the authoritative source for your
7
- # database schema. If you need to create the application database on another
8
- # system, you should be using db:schema:load, not running all the migrations
9
- # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
- # you'll amass, the slower it'll run and the greater likelihood for issues).
11
- #
12
- # It's strongly recommended to check this file into your version control system.
13
-
14
- ActiveRecord::Schema.define(:version => 20130703141929) do
15
-
16
- create_table "remote_partial_partials", :force => true do |t|
17
- t.string "name", :limit => 100, :null => false
18
- t.text "url", :limit => 2047, :null => false
19
- t.string "criteria"
20
- t.float "repeat_period"
21
- t.datetime "stale_at"
22
- t.datetime "created_at", :null => false
23
- t.datetime "updated_at", :null => false
24
- end
25
-
26
- end
@@ -1,10 +0,0 @@
1
- # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
-
3
- wcc:
4
- id: 1
5
- name: simple
6
- url: 'http://www.warwickshire.gov.uk'
7
- criteria: 'p:first-child'
8
- repeat_period: <%= 10.minutes %>
9
-
10
-
@@ -1,10 +0,0 @@
1
- require 'test_helper'
2
-
3
- class NavigationTest < ActionDispatch::IntegrationTest
4
- fixtures :all
5
-
6
- # test "the truth" do
7
- # assert true
8
- # end
9
- end
10
-