search for: tokeninput

Displaying 4 results from an estimated 4 matches for "tokeninput".

Did you mean: openinput
2012 Nov 30
4
Tokeninput incremental search not working
Rails 3.1.3 After watching http://railscasts.com/episodes/258-token-fields?autoplay=true I have installed the similar functionality to my app. However, def index @cities = City.all ... does in fact give the list of all cities in the text field, but def index @cities = City.where("name like ?", "%#{params[:q]}%") ... does NOT
2012 Aug 13
9
Using Jquery plugin "tokenInput" with rails
Hi, I made a contact manager app using rails. I added TokenInput plugin to introduce an instant contact search functionality in it. Tried following a railscast http://railscasts.com/episodes/258-token-fields but have been struggling with it for a while. Following is the code I use in my view <%= form_tag({:action => ''show'', :id =>...
2011 Nov 27
0
Managing third-party javascript libraries
...s wondering how I should manage external javascript libraries in Rails 3.1. For instance, say I want to use a jQuery plugin in my Rails project. Since it''s not a native Rails plugin, but a generic javascript library, I would clone its github repository (e.g. https://github.com/loopj/jquery-tokeninput), copy the necessary js files into vendor/assets/javascripts/. So far so good, but doing this every time I want to update those external plugins seems a bit like a hassle. Is there a nicer way of doing this, like automating the process? How do you do this? Thanks. -- You received this message be...
2012 Jan 26
3
Puppet Dashboard 1.2.5 Available [security update - moderate]
...(XSS) attacks on certain input fields. This could potentially allow a malicious user to share Puppet Dashboard data with other websites, or manipulate fields in the Dashboard database. This commit sanitizes user inputs to avoid the aforementioned XSS attacks and also updates the jquery tokeninput library to resist XSS attacks. (#5879) Removes ''url'' column from ''nodes'' table The url column is no longer used by Dashboard, so this commit removes it. Puppet Dashboard 1.2.5 Changelog === Bruno Leon (1): b448067 Fix path to pid files Daniel Pittma...