mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
90a4859085
I've embedded a little Rails app so that we can write cuke tests and
make sure that stuff doesn't break. Woo!
This was generated by making a rails engine, then copying just the
app over.
Thanks @nashby for fixing my stupid bug with sqlite3; it had to be
added as a development dependency. ❤️
6 lines
295 B
Ruby
Executable file
6 lines
295 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
|
|
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
require File.expand_path('../../config/boot', __FILE__)
|
|
require 'rails/commands'
|