discourse/spec
Ian Christian Myers 130d837952 Implemented strong_parameters for Category/CategoriesController.
Category now requires parameters to be permitted by strong_parameters using #require or #permit for mass-assignment. Missing required parameters now throw a ActionController::ParameterMissing execption instead of the Discourse::InvalidParameters execption.
2013-06-04 23:45:25 -07:00
..
components fix image uploads on s3/imgur 2013-06-05 00:35:42 +02:00
controllers Implemented strong_parameters for Category/CategoriesController. 2013-06-04 23:45:25 -07:00
fabricators Automatically flag someone as a spammer if their posts get at least X spam flags from N users while their trust level is 'new user'. Staff can clear and set this status from the user record in admin. 2013-06-03 16:37:40 -04:00
fixtures added rottentomatoes.com onebox 2013-04-28 16:24:03 -04:00
integration Automatically flag someone as a spammer if their posts get at least X spam flags from N users while their trust level is 'new user'. Staff can clear and set this status from the user record in admin. 2013-06-03 16:37:40 -04:00
integrity prevent double work in the i18n integrity specs 2013-03-23 15:49:31 +01:00
javascripts correct message bus regression 2013-06-05 09:32:44 +10:00
mailers Swap out "@" for "via" in email From field 2013-02-27 19:03:57 -05:00
models secure the links on the topic pages, eliminated deleted topics as well. 2013-06-05 16:10:26 +10:00
phantom_js formatted some tests 2013-02-27 03:18:23 +01:00
requests collapse some slow tests 2013-04-22 11:06:10 +10:00
services Automatically flag someone as a spammer if their posts get at least X spam flags from N users while their trust level is 'new user'. Staff can clear and set this status from the user record in admin. 2013-06-03 16:37:40 -04:00
support speed up tests 2013-04-22 13:48:41 +10:00
views/omniauth_callbacks add cas support with a few tests 2013-05-23 13:40:50 -07:00
spec_helper.rb forking in passenger was bust, message bus subscriptions would stop working after fork 2013-06-03 16:50:30 +10:00