mxit-rails 0.2.7 → 0.2.8
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.
- data/lib/mxit_rails/page.rb +3 -0
- data/lib/mxit_rails/version.rb +1 -1
- data/test/dummy/app/controllers/form_controller.rb +2 -0
- data/test/dummy/app/views/form/index/age.html.erb +2 -0
- data/test/dummy/app/views/form/index/gender.html.erb +2 -0
- data/test/dummy/app/views/form/index/name.html.erb +1 -0
- data/test/dummy/app/views/form/index/start.html.erb +2 -0
- data/test/dummy/app/views/form/index/surname.html.erb +1 -0
- data/test/dummy/log/development.log +68 -0
- metadata +2 -2
data/lib/mxit_rails/page.rb
CHANGED
data/lib/mxit_rails/version.rb
CHANGED
|
@@ -58309,3 +58309,71 @@ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
|
|
58309
58309
|
|
|
58310
58310
|
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-26 16:31:31 +0200
|
|
58311
58311
|
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
58312
|
+
|
|
58313
|
+
|
|
58314
|
+
Started GET "/" for 127.0.0.1 at 2012-09-27 12:20:56 +0200
|
|
58315
|
+
Connecting to database specified by database.yml
|
|
58316
|
+
Processing by IndexController#index as HTML
|
|
58317
|
+
Rendered index/index.html.erb within layouts/mxit (20.3ms)
|
|
58318
|
+
Completed 200 OK in 42ms (Views: 41.2ms | ActiveRecord: 0.0ms)
|
|
58319
|
+
|
|
58320
|
+
|
|
58321
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-27 12:20:56 +0200
|
|
58322
|
+
Served asset /mxit_rails/included.css - 200 OK (3ms)
|
|
58323
|
+
|
|
58324
|
+
|
|
58325
|
+
Started GET "/form" for 127.0.0.1 at 2012-09-27 12:20:59 +0200
|
|
58326
|
+
Processing by FormController#index as HTML
|
|
58327
|
+
Rendered form/index/start.html.erb within layouts/mxit (0.5ms)
|
|
58328
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
|
58329
|
+
|
|
58330
|
+
|
|
58331
|
+
Started GET "/form" for 127.0.0.1 at 2012-09-27 12:21:01 +0200
|
|
58332
|
+
Processing by FormController#index as HTML
|
|
58333
|
+
Rendered form/index/start.html.erb within layouts/mxit (0.1ms)
|
|
58334
|
+
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
|
58335
|
+
|
|
58336
|
+
|
|
58337
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-27 12:21:01 +0200
|
|
58338
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
58339
|
+
|
|
58340
|
+
|
|
58341
|
+
Started GET "/" for 127.0.0.1 at 2012-09-27 12:21:03 +0200
|
|
58342
|
+
Processing by IndexController#index as HTML
|
|
58343
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
58344
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
|
58345
|
+
|
|
58346
|
+
|
|
58347
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-27 12:21:03 +0200
|
|
58348
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
58349
|
+
|
|
58350
|
+
|
|
58351
|
+
Started GET "/form" for 127.0.0.1 at 2012-09-27 12:21:04 +0200
|
|
58352
|
+
Processing by FormController#index as HTML
|
|
58353
|
+
Rendered form/index/start.html.erb within layouts/mxit (0.1ms)
|
|
58354
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
|
58355
|
+
|
|
58356
|
+
|
|
58357
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-27 12:21:04 +0200
|
|
58358
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
58359
|
+
|
|
58360
|
+
|
|
58361
|
+
Started GET "/form?_mxit_rails_submit=Proceed" for 127.0.0.1 at 2012-09-27 12:21:05 +0200
|
|
58362
|
+
Processing by FormController#index as HTML
|
|
58363
|
+
Parameters: {"_mxit_rails_submit"=>"Proceed"}
|
|
58364
|
+
Rendered form/index/name.html.erb within layouts/mxit (0.6ms)
|
|
58365
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
|
58366
|
+
|
|
58367
|
+
|
|
58368
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-27 12:21:05 +0200
|
|
58369
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
58370
|
+
|
|
58371
|
+
|
|
58372
|
+
Started GET "/" for 127.0.0.1 at 2012-09-27 12:21:07 +0200
|
|
58373
|
+
Processing by IndexController#index as HTML
|
|
58374
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
58375
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
|
58376
|
+
|
|
58377
|
+
|
|
58378
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-27 12:21:07 +0200
|
|
58379
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mxit-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-09-
|
|
12
|
+
date: 2012-09-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|