public
Description: This is the source code for the Rails app that was livecoded at the RailsConf Europe 2008 session "Hacking the Mid-End: Advanced Rails UI Techniques."
Homepage: http://www.intridea.com/
Clone URL: git://github.com/intridea/talk-midend.git
mbleigh (author)
Sat Oct 11 08:08:50 -0700 2008
commit  4610c3fc538d21fb535c7e01d63af227a5e8b653
tree    85173d4433fced172963425f066971095bf90c0b
parent  57f6e8e60b7084e6e5795aafedb342fef7060331
talk-midend / script / console
100755 4 lines (3 sloc) 0.098 kb
1
2
3
4
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../config/boot'
require 'commands/console'