Mercurial > hg > soundsoftware-site
view .svn/pristine/37/37b8a238cdb19b858fe5e9a42787ac44cba6e2d2.svn-base @ 1423:40e82f170353 biblio_alt_search_auth
small adjustments to text box size.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 02 Oct 2013 16:47:03 +0100 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
2.0.2 * Fixed deprecation warning under Rails 3.1 [Philip Arndt] * Converted Test::Unit matchers to RSpec. [Uģis Ozols] * Added inverse_of to associations to improve performance rendering trees. [Sergio Cambra] * Added row locking and fixed some race conditions. [Markus J. Q. Roberts] 2.0.1 * Fixed a bug with move_to not using nested_set_scope [Andreas Sekine] 2.0.0.pre * Expect Rails 3 * Changed how callbacks work. Returning false in a before_move action does not block save operations. Use a validation or exception in the callback if you need that. * Switched to RSpec * Remove use of Comparable