Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Latest commit

 

History

History
40 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.13 KB

Tangela

Tangela is a project colloboration tool that offers a simple visual interface for organizing projects and resources.

Tangela Projects are designed to organize ideas, resources, and tasks into a simple display. The goal of Tangela is to minimize the amount of time you spend organizing ideas and maximizing the amount of time you have to create.

Demo

You can see a preview of the application here: Tangela

Testing

Tangela uses RSpec, Capybara, Shoulda, and Factory Girls in its tests. By default javascript testing is done using Selenium and the ChromeDriver. If you want to use Firefox as your browser, then remove the following code from spec_helper.rb.

If you want to run tests with Chrome, then make sure you download and setup the driver. Link

Capybara.register_driver :selenium do |app|
  Capybara::Selenium::Driver.new(app, :browser => :chrome)
end

API

Here's a general guide to the API implementation: API Wiki

Author