This is a place to collect ideas for talks and other wishes.
- Introduction to Maglev
- RubyMotion - build iOS and OS X apps with Ruby!
- Elixir - It's Erlang, but looks a bit like Ruby
- Ruby metaprogramming magic - It’s all about
self
- Markdown and Ruby, how to deal with them together.
- Ruby Off Rails - Sinatra, Cuba, Rack (Mikael)
- Lean web development - Building web apps with fast and small tools
- Objective-C vs. Ruby - Totally different syntax but very similar semantics (Mikael)
- Getting the most out of Minitest, Ruby's built in testing famework
- Building custom Rack middleware (Mikael)
- Tips and tricks for working with text and files in Ruby
- Building static sites with Jekyll/Octopress or Middleman (Mikael)
- Using Redis with Ruby - Also, Ohm
- How do I build DSLs with yield and instance_eval
- A Simple Tour of the Ruby MRI Source Code
- Rubinius - A Ruby implementation written with Ruby!
- Documenting Ruby projects - RDoc, YARD
- Best practices building an HTTP API wrapper with Ruby
- Shoes! The easiest little GUI toolkit, for Ruby.
- At the beginning of the meetup present a "Gem of the Month" in 5 minutes.
The vienna.js guys are ahead of us! (https://twitter.com/viennajs/status/347999765738426368) :P
Please add your designs here and then send a pull request.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request