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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9af11ca62a4391b5acd53d50d499e6cc4488b3d7
4
- data.tar.gz: 55aecf5e177f2e306dfaca1174a81adda50ebf16
3
+ metadata.gz: 93901d3036e903125778c2d7eb8115cd02b0c4be
4
+ data.tar.gz: 08d051cb96d9f5ee92b30c2146d1a0c9b8b1a9cc
5
5
  SHA512:
6
- metadata.gz: 4eecb4682c385b17c819c2e2957efa9aa73356a7da50bee52c1ff7f933ce8c0488b8cae798ff389a107e885d569f0260c52328e9a1d58b73ef1d2572493b11ea
7
- data.tar.gz: 3d82d98e83f93addcafd32088ecdd77af08821c42e84aa995044d909e83ebb50d446b16f842cc74d1e58d704b1a003d0c440b4e3ee43d60614dc84a46bd0f4f8
6
+ metadata.gz: 6fc2737fc8209d140fed63da7e29c070e2b97aea47e616d7d6487defe1e4440bf374a87b6a6808d3c64e03843bb544b65c957d89b7bb5d8c2628e74b211c5939
7
+ data.tar.gz: ce47e070111388a815601ed09d6a93d0bebf7e575c4bd45c953828efe920c183abd184c63ab4100c099b38df227dea230637b9199659925dd2c2cd29c9e40362
@@ -1,3 +1,3 @@
1
1
  module SqlSearchNSort
2
- VERSION = "1.12"
2
+ VERSION = "1.13"
3
3
  end
Binary file
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
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7869
+ Migrating to CreateCreditApplications (20140730200419)
7870
+  (0.1ms) begin transaction
7871
+  (0.5ms) CREATE TABLE "credit_applications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "credit_score" integer, "created_at" datetime, "updated_at" datetime) 
7872
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140730200419"]]
7873
+  (5.6ms) commit transaction
7874
+ ActiveRecord::SchemaMigration Load (0.1ms) 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
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
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
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7900
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7901
+ Migrating to CreateCreditApplications (20140730200419)
7902
+  (0.1ms) begin transaction
7903
+  (0.5ms) DROP TABLE "credit_applications"
7904
+ SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140730200419'
7905
+  (1.1ms) commit transaction
7906
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"