- 僕はおくみん
- @okumin
https://github.com/ueshin/docker
$ docker run -it -p 14040:4040 spark:1.1.0-rc4
発表場所: | Scalaz勉強会 |
---|---|
資料のライセンス: | CC-BY-SA 4.0 |
- 2014/07/13 Scalaz勉強会
- @gakuzzzz
- 中村 学
- 株式会社Tech to Value
- play2-auth が scala-awesomeに載りました
As compiled by Kevin Wright a.k.a @thecoda
(executive producer of the movie, and I didn't even know it... clever huh?)
please, please, please - If you know of any slides/code/whatever not on here, then ping me on twitter or comment this Gist!
This gist will be updated as and when I find new information. So it's probably best not to fork it, or you'll miss the updates!
Monday June 16th
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Original Rails controller and action | |
class EmployeesController < ApplicationController | |
def create | |
@employee = Employee.new(employee_params) | |
if @employee.save | |
redirect_to @employee, notice: "Employee #{@employee.name} created" | |
else | |
render :new | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
head { | |
title(title) | |
} | |
body { | |
content() | |
} | |
} |
日時: | 2017-12-03 |
---|---|
作: | 時雨堂 |
バージョン: | 17.6.30 |
URL: | https://shiguredo.jp/ |
2017 年 6 月 30 日をもって開発/販売を終了しました。