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

mockra/tangela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published