erroneous 0.1.1 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +1 -1
- data/README.rdoc +6 -9
- data/lib/erroneous/version.rb +1 -1
- metadata +16 -156
- data/test/dummy/Rakefile +0 -7
- data/test/dummy/app/assets/javascripts/application.js +0 -3
- data/test/dummy/app/assets/javascripts/main.js +0 -0
- data/test/dummy/app/assets/javascripts/people.js +0 -0
- data/test/dummy/app/assets/stylesheets/application.css +0 -39
- data/test/dummy/app/assets/stylesheets/main.css +0 -0
- data/test/dummy/app/assets/stylesheets/people.css +0 -0
- data/test/dummy/app/controllers/application_controller.rb +0 -3
- data/test/dummy/app/controllers/main_controller.rb +0 -10
- data/test/dummy/app/controllers/people_controller.rb +0 -49
- data/test/dummy/app/helpers/application_helper.rb +0 -2
- data/test/dummy/app/helpers/main_helper.rb +0 -2
- data/test/dummy/app/helpers/people_helper.rb +0 -2
- data/test/dummy/app/models/person.rb +0 -16
- data/test/dummy/app/views/layouts/application.html.erb +0 -14
- data/test/dummy/app/views/main/index.html.erb +0 -5
- data/test/dummy/app/views/people/_form.html.erb +0 -27
- data/test/dummy/app/views/people/edit.html.erb +0 -3
- data/test/dummy/app/views/people/index.html.erb +0 -16
- data/test/dummy/app/views/people/new.html.erb +0 -3
- data/test/dummy/app/views/people/show.html.erb +0 -27
- data/test/dummy/config.ru +0 -4
- data/test/dummy/config/application.rb +0 -45
- data/test/dummy/config/boot.rb +0 -10
- data/test/dummy/config/database.yml +0 -17
- data/test/dummy/config/environment.rb +0 -5
- data/test/dummy/config/environments/development.rb +0 -30
- data/test/dummy/config/environments/production.rb +0 -60
- data/test/dummy/config/environments/test.rb +0 -39
- data/test/dummy/config/initializers/other.rb +0 -2
- data/test/dummy/config/locales/en.yml +0 -1
- data/test/dummy/config/routes.rb +0 -7
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20110109192118_create_people.rb +0 -12
- data/test/dummy/db/production.sqlite3 +0 -0
- data/test/dummy/db/schema.rb +0 -25
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -152
- data/test/dummy/log/test.log +0 -250
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +0 -6
- data/test/dummy/test/fixtures/people.yml +0 -5
- data/test/dummy/test/functional/main_controller_test.rb +0 -10
- data/test/dummy/test/functional/people_controller_test.rb +0 -53
- data/test/dummy/test/unit/helpers/main_helper_test.rb +0 -4
- data/test/dummy/test/unit/helpers/people_helper_test.rb +0 -4
- data/test/dummy/test/unit/person_test.rb +0 -7
- data/test/dummy/tmp/cache/assets/C7E/4A0/sprockets%2F80684416a4e6815bdae5306d295b9024 +0 -0
- data/test/dummy/tmp/cache/assets/CC4/F50/sprockets%2Fb84b903597039697e3e76b6178af6ab3 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/D06/B40/sprockets%2F25fca4643219052b0d5c66cf2c71f72f +0 -0
- data/test/dummy/tmp/cache/assets/D26/080/sprockets%2F14492c596885cafe7932045e4e7efd3f +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D3D/A50/sprockets%2F3022f155dee643c76e97fbbab090438d +0 -0
- data/test/dummy/tmp/cache/assets/D44/670/sprockets%2Fc49eb38f70357e0024a346a934fffc9b +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D58/1E0/sprockets%2Fdd863e40bd669f77bb549b257d88d6b5 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D73/9B0/sprockets%2Ff6eeb33602682bd6ff6d1f177f6b142d +0 -0
- data/test/dummy/tmp/cache/assets/D98/5D0/sprockets%2Fb05ff97cdfa9ad0f51f60b3604d07c80 +0 -0
- data/test/dummy/tmp/cache/assets/DA7/530/sprockets%2Fe36b8fcf5914a3a6bf058abfe7367b19 +0 -0
- data/test/dummy/tmp/cache/assets/DB7/6C0/sprockets%2F386e9196dd0f9efdce6f92ce93a6d107 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/DF7/B60/sprockets%2Fd4e54c5507a31ff288be0c5fa21dbedf +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/erroneous_test.rb +0 -7
- data/test/test_helper.rb +0 -8
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
<%= form_for(@person) do |f| %>
|
|
2
|
-
|
|
3
|
-
<div class="field">
|
|
4
|
-
<%= f.label :name, "Name:" %>
|
|
5
|
-
<%= f.text_field :name %>
|
|
6
|
-
<%= errors @person, :name %>
|
|
7
|
-
</div>
|
|
8
|
-
<div class="field">
|
|
9
|
-
<%= f.label :url, "URL:" %>
|
|
10
|
-
<%= f.text_field :url %>
|
|
11
|
-
<%= errors @person, :url %>
|
|
12
|
-
</div>
|
|
13
|
-
<div class="field">
|
|
14
|
-
<%= f.label :email, "Email:" %>
|
|
15
|
-
<%= f.text_field :email %>
|
|
16
|
-
<%= errors @person, :email %>
|
|
17
|
-
</div>
|
|
18
|
-
<div class="field">
|
|
19
|
-
<%= f.label :phone, "Phone:" %>
|
|
20
|
-
<%= f.text_field :phone %>
|
|
21
|
-
<%= errors @person, :phone %>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="actions">
|
|
24
|
-
<%= f.submit %>
|
|
25
|
-
</div>
|
|
26
|
-
|
|
27
|
-
<% end %>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<h1>People</h1>
|
|
2
|
-
|
|
3
|
-
<table>
|
|
4
|
-
<% @people.each do |person| %>
|
|
5
|
-
<tr>
|
|
6
|
-
<td><%= person.name %></td>
|
|
7
|
-
<td><%= link_to 'Show', person %></td>
|
|
8
|
-
<td><%= link_to 'Edit', edit_person_path(person) %></td>
|
|
9
|
-
<td><%= link_to 'Destroy', person, :confirm => 'Are you sure?', :method => :delete %></td>
|
|
10
|
-
</tr>
|
|
11
|
-
<% end %>
|
|
12
|
-
</table>
|
|
13
|
-
|
|
14
|
-
<p>
|
|
15
|
-
<%= link_to 'New', new_person_path %>
|
|
16
|
-
</p>
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
<h1>Show</h1>
|
|
2
|
-
|
|
3
|
-
<p id="notice"><%= notice %></p>
|
|
4
|
-
|
|
5
|
-
<p>
|
|
6
|
-
<b>Name:</b>
|
|
7
|
-
<%= @person.name %>
|
|
8
|
-
</p>
|
|
9
|
-
|
|
10
|
-
<p>
|
|
11
|
-
<b>Url:</b>
|
|
12
|
-
<%= @person.url %>
|
|
13
|
-
</p>
|
|
14
|
-
|
|
15
|
-
<p>
|
|
16
|
-
<b>Email:</b>
|
|
17
|
-
<%= @person.email %>
|
|
18
|
-
</p>
|
|
19
|
-
|
|
20
|
-
<p>
|
|
21
|
-
<b>Phone:</b>
|
|
22
|
-
<%= @person.phone %>
|
|
23
|
-
</p>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
<%= link_to 'Edit', edit_person_path(@person) %> |
|
|
27
|
-
<%= link_to 'Back', people_path %>
|
data/test/dummy/config.ru
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
require File.expand_path('../boot', __FILE__)
|
|
2
|
-
|
|
3
|
-
require 'rails/all'
|
|
4
|
-
|
|
5
|
-
Bundler.require
|
|
6
|
-
require "erroneous"
|
|
7
|
-
|
|
8
|
-
module Dummy
|
|
9
|
-
class Application < Rails::Application
|
|
10
|
-
# Settings in config/environments/* take precedence over those specified here.
|
|
11
|
-
# Application configuration should go into files in config/initializers
|
|
12
|
-
# -- all .rb files in that directory are automatically loaded.
|
|
13
|
-
|
|
14
|
-
# Custom directories with classes and modules you want to be autoloadable.
|
|
15
|
-
# config.autoload_paths += %W(#{config.root}/extras)
|
|
16
|
-
|
|
17
|
-
# Only load the plugins named here, in the order given (default is alphabetical).
|
|
18
|
-
# :all can be used as a placeholder for all plugins not explicitly named.
|
|
19
|
-
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
|
|
20
|
-
|
|
21
|
-
# Activate observers that should always be running.
|
|
22
|
-
# config.active_record.observers = :cacher, :garbage_collector, :forum_observer
|
|
23
|
-
|
|
24
|
-
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
|
|
25
|
-
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
|
|
26
|
-
# config.time_zone = 'Central Time (US & Canada)'
|
|
27
|
-
|
|
28
|
-
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
|
29
|
-
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
|
30
|
-
# config.i18n.default_locale = :de
|
|
31
|
-
|
|
32
|
-
# Configure the default encoding used in templates for Ruby 1.9.
|
|
33
|
-
config.encoding = "utf-8"
|
|
34
|
-
|
|
35
|
-
# Configure sensitive parameters which will be filtered from the log file.
|
|
36
|
-
config.filter_parameters += [:password]
|
|
37
|
-
|
|
38
|
-
# Enable the asset pipeline
|
|
39
|
-
config.assets.enabled = true
|
|
40
|
-
|
|
41
|
-
# Version of your assets, change this if you want to expire all your assets
|
|
42
|
-
config.assets.version = '1.0'
|
|
43
|
-
end
|
|
44
|
-
end
|
|
45
|
-
|
data/test/dummy/config/boot.rb
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
development:
|
|
2
|
-
adapter: sqlite3
|
|
3
|
-
database: db/development.sqlite3
|
|
4
|
-
pool: 5
|
|
5
|
-
timeout: 5000
|
|
6
|
-
|
|
7
|
-
test:
|
|
8
|
-
adapter: sqlite3
|
|
9
|
-
database: db/test.sqlite3
|
|
10
|
-
pool: 5
|
|
11
|
-
timeout: 5000
|
|
12
|
-
|
|
13
|
-
production:
|
|
14
|
-
adapter: sqlite3
|
|
15
|
-
database: db/production.sqlite3
|
|
16
|
-
pool: 5
|
|
17
|
-
timeout: 5000
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
Dummy::Application.configure do
|
|
2
|
-
# Settings specified here will take precedence over those in config/application.rb
|
|
3
|
-
|
|
4
|
-
# In the development environment your application's code is reloaded on
|
|
5
|
-
# every request. This slows down response time but is perfect for development
|
|
6
|
-
# since you don't have to restart the web server when you make code changes.
|
|
7
|
-
config.cache_classes = false
|
|
8
|
-
|
|
9
|
-
# Log error messages when you accidentally call methods on nil.
|
|
10
|
-
config.whiny_nils = true
|
|
11
|
-
|
|
12
|
-
# Show full error reports and disable caching
|
|
13
|
-
config.consider_all_requests_local = true
|
|
14
|
-
config.action_controller.perform_caching = false
|
|
15
|
-
|
|
16
|
-
# Don't care if the mailer can't send
|
|
17
|
-
config.action_mailer.raise_delivery_errors = false
|
|
18
|
-
|
|
19
|
-
# Print deprecation notices to the Rails logger
|
|
20
|
-
config.active_support.deprecation = :log
|
|
21
|
-
|
|
22
|
-
# Only use best-standards-support built into browsers
|
|
23
|
-
config.action_dispatch.best_standards_support = :builtin
|
|
24
|
-
|
|
25
|
-
# Do not compress assets
|
|
26
|
-
config.assets.compress = false
|
|
27
|
-
|
|
28
|
-
# Expands the lines which load the assets
|
|
29
|
-
config.assets.debug = true
|
|
30
|
-
end
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
Dummy::Application.configure do
|
|
2
|
-
# Settings specified here will take precedence over those in config/application.rb
|
|
3
|
-
|
|
4
|
-
# Code is not reloaded between requests
|
|
5
|
-
config.cache_classes = true
|
|
6
|
-
|
|
7
|
-
# Full error reports are disabled and caching is turned on
|
|
8
|
-
config.consider_all_requests_local = false
|
|
9
|
-
config.action_controller.perform_caching = true
|
|
10
|
-
|
|
11
|
-
# Disable Rails's static asset server (Apache or nginx will already do this)
|
|
12
|
-
config.serve_static_assets = false
|
|
13
|
-
|
|
14
|
-
# Compress JavaScripts and CSS
|
|
15
|
-
config.assets.compress = true
|
|
16
|
-
|
|
17
|
-
# Don't fallback to assets pipeline if a precompiled asset is missed
|
|
18
|
-
config.assets.compile = false
|
|
19
|
-
|
|
20
|
-
# Generate digests for assets URLs
|
|
21
|
-
config.assets.digest = true
|
|
22
|
-
|
|
23
|
-
# Defaults to Rails.root.join("public/assets")
|
|
24
|
-
# config.assets.manifest = YOUR_PATH
|
|
25
|
-
|
|
26
|
-
# Specifies the header that your server uses for sending files
|
|
27
|
-
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
|
|
28
|
-
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
|
|
29
|
-
|
|
30
|
-
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
|
31
|
-
# config.force_ssl = true
|
|
32
|
-
|
|
33
|
-
# See everything in the log (default is :info)
|
|
34
|
-
# config.log_level = :debug
|
|
35
|
-
|
|
36
|
-
# Use a different logger for distributed setups
|
|
37
|
-
# config.logger = SyslogLogger.new
|
|
38
|
-
|
|
39
|
-
# Use a different cache store in production
|
|
40
|
-
# config.cache_store = :mem_cache_store
|
|
41
|
-
|
|
42
|
-
# Enable serving of images, stylesheets, and JavaScripts from an asset server
|
|
43
|
-
# config.action_controller.asset_host = "http://assets.example.com"
|
|
44
|
-
|
|
45
|
-
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
|
|
46
|
-
# config.assets.precompile += %w( search.js )
|
|
47
|
-
|
|
48
|
-
# Disable delivery errors, bad email addresses will be ignored
|
|
49
|
-
# config.action_mailer.raise_delivery_errors = false
|
|
50
|
-
|
|
51
|
-
# Enable threaded mode
|
|
52
|
-
# config.threadsafe!
|
|
53
|
-
|
|
54
|
-
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
|
|
55
|
-
# the I18n.default_locale when a translation can not be found)
|
|
56
|
-
config.i18n.fallbacks = true
|
|
57
|
-
|
|
58
|
-
# Send deprecation notices to registered listeners
|
|
59
|
-
config.active_support.deprecation = :notify
|
|
60
|
-
end
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
Dummy::Application.configure do
|
|
2
|
-
# Settings specified here will take precedence over those in config/application.rb
|
|
3
|
-
|
|
4
|
-
# The test environment is used exclusively to run your application's
|
|
5
|
-
# test suite. You never need to work with it otherwise. Remember that
|
|
6
|
-
# your test database is "scratch space" for the test suite and is wiped
|
|
7
|
-
# and recreated between test runs. Don't rely on the data there!
|
|
8
|
-
config.cache_classes = true
|
|
9
|
-
|
|
10
|
-
# Configure static asset server for tests with Cache-Control for performance
|
|
11
|
-
config.serve_static_assets = true
|
|
12
|
-
config.static_cache_control = "public, max-age=3600"
|
|
13
|
-
|
|
14
|
-
# Log error messages when you accidentally call methods on nil
|
|
15
|
-
config.whiny_nils = true
|
|
16
|
-
|
|
17
|
-
# Show full error reports and disable caching
|
|
18
|
-
config.consider_all_requests_local = true
|
|
19
|
-
config.action_controller.perform_caching = false
|
|
20
|
-
|
|
21
|
-
# Raise exceptions instead of rendering exception templates
|
|
22
|
-
config.action_dispatch.show_exceptions = false
|
|
23
|
-
|
|
24
|
-
# Disable request forgery protection in test environment
|
|
25
|
-
config.action_controller.allow_forgery_protection = false
|
|
26
|
-
|
|
27
|
-
# Tell Action Mailer not to deliver emails to the real world.
|
|
28
|
-
# The :test delivery method accumulates sent emails in the
|
|
29
|
-
# ActionMailer::Base.deliveries array.
|
|
30
|
-
config.action_mailer.delivery_method = :test
|
|
31
|
-
|
|
32
|
-
# Use SQL instead of Active Record's schema dumper when creating the test database.
|
|
33
|
-
# This is necessary if your schema can't be completely dumped by the schema dumper,
|
|
34
|
-
# like if you have constraints or database-specific column types
|
|
35
|
-
# config.active_record.schema_format = :sql
|
|
36
|
-
|
|
37
|
-
# Print deprecation notices to the stderr
|
|
38
|
-
config.active_support.deprecation = :stderr
|
|
39
|
-
end
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
en: {}
|
data/test/dummy/config/routes.rb
DELETED
|
Binary file
|
|
File without changes
|
data/test/dummy/db/schema.rb
DELETED
|
@@ -1,25 +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 => 20110109192118) do
|
|
15
|
-
|
|
16
|
-
create_table "people", :force => true do |t|
|
|
17
|
-
t.string "name"
|
|
18
|
-
t.string "url"
|
|
19
|
-
t.string "email"
|
|
20
|
-
t.string "phone"
|
|
21
|
-
t.datetime "created_at"
|
|
22
|
-
t.datetime "updated_at"
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
end
|
data/test/dummy/db/test.sqlite3
DELETED
|
Binary file
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
Connecting to database specified by database.yml
|
|
2
|
-
[1m[36m (1.7ms)[0m [1mselect sqlite_version(*)[0m
|
|
3
|
-
[1m[35m (1.3ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "url" varchar(255), "email" varchar(255), "phone" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
4
|
-
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
5
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("schema_migrations")
|
|
6
|
-
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
7
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
8
|
-
[1m[36m (1.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20110109192118')[0m
|
|
9
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
|
10
|
-
Connecting to database specified by database.yml
|
|
11
|
-
[1m[36m (0.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
12
|
-
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
|
13
|
-
[1m[36m (1.7ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "url" varchar(255), "email" varchar(255), "phone" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
|
14
|
-
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
15
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
|
16
|
-
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
17
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
18
|
-
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20110109192118')
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Started GET "/" for 127.0.0.1 at 2012-10-27 15:17:39 -0700
|
|
22
|
-
Connecting to database specified by database.yml
|
|
23
|
-
Processing by MainController#index as HTML
|
|
24
|
-
Rendered main/index.html.erb within layouts/application (3.2ms)
|
|
25
|
-
Compiled main.css (0ms) (pid 43630)
|
|
26
|
-
Compiled people.css (0ms) (pid 43630)
|
|
27
|
-
Compiled application.css (77ms) (pid 43630)
|
|
28
|
-
Compiled jquery.js (8ms) (pid 43630)
|
|
29
|
-
Compiled jquery_ujs.js (0ms) (pid 43630)
|
|
30
|
-
Compiled main.js (0ms) (pid 43630)
|
|
31
|
-
Compiled people.js (0ms) (pid 43630)
|
|
32
|
-
Compiled application.js (116ms) (pid 43630)
|
|
33
|
-
Completed 200 OK in 311ms (Views: 310.5ms | ActiveRecord: 0.0ms)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-27 15:17:39 -0700
|
|
37
|
-
Served asset /application.css - 200 OK (7ms)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
|
41
|
-
Served asset /main.css - 200 OK (2ms)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
Started GET "/assets/people.css?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
|
45
|
-
Served asset /people.css - 200 OK (2ms)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
|
49
|
-
Served asset /jquery.js - 200 OK (3ms)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
|
53
|
-
Served asset /jquery_ujs.js - 200 OK (3ms)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
|
57
|
-
Served asset /main.js - 200 OK (3ms)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
|
61
|
-
Served asset /application.js - 200 OK (10ms)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
Started GET "/assets/people.js?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
|
65
|
-
Served asset /people.js - 200 OK (2ms)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
Started GET "/people" for 127.0.0.1 at 2012-10-27 15:17:42 -0700
|
|
69
|
-
Processing by PeopleController#index as HTML
|
|
70
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" [0m
|
|
71
|
-
Rendered people/index.html.erb within layouts/application (1.4ms)
|
|
72
|
-
Completed 200 OK in 38ms (Views: 8.4ms | ActiveRecord: 2.3ms)
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
Started GET "/people/new" for 127.0.0.1 at 2012-10-27 15:17:44 -0700
|
|
76
|
-
Processing by PeopleController#new as HTML
|
|
77
|
-
Rendered people/_form.html.erb (12.3ms)
|
|
78
|
-
Rendered people/new.html.erb within layouts/application (16.7ms)
|
|
79
|
-
Completed 200 OK in 36ms (Views: 23.3ms | ActiveRecord: 0.0ms)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
Started POST "/people" for 127.0.0.1 at 2012-10-27 15:17:47 -0700
|
|
83
|
-
Processing by PeopleController#create as HTML
|
|
84
|
-
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DsruS9bhklmkFmoSmTEZDA1bQHWPbZScurfkjgPgTVA=", "person"=>{"name"=>"", "url"=>"", "email"=>"", "phone"=>""}, "commit"=>"Create Person"}
|
|
85
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
86
|
-
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
87
|
-
Rendered people/_form.html.erb (4.0ms)
|
|
88
|
-
Rendered people/new.html.erb within layouts/application (4.9ms)
|
|
89
|
-
Completed 200 OK in 62ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
Started GET "/" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
|
93
|
-
Connecting to database specified by database.yml
|
|
94
|
-
Processing by MainController#index as HTML
|
|
95
|
-
Rendered main/index.html.erb within layouts/application (3.5ms)
|
|
96
|
-
Completed 200 OK in 86ms (Views: 84.9ms | ActiveRecord: 0.0ms)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
|
100
|
-
Served asset /main.css - 200 OK (13ms)
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
|
104
|
-
Served asset /application.css - 200 OK (10ms)
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
Started GET "/assets/people.css?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
|
108
|
-
Served asset /people.css - 200 OK (2ms)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
|
112
|
-
Served asset /jquery_ujs.js - 200 OK (3ms)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
|
116
|
-
Served asset /main.js - 200 OK (36ms)
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
|
120
|
-
Served asset /jquery.js - 200 OK (5ms)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
Started GET "/assets/people.js?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
|
124
|
-
Served asset /people.js - 200 OK (2ms)
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
|
128
|
-
Served asset /application.js - 200 OK (12ms)
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
Started GET "/people" for 127.0.0.1 at 2012-10-27 15:39:37 -0700
|
|
132
|
-
Processing by PeopleController#index as HTML
|
|
133
|
-
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "people".* FROM "people" [0m
|
|
134
|
-
Rendered people/index.html.erb within layouts/application (1.7ms)
|
|
135
|
-
Completed 200 OK in 47ms (Views: 12.5ms | ActiveRecord: 2.5ms)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
Started GET "/people/new" for 127.0.0.1 at 2012-10-27 15:39:38 -0700
|
|
139
|
-
Processing by PeopleController#new as HTML
|
|
140
|
-
Rendered people/_form.html.erb (12.3ms)
|
|
141
|
-
Rendered people/new.html.erb within layouts/application (52.0ms)
|
|
142
|
-
Completed 200 OK in 72ms (Views: 60.3ms | ActiveRecord: 0.0ms)
|
|
143
|
-
Connecting to database specified by database.yml
|
|
144
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
145
|
-
Migrating to CreatePeople (20110109192118)
|
|
146
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
147
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
148
|
-
[1m[35m (0.5ms)[0m select sqlite_version(*)
|
|
149
|
-
[1m[36m (1.5ms)[0m [1mDROP TABLE "people"[0m
|
|
150
|
-
[1m[35m (1.2ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "url" varchar(255), "email" varchar(255), "phone" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
151
|
-
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
152
|
-
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|