Class: Frontline

Inherits:
Object
  • Object
show all
Defined in:
lib/frontline/actions.rb,
lib/frontline/helpers.rb,
lib/frontline/inflect.rb,
lib/frontline/frontline.rb,
lib/frontline/controllers/index.rb,
lib/frontline/controllers/models.rb,
lib/frontline/controllers/sources.rb,
lib/frontline/controllers/controllers.rb

Defined Under Namespace

Modules: Actions, Helpers, Inflector Classes: Controllers, Index, Models, Sources

Constant Summary collapse

ROOT =
(File.expand_path('../../..', __FILE__) + '/').freeze
TEMPLATES =
(ROOT + 'lib/frontline/templates/').freeze
ASSETS =
(ROOT + 'assets/').freeze
ASSETS_SUFFIX =
'-frontline'.freeze
ASSETS_REGEXP =
/#{Regexp.escape ASSETS_SUFFIX}/.freeze
STREAMS =
{}
CONTROLLERS =
{}
MODELS =
{}
PORT =
5000