rabbit-slide-unasuke-heiseirb-6 1.0.0

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: fa615d9acb171daecf965d544ce469a0472d5cd1e916f24c1c384deab842079c
4
+ data.tar.gz: b3f896b78c4c349de1070145a2597bd8befe098b8a2eb1fc4feaf807b222fb55
5
+ SHA512:
6
+ metadata.gz: e1fd0337c2294439ccb413ec055fbc2889d5574d252fe619ccedb1c6a45c95e43f5f74c97787d6ca0fc7b61ca799dcc01862d162630450c83a47f932655a14b4
7
+ data.tar.gz: 6e84997aa02994551264accfe634f16528e86a8abdcdf384cad9a20bf0848cced93d973aff330a1bb71a059bfe291c73eb92ff2489dfb85c81767cd55c4b1afb
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ slide.md
@@ -0,0 +1,24 @@
1
+ # 平成.rb #6
2
+
3
+ [平成.rb #6 @株式会社Branding Engineer - connpass](https://heiseirb.connpass.com/event/138210/)
4
+
5
+ ## 作者向け
6
+
7
+ ### 表示
8
+
9
+ rake
10
+
11
+ ### 公開
12
+
13
+ rake publish
14
+
15
+ ## 閲覧者向け
16
+
17
+ ### インストール
18
+
19
+ gem install rabbit-slide-unasuke-heiseirb-6
20
+
21
+ ### 表示
22
+
23
+ rabbit rabbit-slide-unasuke-heiseirb-6.gem
24
+
@@ -0,0 +1,17 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ spec = nil
6
+ Rabbit::Task::Slide.new do |task|
7
+ spec = task.spec
8
+ # spec.files += Dir.glob("doc/**/*.*")
9
+ # spec.files -= Dir.glob("private/**/*.*")
10
+ # spec.add_runtime_dependency("YOUR THEME")
11
+ end
12
+
13
+ desc "Tag #{spec.version}"
14
+ task :tag do
15
+ sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
16
+ sh("git", "push", "--tags")
17
+ end
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: heiseirb-6
3
+ base_name: slide
4
+ tags: ['ruby', 'rails']
5
+ presentation_date:
6
+ version: 1.0.0
7
+ licenses: ['MIT']
8
+ slideshare_id:
9
+ speaker_deck_id:
10
+ ustream_id:
11
+ vimeo_id:
12
+ youtube_id:
13
+ author:
14
+ markup_language: :markdown
15
+ name: unasuke
16
+ email:
17
+ rubygems_user: unasuke
18
+ slideshare_user:
19
+ speaker_deck_user:
Binary file
Binary file
@@ -0,0 +1,65 @@
1
+ # CASHとRails 6.0.0.rc1
2
+ subtitle
3
+ : 2019-07-18
4
+
5
+ subtitle
6
+ : 平成.rb #8
7
+
8
+ author
9
+ : うなすけ
10
+
11
+ theme
12
+ : unasuke-white
13
+
14
+ # 自己紹介
15
+ - 名前 : うなすけ
16
+ - 仕事 : 株式会社バンク (エンジニア)
17
+ - インフラ寄りサーバーサイドエンジニア
18
+ - Ruby, Rails, Kubernetes...
19
+
20
+ - {::tag name="x-small"}GitHub [@unasuke](https://github.com/unasuke){:/tag}
21
+ - {::tag name="x-small"}Mastodon [@unasuke@mstdn.unasuke.com](https://mstdn.unasuke.com/@unasuke){:/tag}
22
+ - {::tag name="x-small"}Twitter [@yu\_suke1994](https://twitter.com/yu_suke1994){:/tag}
23
+
24
+ ![](img/icon_raw.jpg){:relative_width="24" align="right" relative_margin_right="-10" relative_margin_top="42"}
25
+
26
+ # Rails 6.0.0.rc1
27
+ ![](img/rails-600rc1-rubygems-org.png){:relative_width="100"}
28
+
29
+ # Draft pull req つくった
30
+ ![](img/cash-rails-600rc1-pull-req.png){:relative_width="100"}
31
+
32
+ # 3 commits で test pass
33
+ ![](img/cash-rails-600rc1-pull-req-status.png){:relative_width="100"}
34
+
35
+ # Gemfile
36
+ ![](img/cash-rails-600rc1-gemfile.png){:relative_width="100"}
37
+
38
+ # テストが落ちる
39
+ ![](img/cash-rails-600rc1-test-fail.png){:relative_width="100"}
40
+
41
+ - `format: :json` がダメ?🤔🤔
42
+ - でもCANGELOGにそれっぽいのはない……
43
+
44
+ # 公式を見る
45
+ ![](img/rspec-rails-issue-2114.png){:relative_width="100"}
46
+
47
+ <https://github.com/rspec/rspec-rails/issues/2114>
48
+
49
+ # 公式を見る
50
+ ![](img/rspec-rails-issue-2114-closed.png){:relative_width="100"}
51
+
52
+ <https://github.com/rspec/rspec-rails/issues/2114>
53
+
54
+ # rspec-rails 4-0-dev branchを使う
55
+ ![](img/cash-rails-600rc1-pull-req-rspec-rails.png){:relative_width="100"}
56
+
57
+ # migrationが落ちる
58
+ ![](img/cash-rails-600rc1-migration-fail.png){:relative_width="100"}
59
+
60
+ # migrationのsyntaxがおかしかった
61
+ ![](img/cash-rails-600rc1-migration-syntax-fix.png){:relative_width="90"}
62
+
63
+ # あとやること
64
+ - `Rails.application.config.hosts `
65
+ - 他なんかあったっけ……?
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-unasuke-heiseirb-6
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - unasuke
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-07-19 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rabbit
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 2.0.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 2.0.2
27
+ description: "[平成.rb #6 @株式会社Branding Engineer - connpass](https://heiseirb.connpass.com/event/138210/)"
28
+ email:
29
+ -
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rabbit"
35
+ - README.md
36
+ - Rakefile
37
+ - config.yaml
38
+ - img/cash-rails-600rc1-gemfile.png
39
+ - img/cash-rails-600rc1-migration-fail.png
40
+ - img/cash-rails-600rc1-migration-syntax-fix.png
41
+ - img/cash-rails-600rc1-pull-req-rspec-rails.png
42
+ - img/cash-rails-600rc1-pull-req-status.png
43
+ - img/cash-rails-600rc1-pull-req.png
44
+ - img/cash-rails-600rc1-test-fail.png
45
+ - img/icon_raw.jpg
46
+ - img/rails-600rc1-rubygems-org.png
47
+ - img/rspec-rails-issue-2114-closed.png
48
+ - img/rspec-rails-issue-2114.png
49
+ - pdf/heiseirb-6-slide.pdf
50
+ - slide.md
51
+ homepage: http://slide.rabbit-shocker.org/authors/unasuke/heiseirb-6/
52
+ licenses:
53
+ - MIT
54
+ metadata: {}
55
+ post_install_message:
56
+ rdoc_options: []
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ requirements: []
70
+ rubygems_version: 3.0.3
71
+ signing_key:
72
+ specification_version: 4
73
+ summary: '平成.rb #6'
74
+ test_files: []