Module: RedBase

Defined in:
lib/red_base/api.rb,
lib/red_base.rb,
lib/red_base/i18n.rb,
lib/red_base/engine.rb,
lib/red_base/plugins.rb,
lib/red_base/version.rb,
lib/red_base/api/root.rb,
lib/red_base/omniauth.rb,
lib/red_base/dashboard.rb,
lib/red_base/exceptions.rb,
app/models/red_base/user.rb,
app/models/red_base/group.rb,
lib/red_base/api/users_api.rb,
lib/red_base/api/groups_api.rb,
lib/red_base/dashboard/module.rb,
app/models/red_base/permission.rb,
lib/red_base/omniauth/callbacks.rb,
app/helpers/red_base/home_helper.rb,
lib/red_base/api/permissions_api.rb,
app/helpers/red_base/users_helper.rb,
lib/red_base/dashboard/controller.rb,
app/helpers/red_base/groups_helper.rb,
app/helpers/red_base/dashboard_helper.rb,
app/helpers/red_base/application_helper.rb,
lib/generators/red_base/views_generator.rb,
app/controllers/red_base/home_controller.rb,
lib/generators/red_base/install_generator.rb,
app/controllers/red_base/dashboard_controller.rb,
lib/generators/red_base/install_all_generator.rb,
lib/generators/red_base/js_scaffold_generator.rb,
app/controllers/red_base/api/v1/logs_controller.rb,
lib/generators/red_base/install_specs_generator.rb,
app/controllers/red_base/api/v1/users_controller.rb,
app/controllers/red_base/api/v1/groups_controller.rb,
lib/generators/red_base/angularjs_resource_generator.rb,
app/controllers/red_base/api/v1/permissions_controller.rb,
app/controllers/red_base/omniauth/callbacks_controller.rb

Overview


Red Base - Basic website skel engine
Copyright (C) 2012-2013 Yellowen

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Defined Under Namespace

Modules: API, ApplicationHelper, DashboardHelper, Exceptions, Generators, GroupsHelper, HomeHelper, Omniauth, UsersHelper Classes: APIController, ApplicationController, Dashboard, DashboardController, Engine, Group, HomeController, I18n, Permission, Plugins, User

Constant Summary collapse

VERSION =
"0.6.0"