Skip to content
This repository was archived by the owner on Jul 22, 2018. It is now read-only.

Using Rails without Rails

James Gary edited this page Apr 24, 2012 · 8 revisions

Presenter: Piotr Sarnacki

Bio

I'm passionate rails developer that loves open source. I was participating in Ruby Summer of Code 2010 with "Rails 3 Mountable Apps" project and I still try to contribute to Rails as much as I can.

Abstract

Rails got much more modular after 3.0 rewrite. But do you know how to use specific rails elements outside Rails? What if you would like to use ActionView with some other library (like webmachine)? Have you ever needed to render view with layouts outside of the rails stack? Or maybe you wanted to build some kind of system that fetches templates from database rather than from files? Router anyone? You know that you can use it outside rails too?

In this talk I will dive into Rails internals and will show you what's there and how you can use it outside rails.

Although I will focus on using those parts standalone, this knowledge will most likely help you also build your apps if you ever need something sophisticated that requires modification of regular rails behavior.

Notes

From @james_gary

TODO

External Links

A crowd-sourced conference wiki!
Working together is better. :)




Clone this wiki locally