diff --git a/Gemfile b/Gemfile
index 7bea2a253..219dc2532 100644
--- a/Gemfile
+++ b/Gemfile
@@ -97,7 +97,6 @@ gem 'typhoeus', '0.6.7'
# Views
-gem 'client_side_validations', '3.2.6'
gem 'gon', '4.1.1'
gem 'haml', '4.0.5'
gem 'mobile-fu', '1.2.2'
diff --git a/Gemfile.lock b/Gemfile.lock
index 3847db4aa..b6c729d42 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -66,7 +66,6 @@ GEM
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
chunky_png (1.2.9)
- client_side_validations (3.2.6)
coderay (1.1.0)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
@@ -461,7 +460,6 @@ DEPENDENCIES
bootstrap-sass (= 2.2.2.0)
capybara (= 2.2.1)
carrierwave (= 0.9.0)
- client_side_validations (= 3.2.6)
compass-rails (= 1.0.3)
configurate (= 0.0.8)
cucumber-rails (= 1.4.0)
diff --git a/app/assets/javascripts/main.js b/app/assets/javascripts/main.js
index 63f5fc755..9c73b198c 100644
--- a/app/assets/javascripts/main.js
+++ b/app/assets/javascripts/main.js
@@ -4,7 +4,6 @@
*/
//= require underscore
//= require backbone
-//= require rails.validations
//= require jquery.hotkeys
//= require jquery.remotipart
//= require jquery.autoresize
diff --git a/app/views/registrations/new.html.erb b/app/views/registrations/new.html.erb
index 650864c5c..2adb3414b 100644
--- a/app/views/registrations/new.html.erb
+++ b/app/views/registrations/new.html.erb
@@ -19,7 +19,7 @@
<%= t('.sign_up') %>
- <%= form_for(resource, :validate => true, :url => registration_path(resource_name), :html => {:class => "form-horizontal block-form", :autocomplete => "off"}) do |f| %>
+ <%= form_for(resource, :url => registration_path(resource_name), :html => {:class => "form-horizontal block-form", :autocomplete => "off"}) do |f| %>