GithubHelp home page GithubHelp logo

joshvar88 / faalis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yellowen/faalis

0.0 2.0 0.0 2.74 MB

A RubyOnRails platform for rapid web application development. Containing a rich and flexible dashboard interface

License: GNU General Public License v2.0

faalis's Introduction

Faalis

Gem Version ![Gitter](https://badges.gitter.im/Join Chat.svg) Code Climate Test Coverage

Faalis is a RubyOnRails Platform for rapid web application development. It provides a very robust dashboard subsystem with some fantastic generators and client side framework based on AngularJS to improve productivity as much as possible.

Installation

  • First add rails-assets source to your Gemfile:
source 'http://rails-assets.org'

NOTE: Remember to add this source not to replace the default one.

  • Add faalis gem and it's dependencies to your Gemfile like:
group :development, :test do
  gem 'rspec-rails', '~> 3.0.0.beta'
  gem "capybara"
  gem "factory_girl_rails", "~> 4.0", :require => false
  gem "database_cleaner"
  gem "email_spec"
  gem "cucumber-rails", :require => false
end

# Current Dashstrap theme for Faalis
gem "dashstrap"

gem "faalis"
  • Iinstall your project dependencies using bundle
bundle install
  • Add this to your config/environments/development.rb
config.action_mailer.default_url_options = { :host => 'localhost:3000' }

In production, :host should be set to the actual host of your application.

  • Ensure you have flash messages in app/views/layouts/application.html.erb. For example (Only if you want to change default layout):
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>
  • Perfrom rails generate faalis:install_all to copy necessary files.
  • Add this to your config/routes.rb :
mount Faalis::Engine => "/"
Faalis::Routes.define_api_routes
  • Perform rake db:migrate and enjoy Faalis

NOTE: You change the orm you like to use in config/initializers/faalis.rb

Documents

There is couple of guides along side with Ruby and JavaScript API documents inside the source tree. We use yardoc so you can build them easily or look at automated rubydoc docs.

Also take a look at Wiki of Faalis.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Also you can join us in our Gitter group: ![Gitter](https://badges.gitter.im/Join Chat.svg)

Credit

Yellowen

Faalis is maintained and funded by Yellowen. Whenever a code snippet is borrowed or inspired by existing code, we try to credit the original developer/designer in our source code. Let us know if you think we have missed to do this.

License

Faalis is Copyright © 2013-2014 Yellowen. It is free software, and may be redistributed under the terms specified in the LICENSE file.

faalis's People

Contributors

lxsameer avatar yottanami avatar gitter-badger avatar bitdeli-chef avatar

Watchers

Joshva avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.