RubyConf 2010 - Self-Contained, Source-Free, Executable Ruby Applications with Warbler

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=w2bzbuo10vo



Duration: 40:09
269 views
1


by: Nick Sieger

Have you ever wanted to write pure Ruby code and deploy it on a friend's machine, a server, or some computer where you have little control? With Warbler you can pack a fully functioning application into a single file and run the application anywhere there is a JVM. Build micro webapps, background agents, environment monitors, utilities, or desktop applications that can be trivially deployed across a mixed computing environment. Take Ruby where you previously could not, and leave your source code at home at the same time! We'll discuss how Warbler, JRuby and the JVM are combined to make this happen, and show some examples where such a deployment scheme might make sense. Warbler started as a simple tool to package a Rails application into a single file. Soon after 1.0, Warbler was capable of embedding a minimal web server for fully-functional Rails application servers in a single file with compiled, obfuscated code. The 1.3 release available soon will allow bundling of any Ruby application with bin script and a gemspec or Gemfile into an executable.




Other Videos By Confreaks


2015-04-02RubyConf 2010 - Ruby Summer of Code - Rails 3 Mountable Apps by: Piotr Sarnacki
2015-04-02RubyConf 2010 - JRuby Hacking Guide by: Thomas Enebo, Charles Nutter
2015-04-02RubyConf 2010 - The Enterprising Rubyist - Bootstrapping your Business with Ruby by: Paul Campbell
2015-04-02RubyConf 2010 - Spatial Programming for the Rubyist by: Peter Jackson
2015-04-02RubyConf 2010 - The Road from Ruby Hacker to Entrepreneur by: Tom Preston-Werner
2015-04-02RubyConf 2010 - Keynote: Why Ruby? by: David Heinemeier Hansson
2015-04-02RubyConf 2010 - Keynote #3 by: Yukihiro 'Matz' Matsumoto
2015-04-02RubyConf 2010 - It's Time for a Ruby Editor by: Daniel Lucraft
2015-04-02RubyConf 2010 - ZOMG WHY IS THIS CODE SO SLOW? by: Aaron Patterson
2015-04-02RubyConf 2010 - Each: A Brief History of Iteration by: Rein Henrichs
2015-04-02RubyConf 2010 - Self-Contained, Source-Free, Executable Ruby Applications with Warbler
2015-04-02RubyConf 2010 - Hotspots with Metric Fu by: Jake Scruggs
2015-04-02RubyConf 2010 - Anthropology of Ruby: Excavating its Gems by: Jeremy Hinegardner
2015-04-02RubyConf 2010 - Ruboto: Ruby in your Pocket by: Daniel Jackoway
2015-04-02RubyConf 2010 - The Polite Programmer's Guide to Ruby Etiquette
2015-04-02RubyConf 2010 - RubyConf Decathlon by: Nathaniel Talbott
2015-04-02RubyConf 2010 - RubyGems to All JVM Languages by: Yoko Harada
2015-04-02RubyConf 2010 - Debugging Ruby by: Aman Gupta
2015-04-02RubyConf 2010 - History of RDoc and Rubygems by: Eric Hodel
2015-04-02RubyConf 2010 - AppEngine and Dubious and New Google API's Oh My! by: Nick Howard, Bob Aman
2015-04-02RubyConf 2010 - Keynote by: Dave Thomas