search for: _index

Displaying 10 results from an estimated 10 matches for "_index".

Did you mean: index
2019 Mar 08
1
syslog / logstah problem with timestamp
Hallo, I try to send my centos 7 logfiles to an logstsah server. Can anyone give me an hint how to fix this problem? Thanks Ralf > {"index"=>{"_index"=>"%{[@metadata][comline]}-%{[@metadata][version]}", > "_type"=>"doc", "_id"=>"U1XLXGkBpfl5FoHeY4J8", "status"=>400, > "error"=>{"type"=>"mapper_parsing_exception", "reaso...
2006 Nov 28
3
remove_index appends suffix "_index" to the given name!
Hi all This creates an index with the name position_and_produkt_id_uniq: add_index :bilder, [:produkt_id, :position], :unique => true, :name => :position_and_produkt_id_uniq This should remove the same one: remove_index :bilder, :position_and_produkt_id_uniq Sadly I get the following error: Mysql::Error: Can''t DROP ''bilder_position_and_produkt_id_uniq_in...
2010 Jan 22
5
Rails Render Issue
...:controller => ''user'', :action => ''surahome'' When i login to the page, it redirects to http://www.example.com/photos and the page displays correctly. When i access the main url http://www.example.com i got this error : Missing template photos/_index.erb in view path app/views I am working with rails 2.3.5 Any sugestions? Thanks in advance Senling -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+...
2007 Sep 12
8
Can not ''assigns'' value in View test
...e. So I am looking for a way of assigning my test data to the partial to be tested. I would like to show an my code below: class MyController def index hash = {...#data provided here} render :partial=>''index'', :layout=>false, :locals=>{:hash=>hash} end end _index.rhtml ......#unrelated code omitted <script> var data = <%= hash %>; <!-- process data here --> </script> In my spec, I used assigns[:hash] = my_own_data, but an error occurred, saying that "undefined local variable or method ''hash'' &quo...
2007 Sep 14
6
Need help in View Spec
Hello everyone: I am kind of puzzled in writing spec on view partials. I can not find much information about the "should have_tag" syntax in Rspec. Can rspec test a particular attribute of a tag (e.g. input tag)? Let me put an example here: #../view/group/_index <div id="test"> <input type="button" value="update" onclick="update()" /> </div> I want to test the "onclick" attribute in the input tag, which ensure that clicking the button will call the correct Javascript method. How sh...
2010 Oct 19
0
Ajax & Table Display Filtering based on Selected Option
My scenario: On a department''s products page (index.js.rjs), there is a table showing the products with their id, name, category. The view of this table is specified by a partial file called _index.html.erb. I''m going to add in a selection/option drop down menu above the table to show all the product categories. When the user selects a category from the drop down menu, Ajax kicks in such that the table (not the entire page) will be updated with just the products that have category...
2011 Jan 17
2
DatabaseCorruptError
Hi there, My web app uses Xapian via the PHP bindings. I'm getting this error thrown occasionally when atempting to instantiate a XapianDatabase object for searching. DatabaseCorruptError: Expected block 107 to be level 1, not 0 Here's the line that invokes it: $database = new XapianDatabase(PROJROOT.'/data/xapian/posts'); And my version is xapian-core 1.2.3 with matchspy.
2004 Apr 06
0
Resources forks 'dot underscore' files locked indefinitely from MacOSX clients
.../files/HCMG/mainline/proto1/images/._neckpain.jpg Tue Apr 6 10:41:22 2004 14853 DENY_NONE 0x1 RDONLY NONE /files/HCMG/mainline/proto1/images/._golfers.jpg Tue Apr 6 10:41:18 2004 14853 DENY_NONE 0x1 RDONLY NONE /files/HCMG/mainline/proto1/._index.php Tue Apr 6 11:03:38 2004 14853 DENY_NONE 0x1 RDONLY NONE /files/HCMG/mainline/proto1/forms/._shoulderrepair.pdf Tue Apr 6 11:03:38 2004 14853 DENY_NONE 0x1 RDONLY NONE /files/HCMG/mainline/proto1/images/._spine.jpg Tue Apr 6 10:41:22 2...
2007 Jan 11
1
A few rc17 imap crashes
...0xffbef5fc) at main.c:280 pid 12765 > #0 0xff1c27f0 in t_delete () from /usr/lib/libc.so.1 > #1 0xff1c23e4 in realfree () from /usr/lib/libc.so.1 > #2 0xff1c2c24 in _free_unlocked () from /usr/lib/libc.so.1 > #3 0xff1c2b74 in free () from /usr/lib/libc.so.1 > #4 0x5b550 in mail_index_free (_index=0xcac54) at mail-index.c:62 > #5 0x552f0 in index_list_free (list=0xcac50) at index-storage.c:84 > #6 0x555fc in destroy_unrefed (all=true) at index-storage.c:162 > #7 0x379ac in mbox_free (_storage=0xc2598) at mbox-storage.c:369 > #8 0x711a4 in mail_storage_destroy (_s...
2010 Sep 23
8
HowTo; Rails 3, having Tabs that load content via jQuery ... No Page Refesh
Hello, I''m interested in learning the correct/smart approach for implementing a web page with tabs and a content panel... When the tab is clicked by the user the tab''s content is fetched and inserted with jQuery... no page refresh... Example, Facebook, when you click Photos or Events, it doesn''t refresh the browser, just replaces the content with AJAX in the