Skip to content

Latest commit

 

History

History

2015-11-munich-rubyshift

News Bulletin

My talk at Rubyshift Munich <2015-11-11>

The slides are built with org-isolide. (@kuanyui == the best)

All the mentioned links:

Happy Karneval / Fasching!

(To whom it may concern!)

Sad news up front

  • Padrino 0.13.0 was released.
  • It’s been too long since I looked into Padrino.
  • So, no Padrino Talk that was prepared in a hurry.
  • Promise: I’ll make it up for it.

Meanwhile: shameless self-plug (first attempt)

http://hasbeen.in

images/hasbeen.png

Ruby Day 2015

Specs

  • **Turin**, this very Friday (November 13th).
  • 3 Track conference (at least one in en_US)
  • Ticket sale ends **tomorrow**
  • **52€**

Rubinius, Inc

  • (by Brian Shirai)

Rubinius Compute

  • compute.rubinius.com
  • Distributed, resilient, collaborating networks of compute nodes are the future of applications in a connected world.
  • InterPlanetary File System (IPFS)
  • Well.

    images/kaboom.gif

AWS Lambda JRuby

images/aws-lambda-ruby.png

Shrine

http://twin.github.io/introducing-shrine/

images/shrine.png

Usage (shamelessly stolen from aforementioned blog post)

class ImageUploader < Shrine
  plugin :sequel
  plugin :pretty_location
  plugin :logging, format: :json
end
class User < Sequel::Model
  include ImageUploader[:avatar] # creates and includes an attachment module
end
user = User.create(avatar: File.open("path/to/avatar.jpg"))
user.avatar.id # "user/532/avatar/f753g598sm3l2.jpg"

Rubytown!

Habemus Wiki Page.

images/rubytown.png

Shameless self-plug (second attempt)

euruko 2015 Recap

dev.mensfeld.pl/2015/10/euruko-2015-review-conference-in-a-nutshell

images/euruko.png

Ruby > Web.

bitboxer.de/2015/11/05/ruby-gt-web

images/bodo.jpg

Still waiting