Sha256: 326acb277ca190b758d11f6153fadc8235a1c08d4ae882af11dd362b128cefae
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 KB
Contents
## 0.5.1 (2012-09-14) * Fixed Quorum::VERSION uninitialized constant error when overriding views. ## 0.5.0 (2012-09-14) * Fixed partial data load bug. https://github.com/ncgr/quorum/issues/2 Requires running quorum:install and quorum:views generators. See the Upgrading? section in the README for more information. * Added better support for jQuery ajax errors in quorum.js. * Added better support for URLs in quorum.js. ## 0.4.0 (2012-08-10) * Added Hsp gaps to Blast Job Reports. To add gaps: `rake quorum:install:migrations` `rake db:migrate` * Upgraded bio-blastxmlparser to v1.1.0. See https://github.com/pjotrp/blastxmlparser/pull/1 * Fixed JavaScript RangeError: Max call stack size exceeded bug in views. Bug was present in large datasets. * General refactoring. * Updated dependencies. ## 0.3.3 (2012-07-19) * Fixed discover input sequence type bug. Upper and lowercase input sequences are typed correctly. ## 0.3.2 (2012-06-22) * Added support for user defined callback in QUORUM.pollResults(). Useful if user chooses to define their own view template(s). See app/assets/javascripts/quorum/quorum.js and app/views/quorum/jobs/show.html.erb for more information. * JS bug fixes. * Added specs and updated gems. ## 0.3.1 (2012-04-02) * Added quorum layouts to quorum:views generator. ## 0.3.0 (2012-01-31) * Created QUORUM JS object and added properties. ## 0.2.1 (2012-01-24) * Rails 3.2 compatible. * Bug fix. ## 0.2.0 (2012-01-20) * Added link to Download Sequence in detailed report view. * Added `rails g quorum:images` to override images. * Deprecated Quorum initializer method `blast_script`. ## 0.1.0 (2012-01-06) * Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
quorum-0.5.1 | HISTORY.md |