diaspora/features/support
Florian Staudacher 1924c40d38 replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem
- updates underscore to 1.5.2 and backbone to 1.1.0

backbone had some breaking changes:
- fix url/urlRoot handling in models & collections
- options are no longer attached to the view by default
- collections reset when 'fetch' is called, tell it to keep the existing
  models

other changes:
- fix some events triggering multiple times in connection with deleting
  a model
- use document fragments instead of an element array for stream entries
- adapt jasmine and cucumber specs to the changed code
  * no longer test the backbone router as part of our code
  * jasmine factory already returns model instances, no need to wrap
    that again
2014-01-16 23:23:30 +01:00
..
application_cuke_helpers.rb another attempt at stabilizing features/signs_up.feature 2013-08-04 17:01:12 +02:00
database_cleaner_patches.rb remove patch for db cleaner (version bump seemed to resolve it) 2011-12-05 23:50:50 -08:00
env.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
integration_sessions_controller.rb Render a little bit less in the IntegrationSessionsController 2011-07-04 16:07:05 -07:00
integration_sessions_form.haml make cucumber faster by logging in through a much simpler stubby controller. Save about 1m on my laptop. 2011-07-04 08:11:12 -07:00
paths.rb replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem 2014-01-16 23:23:30 +01:00
poor_mans_webmock.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
publishing_cuke_helpers.rb avoid publishing empty posts (fixes #4401) 2013-09-24 21:57:22 +02:00
server.rb check to see if rails is already loaded in a couple of places 2011-01-19 13:30:12 -08:00
user_cuke_helpers.rb bump capybara 2013-07-31 01:47:23 +02:00