mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-22 11:48:18 +00:00
- Create mountable engine with isolated namespace - Configure Pundit authorization - Set up gemspec with dependencies - Configure generators for test_unit with fixtures
5 lines
90 B
Ruby
Executable File
5 lines
90 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require_relative "../config/boot"
|
|
require "rake"
|
|
Rake.application.run
|