similar to: Link to most recent

Displaying 20 results from an estimated 2000 matches similar to: "Link to most recent"

2006 Jul 21
1
Partial, Table Layout, Multiple Controllers/Models... DRY?
Hi, I am almost embarrased to ask this and I am sure it has been answered previously but the search feature is down on ruby-forum so I am not finding the answer. I have several controllers (leads, orders, activities, etc...). I have a ton of repeated html in each of the views for these controllers. For example, my list view has the same table/tr/td and for..in type of code and it just
2005 Dec 28
1
Help needed with ActiveRecord
I am having issues with RoR/database relationships I have 3 tables Feeds (List of feeds) FeedItems (List of items, feedsID) FeedView (list of views and their list of feedsID) I would like to be able to generate a view with the feeditems For example, if the view has 2 feeds --> CNN & MSNBC and they both have 15 feeds in the feeditems table I want to be able to generate a view with cnn
2004 Dec 19
3
TDM120 card?
hi any chance of making asterisk support these? http://voipstore.atacomm.com/shops/ViewItem.aspx/27934028032 -38356249088.htm roy
2008 Jul 09
1
outlining symbol in legend with blackline
# I would like to outline the squares in the legend with a black line. Does anyone know how to do this? x.t <- structure(c(5987.387, 4354.516, 3685.789, 6478.592, 5924.315, NA, 8386, 5559.468, NA, 4651.273, 3967.5, NA, 4339.167, 5053.56, NA, 4631.978, 4808.694, NA, 5217.306, 4017.632, NA, 5846.903, 3969.883, NA, 3867.825, 3910.236, NA, 3886.434, 3782.094, NA, 3959.668, 3961.286, NA, 3848.853,
2007 Mar 13
1
Freeman-Tukey arcsine transformation
R-Experts: Does anyone know if there are R functions to perform the Freeman-Tukey double arcsine transformation and then backtransform it? Thanks, Brant Inman Mayo Clinic
2004 Dec 20
2
ATA Adaptor
Hi, I am new to asterisk and I am trying to get things set up so I can prove to the boss it works and get the budget to do a full implementation. Does anyone have an ata adaptor or an ip phone laying around they would be willing to sell me for around 30-50 dollars, I will need 2 of them. Thanks J.L you can email me directly if you wish jason@deafwv.org
2005 Mar 09
2
Server specifications
Hi all, Can someone point me to some information on the type of hardware that might / should be used for a high load on an asterisk machine ? I know that this is dependant on what services you plan to have running, and it's relevant to what you plan to do. We are likely to be running 4 E1's, Voicemail, IVR menus, Music on Hold, Pay-Over-The-Phone, lots of interdepartmental
2007 Mar 28
3
PoE - IEEE 802.3af
Hi, I'm not clear on how to use Power--over-Ethernet, specifically with Polycom phones. What I understand, is that by buying the Polycom 501 with the 802.3af cable bundle, I simply connect my phone, through the Polycom provided "special" RJ-45 cable, into a PoE capable switch, and voil?! Is this true? And if so, what happens when the Phone doesn't connect directly to the
2007 Jun 08
3
choppy sound with playback, background, etc... but not with musiconhold
Hello, I have an asterisk 1.2.18 working fine, the only problem is that all applications that play audio, sound like "tremolo" or "vibrato", but musiconhold plays fine. The same audio file (wav, mp3, ...) works fine with Musiconhold() but not with Playback() or Background()... If I move app_playback.so from this system to another asterisk, playback works fine... Do you
2004 Jan 02
3
T400P & E400P second source
Since i'm sure there are others out there in the same position as me, being disappointed that the original T400P and E400P cards are no longer available from Digium, I thought I would pass on a place I found to get them. I needed the older card, since I didn't want to have to get a motherboard with 3.3v pci slots on it.
2009 Apr 15
3
install error for rails-widgets
When i am trying to install the rails-widgets on windows vista from http://wiki.github.com/paolodona/rails-widgets location I get an error. Please help. cd myrails-app ruby script/plugin install git://github.com/paolodona/rails-widgets.git rake widgets:setup following is the error ---------------------------------------- rake aborted! Don''t know how to build task
2011 Mar 18
7
Controller Spec & DataMapper Chaining
Hi there, I''m fairly new to RSpec, and DataMapper and I''m trying to write a controller spec for an index action that will include DM query chaining. Here is a very simplified version of the Controller#index I''m working on def index @widgets = Widget.all(:order => [ :name.asc ]) if params[:alpha] @widgets = @widgets.by_alpha(params[:alpha]) elsif
2006 Mar 27
4
widgets on rails?
Here''s my crazy question of the day. Has anybody played around with using Rails to create Mac OS X Dashboard Widgets? Or is that just sick and wrong? Giles
2009 Apr 06
1
Need Help with StatET Error/Bug? on Ubuntu 8.10 amd64
Hi, I posted this message on the StatET-user board last week, but it looks like a ghost-town... I have a bad feeling that there is some code in the plug-in which doesn't work well with my environment, but if I am lucky, maybe other users have worked around this problem somehow - I am hoping that my setup is the issue. Note: very similar StatET setups on 32-bit XP Pro and Vista run
2011 Dec 05
1
using StatEt IDE for Eclipse
Hi, I'm trying to use StatEt IDE for Eclipse as my R editor, but I'm completely lost. I've read all I could find online, made apparently all I had to do (installing rj, configuraing StatEt, etc.) but still cannot make R running. Below is the error log file. Thank you so much for assistance. Matteo !ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355 !MESSAGE
2005 Oct 14
1
join tables and position (acts_as_list)
I''m working on some schema for a new project that we''ll be doing in rails (our first rails project!). A recurring structure we are seeing is the desire to define an ordering any way we wish, so ''acts_as_list'' comes to the rescue. But, the ''position'' column seems to need to belong in the join table to make sense. For example, we have
2006 Jan 03
3
Changing tables within rails app
Hi, I want to know if my idea is possible within the rails framework. I want to write a rails app that uses the same code to manage two classes of widgets; "wired widgets" and "wireless widgets". For the most part, all the code to manage these two classes of widgets will be identical. The only differing part are some of the underlying field names in each respective db table
2006 Jun 21
3
[PLUG] new plugin, acts_as_modified
Nothing special, just my first plugin. it came out of a request I saw on the list from someone who wanted to be able to tell if a model''s attributes had changed prior to being saved. Well, this plugin does just that (at least I hope it does). http://rubyforge.org/projects/actsasmodified/ Please see the README for details. Constructive comments and criticisms are appreciated. Chris
2013 Feb 12
2
Private environments and/or assignInMyNamespace
Dear DevelopeRs, I've been struggling with the new regulations regarding modifications to the search path, regarding my Rcmdr plugin package RcmdrPlugin.DoE. John Fox made Rcmdr comply with the new policy by removing the environment RcmdrEnv from the search path. For the time being, he developed an option that allows users to put the environment from Rcmdr (RcmdrEnv) on the search path,
2008 Jun 07
2
Rails integration tests without stories
I''m looking to drive the development of a rails app that does nothing but serve a JSON API. All of the models are well tested elsewhere, so I needn''t worry about that. My only immediate goal is to be able to fire off requests to a path and check the returned JSON. I''ve tried a number of methods for this today, without being particularly enthused about any of them. I