Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

github/task_list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Lists

This package provides various components necessary for integrating Task Lists into your GitHub-flavored-Markdown user content.

Components

The Task List feature is actually made of several different components:

  • GitHub-flavored-Markdown Filter
  • Model: summarizes and updates task list items
  • Controller: provides the update interface (optional)
  • JavaScript: enables task list behavior, handles AJAX updates, etc
  • CSS: styles Markdown task list items

Installation

Add this line to your application's Gemfile:

gem 'task-lists'

And then execute:

$ bundle

Rails 3+: Rails Engine?

TBD

Rails 2.3: Manual.

TBD

CoffeeScript Requirements

The following Bower packages are required:

Usage

TBD

Testing and Development

To run the functional tests in the browser, install the necessary components with script/bootstrap:

script/bootstrap

Then run the server:

rackup -p 4011

Navigate to http://localhost:4011/test/functional/test_task_lists_behavior.html

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

About

GitHub flavor Markdown Task List feature components

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 8