search for: view

Displaying 20 results from an estimated 44162 matches for "view".

2010 Nov 05
7
How to extract Friday data from daily data.
...ed the latest one (Friday afternoon). My question is how I can only extract the Friday data and make it a new dataset so that I have data for every single week for the convenience of data analysis. Your help and time will be appreciated. Thanks. Kevin Below is what my dataset looks like: views number timestamp day time 1 views 910401 1246192687 Sun 6/28/2009 12:38 2 views 921537 1246278917 Mon 6/29/2009 12:35 3 views 934280 1246365403 Tue 6/30/2009 12:36 4 views 986463 1246888699 Mon 7/6/2009 13:58 5 views 995002 1246970243 Tue 7/7/2009 12:37 6 views 1005211 12...
2006 Mar 22
3
strange issue locating a file
...clues ? Both of these systems have the same ''routes.rb'' Craig $ svn update A app/models/notifier.rb A app/models/error_mailer.rb U app/models/facility.rb U app/models/placement.rb U app/controllers/application.rb U app/controllers/reports_controller.rb A app/views/notifier A app/views/error_mailer U app/views/login/_motd.rhtml U app/views/placements/_form.rhtml U app/views/placements/show.rhtml A app/views/reports/client_list_all.rhtml U app/views/reports/vo_res_census_all.rhtml U app/views/reports/rfn2.rhtml A app/views/reports/_cli...
2006 Jan 07
1
Installing Task Views
Hello, I am just beginning to use R, after several years of using S-Plus (with mixed success). I saw a recommendation on another mailing list for the Environmetrics and Spatial Task Views, as a good way for a new user to get started actually using R. The Task Views page at CRAN says: "To automatically install these views, the ctv package needs to be installed, e.g., via install.packages("ctv")and then the views can be installed via install.views (after loading ctv),...
2005 Mar 10
3
CRAN Task Views: ctv package available
Dear developeRs, in the last month I mentioned in several discussions on R-help that Kurt and I were working on tools for "CRAN Task Views" which should help to structure the fast-growing list of packages on CRAN. Now the first version of a package called ctv (for CRAN Task Views) is available from CRAN and also two frist drafts for such views can be seen at http://CRAN.R-project.org/src/contrib/Views/ When you install the...
2006 Apr 13
3
Rails, Views, and Legacy Data
...I''ve seen of Rails'' ability to handle legacy data. The ones I''m interested in are those based on Rails'' naming conventions for tables. In my experience in large corporate environments programmers / programs don''t access db tables directly. They access views of those tables. And, to my understanding (and I''m not a dba), the name of a view is independent of the underlying tables, and a column in a view does not need to be named the same as the column in the table the view maps to. So I''m wondering... Can Rails be used on a view? O...
2010 Jun 23
0
50 mantis issues marked 'Ready for Testing'
...to the existing mantis issue. Once each issue has been properly tested, we can continue triaging and step closer to merging the code. Let me know if you have questions / comments. --- [patch] Calls are not matched to correct peer when using callbackextension parameter https://issues.asterisk.org/view.php?id=14340 [patch] Strange nasty sound (Because Asterisk tryes to handle new voicemail, but there is no voicemails, voicemail isn't used) https://issues.asterisk.org/view.php?id=15999 [patch] default say.conf for new number method doesnt handle all numbers https://issues.asterisk.org/view.p...
2013 Aug 27
1
Iterate over rows and update values based on condition
Hi, I have a data set with structure similar to this: id user action 1 12 login 2 12 view 3 12 view 4 12 view 5 12 login 6 12 view 7 12 view 8 12 login I want to create a list of sessions. That means to split table on every occurrence of "login". Using Java (or some other language), I would probably iterate through r...
2009 Apr 08
3
Rails 2.3 memcache performance drop
...an before. Here are some example numbers from my development log (below), with memcache running locally. We see similar scale of performance drop in production as well - average memcache call before 2ms, now 20ms. It adds up to a significant hit. Before Rails 2.3 upgrade: Cached fragment hit: views/homepage_recent_blog_posts (0.00043) Cached fragment hit: views/homepage_active_threads (0.00033) Cached fragment hit: views/homepage_weekly_feature (0.00029) Cached fragment hit: views/homepage_recent_approved_items (0.00036) Cached fragment hit: views/homepage_popular_items (0.00037) Cached frag...
2013 Jun 01
1
Please Help! Dynamic DNS just will not work: " failed gss_inquire_cred: GSSAPI error: Major = Unspecified GSS failure"
...0: createclients 31-May-2013 23:51:06.520 clientmgr @0x7fe0575b5010: recycle 31-May-2013 23:51:06.520 client 10.0.0.106#54352: read 31-May-2013 23:51:06.520 client @0x7fe04c159600: accept 31-May-2013 23:51:06.529 client 10.0.0.106#54352: TCP request 31-May-2013 23:51:06.529 client 10.0.0.106#54352: view internal-view: using view 'internal-view' 31-May-2013 23:51:06.529 client 10.0.0.106#54352: view internal-view: request is not signed 31-May-2013 23:51:06.529 client 10.0.0.106#54352: view internal-view: recursion available 31-May-2013 23:51:06.529 client 10.0.0.106#54352: view internal-vie...
2009 Jul 28
0
[PATCH 3/5] Storage views patched for glusterfs drop down as one the Storage Pools
--- src/app/views/storage/_form.rhtml | 2 ++ src/app/views/storage/_list.rhtml | 4 ++++ src/app/views/storage/_list_volumes.rhtml | 4 ++++ src/app/views/storage/show.rhtml | 4 ++++ .../views/storage_volume/_new_volume_form.rhtml | 1...
2009 Jul 09
0
[PATCH 3/5 ovirt-server] Storage views patched for glusterfs drop down as one the Storage Pools
--- src/app/views/storage/_form.rhtml | 2 ++ src/app/views/storage/_list.rhtml | 4 ++++ src/app/views/storage/_list_volumes.rhtml | 4 ++++ src/app/views/storage/show.rhtml | 4 ++++ .../views/storage_volume/_new_volume_form.rhtml | 1...
2006 Apr 27
2
problematic admin/views
ok, i have a pretty almost finished (frontend) blog, i have defined an admin zone with authentication to add content, now im getting trouble with the views for the controllers in the admin zone, here you can see my file structure: http://img284.imageshack.us/my.php?image=tmpviews6oq.gif and my admin controllers like this: controllers/admin/admin_controller.rb class Admin::AdminController < ApplicationController ... end controllers/admin/artic...
2006 May 01
7
ActiveRecord and Database Views
Hiall, If I have say 10 tables that i would like to wrap up in 1 view to manipulate data inside these tables, do I then need 10 model.rb files for all 10 tables plus 1 for the view, or do I just need 1 model.rb file for the view ? cheers Martin
2015 Feb 18
6
Master - Slave Split DNS
Hi folks, I've already configured split DNS for internal-view and external-view. Also already configured the master - slave dns. But i've problem with external-view zone transfer. Based on the logs, the master notify to slave using the public ip, which is not accessible by master to transfering the zone over public ip. Is it possible to transfer zone over...
2006 May 29
6
override automatic update of updated_on column
i know that title sounds confusing, but here is the deal: the two columns that we are concerned with for this question are the "updated_on" column and the "views" column. the views column increases everytime a user visits a certain page. like this: @object.update_attributes(:views => @object.views + 1) the problem is that when a user visits the page, it AUTOMATICALLY updates the "update_on" column with the current time. i don'...
2008 Jan 13
1
View spec''ing style
I''ve been getting my head around view spec''ing lately for a fairly complex project that makes heavy use of partials in views and I have hit up against a style puzzle. I see two strategies for spec''ing views: First: Develop detailed specs for each partial and then make sure that the final view expects that the appr...
2008 Oct 14
2
best-practice for programmatically using rxml generated from controller/view? (or 'how can I view a view from a model')
...ML I need to create and then POST it somewhere. It sounds easy enough, but I''m running into issues when it comes time to actually use the XML. Trying hard to stay within the MVC pattern I: 1) Create a controller which loads the models I''m about to turn into XML 2) Create an rxml view which renders the XML I need perfectly Now I need to actually *use* this XML in a "model" and POST it to the webservice endpoint. Now, I am not asking "how can I render a view in a model?". What I am asking is "how can I view a view from a model?" It seems logical an...
2006 Nov 07
3
include Helper in context?
...can you get your Helpers to work in rspec 0.7 ? I''m including them in the context but the render fails to see it. If you have it working, I''ll go back and bang my head against it some more, otherwise I''ll file a bug! Many thanks, Jerry context "account/login (view)" do include StandardHelpers specify ''displays title "Login"'' do self.methods.should_include ''title'' render ''account/login'' response.should_have_tag ''h1'', :content => ''Login''...
2009 Jun 07
6
Missing Template when testing with the Brain Buster Captcha partial
When I run my functional tests, they throw an error with the following message: ActionView::TemplateError: Missing template /_captcha.erb in view path app/views:test/vendor/plugins/brain_buster/views/brain_busters On line #23 of app/views/contacts/_form.html.erb 20: <%= f.label :message %><br /> 21: <%= f.text_area :message %> 22:...
2007 Jun 29
12
testing instance variables that are set inside views
Hi all, In my view specs (for Rails), how can I get at instance variables that are set within my view? For example, if my view looks like this: <% @header = "My Header" -%> <div>some content</div> How can I get to @header from within my view spec? I''ve tried @header and assi...