similar to: Any links to search engine tools ?

Displaying 20 results from an estimated 30000 matches similar to: "Any links to search engine tools ?"

2006 Jun 30
5
Reading the api docs help
Ok so I am at a point that I read my entire book front to back and around and a around. And now digging through it again .. But I am now missing a key piece to the clues is the api. I found http://www.gotapi.com/index.html as a great search tool. But I can''t make heads or tails of it besides a basic search for exactly what I am looking for by word. But if I dont know the word I am
2006 Feb 08
3
Newbie and MySQL
Please forgive me if this has been answered in another post. I''ve looked around but couldn''t find a solution. I bought the book "Agile Web Development with Rails" and think I''m going to really like it. I went through the first chapter with no problems. However, as I begin developing the database on page 57, I get a consitent error: Before updating scaffolding
2006 Jul 07
4
Help installing Ferret
http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails I followed everything here but at the last I get when loading page get_results Can only handle a String or a Query. RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace #{RAILS_ROOT}/app/models/result.rb:27:in `search_each'' #{RAILS_ROOT}/app/models/result.rb:27:in `search_index''
2006 Jan 27
3
Search/advanced search
Hello, How do you handle advanced searches in Rails, i.e., anything more than one field? I searched the archives but wasn''t able to find a good example of this. [I also noticed the forum itself has no advanced search yet!] This is another of those common scenarios--like advanced lookup functionality--that I''d address if I was inventing a Web framework. I''ve been
2006 Jun 30
3
How do I seach for this in the api ?
<% for product in @products %> <%= h(product.description) %> It is simple code I see, but it has no umm classes I think <% for product <-- that can be fish in @products <-- this is the table I know %> <%= h(product <-- so this can be fish as well .description<-- this is the object to show the table field) %> But what would <% for()
2007 Aug 24
0
Software Engineer Position Available, Herndon, VA - Ruby on Rails and Agile Experience Required
Hello Ruby on Rails groups! My name is Kristy Julien and I am recruiting for a Mid-level Software Engineer position that is currently available in Herndon, VA. The position is contract to hire with a very progressive company with STELLAR benefits and is available immediately. I''ve pasted the job description below. The qualified candidate has project experience on a Rails project and
2006 Jun 10
7
Agile Web Development with Rails Page 33
I''m a real Newb; just bought AWDwR and using it with Win2000 - it took me ages, and only after reading Curt Hibbs Rolling with Ruby, to realise that I needed to use Cmd.exe before using AWDwR''s dave> instructions. I''ve created Say/hello.html and I still get "Template is missing" with http://localhost:3000/say/hello I''ve read
2006 Mar 09
4
Strange Unit Testing error - newbie question
I''m fairly new to Rails, and I''ve been learning from AGILE WEB DEVELOPMENT WITH RAILS. Everything has been going smoothly until the chapter on Unit Testing, where I''m getting some strange errors. I''m up to page 141 in the Agile book, and attempting to run the test program containing the method test_read_with_hash. The previous tests work properly, but I
2020 May 21
2
[External] Feature Request: User Prompt + Message First Execution when "Managing Search Path Conflicts"
Thank you Mr. Tierney! Using globalCallingHandlers() to directly handle "packageConflictError" is an excellent idea! The benefits I see for such an implementation are: * The patch would be contained within the Conflict Error Handler, which should reduce any side effects with an eventual implementation. * And by making its usage optional, by setting for example
2009 Jun 19
1
config.action_controller.session_store = :active_record_store
Hi All, I am new to Rails and learning rails reading ebook ''Agile web development using rails''. I am doing samples given in this book chapter by chapter. but I stuck when I come to Sessions chapter, they have given that to enable session to be Database based the line config.action_controller.session_store = :active_record_store is to be uncommented from config/environment.rb
2002 Feb 04
0
ObSheesh: Sheesh
> IT3 Stuart Blake Tener, USNR-R" <stuart@bh90210.net> writes: [...] > I really did not mean to insult anyone, just I like choice too, > and I want to see that choice in RH distributions also. I guess we're just circling around the main issue here: it's great you really like Reiser and think it's k3wl or whatever, but this isn't the place to come tell us about
2006 Jun 15
2
Custom database forms input and display ??
I read through the entire agile web book and started over from scratch now to see if I can start my own project.. I need to understand how admin/new.rhtml <%= render :partial => ''form'' %> is creating the forms and telling it to input data into the tables I have it talking to a different table this time and in list.rhtml <%= column.human_name %> I can get it
2006 Jan 02
2
Agile Web Development book - version 4.0 released
I don''t know if I missed this on the list, but the Agile Web Development with Rails book is now at version 4.0, for those of us who bought the PDF from the Prag Prog site. Just a few typos and corrections from the looks of it, but can''t hurt to get the latest. You can reorder the book for download at: http://books.pragprog.com/titles/rails/reorder Cheers, Tom
2005 Sep 02
4
Error has me stumped (Agile Web Dev with Rails book)
Hello everyone, I''m a complete Rails newbie who is currently working my way through the Agile Web Dev with Rails book. I''ve reached the chapter on creating the shopping cart (chapter 8). I keep having a problem with the same error which I can''t get past, however what''s more confusing is that it''s being generated even when I swap all my app code out
2006 Jan 25
1
Agile arguement error
Working my way through chapter 8 of "Agile Web Development...", I''m getting the following error when clicking the add_to_cart button. ArgumentError in Store#add_to_cart wrong number of arguments (0 for 1) What am I doing wrong? I know it''s got to be some thing stupid. Request: Parameters: {"id"=>"1"} session dump: --- :cart:
2006 Mar 16
0
using ajax-enabled search field in rails
Hi. I followed the ajax-the-rails-way in the (quite usefull) Agile web dev. with rails. I have a search-field where I can enter a postalcode (zipcode). <%= observe_field(:search, :frequency => 0.9, :update => :results, :url => { :action => :search }) %> Is it possible to have both the :frequency and another
2020 May 21
0
[External] Feature Request: User Prompt + Message First Execution when "Managing Search Path Conflicts"
I looks like you may have misunderstood my post so just to make sure: There will be no patch to R to support this. If this is something you want for yourself, then I have shown you how you can do it. You can put the code in a startup file if you like. If you want your students to have this, then you can prepare a startup file for them that does this. Best, luke On Thu, 21 May 2020, Juan
2006 Mar 03
0
Help with AJAX autocomplete and links
Got the autocomplete search from Rails Recipes nicey working with one of my tables/models, but struggling to work out how (or if) I can have the options it brings up be links, so clicking on them takes you straight to the details page for that item rather than it ending up as a field in a form box. Is that (or something similar) even possible? Disclaimer: Noob, obviously, on ruby, rails and
2009 Sep 08
0
asterisk and link spa942 provisioning
Hellos, I need to send personal directory from asterisk to the ersonal directory of the linksys spa 942. Is this possible? -- Best Regards, James Mutuku Ndeti Agile Systems Limited +254722490994 www.agile.co.ke mutuku.wordpress.com Has your organization implemented a customer relationship management (CRM)system? visit http://www.agile.co.ke/crm.php and find out how our CRM can help you achieve
2009 May 29
3
[LLVMdev] RFC: Atomics.h
On May 28, 2009, at 6:03 PM, Jonathan Ragan-Kelley wrote: > In the current trunk, System/Atomic.[h,cpp] define void > llvm::sys::MemoryFence(). This conflicts with the MemoryFence macro in > <windows.h> and (since it's a preprocessor macro, and not a scoped > function definition) causes the sys::MemoryFence definition on > Atomic.cpp:23 to explode, as it's