search for: new_tag

Displaying 5 results from an estimated 5 matches for "new_tag".

Did you mean: new_dag
2005 Dec 09
0
How to use JavaScript in link_to_remote?
..., I have a form with an input inside that I want to be able to submit by itself (I want to let the user create new tags with this input and use them to tag the whole content that is posted by the rest of the form). I have this layout: <form ...> <input type="text" id="new_tag" /> <%= link_to_remote "Schlüsselwort hinzufügen",:url => { :action => "ajax_add_tag", .... }" %> </form> The ":with => "''tag='' + $F(''new_tag'')" stuff like in observe_field does not work...
2008 Dec 10
3
rspecing rjs - form.reset(''form'')
Hello, > > I couldn''t find much info on this. > > How do you rspec this: page.form.reset("form") > > I looked in the have_rjs source code and I can''t find anything on form > reset. > > Thanks, > > -- > Andrei > -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Apr 07
2
slowdown in notmuch perf suite with xapian 1.3.5
...s(K) In/Out(512B) load nmbug tags 5.85 2.64 0.10 11280 1376/40496 dump * 7.45 6.51 0.94 25272 104/27928 restore * 7.55 7.15 0.39 8180 0/0 T02-tag.sh: Testing tagging [0.4 large] Wall(s) Usr(s) Sys(s) Res(K) In/Out(512B) tag * +new_tag 200.13 183.01 7.08 38628 264/1664552 tag * +existing_tag 0.00 0.00 0.00 8356 0/0 tag * -existing_tag 153.47 145.00 4.02 34928 0/1626320 tag * -missing_tag 0.00 0.00 0.00 8252 0/0 Glass ===== T00-new.sh: Testing notmuch new [0.4 large] Wall(s) Usr(s)...
2011 Feb 12
5
link_to a action in the controlles is not called
i have a link where it has to call a method defin in todoscontroller named say_when but show is called <td><%= link_to ''Say when'', todo, :action => :say_when , :remote => true %></td> class TodosController < ApplicationController # GET /todos # GET /todos.xml def index @todos = Todo.all respond_to do |format| format.html #
2016 Apr 08
2
slowdown in notmuch perf suite with xapian 1.3.5
Olly Betts <olly at survex.com> writes: > > So the T00-new.sh numbers make sense - there's more work to do, and > we need to read existing positional data more to insert the new stuff, > so the increased reads and writes make sense. > > But guessing at what the other two tests do, I wouldn't expect them to > be affected by this. The non-optimized-away cases of