Skip to content

Commit

Permalink
installed Jquery token input
Browse files Browse the repository at this point in the history
  • Loading branch information
thamizh committed Jul 11, 2013
1 parent f22a47b commit 861561c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ group :assets do

gem 'uglifier', '>= 1.0.3'
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
gem 'jquery-tokeninput-rails'
end

group :development do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ GEM
jquery-rails (3.0.2)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-tokeninput-rails (1.6.0)
json (1.8.0)
less (2.3.2)
commonjs (~> 0.2.6)
Expand Down Expand Up @@ -152,6 +153,7 @@ DEPENDENCIES
coffee-rails (~> 3.2.1)
devise
jquery-rails
jquery-tokeninput-rails
less-rails
mysql2
paperclip
Expand Down
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
//= require jquery
//= require jquery_ujs
//= require twitter/bootstrap
//= require jquery.tokeninput
//= require_tree .
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
*= require_self
*= require_tree .
*= require token-input
*/
.brand {
float: left;
Expand Down
5 changes: 4 additions & 1 deletion app/controllers/candidates_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ def create

end

def search

end

def edit

end
Expand All @@ -40,5 +44,4 @@ def index
def get_team
@team = current_user.team
end

end

0 comments on commit 861561c

Please sign in to comment.