sql_search_n_sort 1.12 → 1.13
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 +4 -4
- data/lib/sql_search_n_sort/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +39 -0
- data/test/dummy/log/test.log +7043 -0
- data/test/dummy/spec/models/person_spec.rb +0 -2
- data/test/dummy/spec/requests/people_spec.rb +0 -1
- data/test/dummy/spec/requests/vehicles_spec.rb +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93901d3036e903125778c2d7eb8115cd02b0c4be
|
4
|
+
data.tar.gz: 08d051cb96d9f5ee92b30c2146d1a0c9b8b1a9cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fc2737fc8209d140fed63da7e29c070e2b97aea47e616d7d6487defe1e4440bf374a87b6a6808d3c64e03843bb544b65c957d89b7bb5d8c2628e74b211c5939
|
7
|
+
data.tar.gz: ce47e070111388a815601ed09d6a93d0bebf7e575c4bd45c953828efe920c183abd184c63ab4100c099b38df227dea230637b9199659925dd2c2cd29c9e40362
|
Binary file
|
data/test/dummy/db/test.sqlite3
CHANGED
Binary file
|
@@ -7865,3 +7865,42 @@ ActionView::Template::Error (Missing partial people/_sort_form, application/_sor
|
|
7865
7865
|
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
|
7866
7866
|
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
|
7867
7867
|
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.2ms)
|
7868
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
7869
|
+
Migrating to CreateCreditApplications (20140730200419)
|
7870
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7871
|
+
[1m[36m (0.5ms)[0m [1mCREATE TABLE "credit_applications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "credit_score" integer, "created_at" datetime, "updated_at" datetime) [0m
|
7872
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140730200419"]]
|
7873
|
+
[1m[36m (5.6ms)[0m [1mcommit transaction[0m
|
7874
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
7875
|
+
|
7876
|
+
|
7877
|
+
Started GET "/people" for 127.0.0.1 at 2014-07-30 16:16:54 -0400
|
7878
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
7879
|
+
Processing by PeopleController#index as HTML
|
7880
|
+
Rendered people/index.html.haml within layouts/application (8.4ms)
|
7881
|
+
Completed 500 Internal Server Error in 17ms
|
7882
|
+
|
7883
|
+
ActionView::Template::Error (Missing partial people/_sort_form, application/_sort_form with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in:
|
7884
|
+
* "/Users/johnomalley/Rails_Projects/Rails_4.1/sql_search_n_sort/test/dummy/app/views"
|
7885
|
+
):
|
7886
|
+
3: %thead
|
7887
|
+
4: %tr
|
7888
|
+
5: %td{:colspan => 3, :style => "padding-bottom: 15px;"}
|
7889
|
+
6: =render "sort_form" #, :opts => @sort_dropdown_opts
|
7890
|
+
7: %td{:colspan => 3, :style => "padding-bottom: 15px;"}
|
7891
|
+
8: =render "search_form"
|
7892
|
+
9: %tr
|
7893
|
+
app/views/people/index.html.haml:6:in `_app_views_people_index_html_haml___4434338519299115954_2183985500'
|
7894
|
+
|
7895
|
+
|
7896
|
+
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
7897
|
+
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.0ms)
|
7898
|
+
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.2ms)
|
7899
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
7900
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
7901
|
+
Migrating to CreateCreditApplications (20140730200419)
|
7902
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7903
|
+
[1m[35m (0.5ms)[0m DROP TABLE "credit_applications"
|
7904
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140730200419'[0m
|
7905
|
+
[1m[35m (1.1ms)[0m commit transaction
|
7906
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|