similar to: call for help

Displaying 20 results from an estimated 20000 matches similar to: "call for help"

2006 Aug 16
0
Beta testers needed for RoR site
Blogsaic.com is great new blog advertising site that uses images instead of a text description to advertise the purpose of the blog. http://www.blogsaic.com/ this site is in early development and needs beta testers to help develop the sites content. Content is user generated as opposed to using search bots, to ensure that only useful and entertaining blogs are listed. cheers for all and any
2006 Jul 23
8
destroy vs delete
what is the difference between destroy and delete in AR I am not sure what they mean by "Destroys the record with the given id by instantiating the object and calling destroy<http://api.rubyonrails.com/classes/ActiveRecord/Base.html#M000866>(all the callbacks are the triggered). If an array of ids is provided, all of them are destroyed." in
2006 Aug 09
0
Re: association does not get foreign key
On 8/10/06, Dion Hewson <dionhewson@gmail.com> wrote: > > I have a 1 to 1 relationship using a similar example as below (has_one, belongs_to) > > but when I do the save, the foreign key of the child object is not set to the id of the parent object in the relation ship > > > any ideas? > > cheers > > dion > > --------------------------------- > >
2006 Nov 04
0
adding an association to the logine_engine user model
How do you add associations to the User model when using the login_engine?? I have found that if I use my own User class in models/user.rb I will have to overwrite all the functions in the login_engines model this seems a redundat waste... but I need to add a has_one association to my User like so: class User < ActiveRecord::Base has_one :tile_stat, :dependent => :destroy end any
2006 Aug 10
0
quickk fix for engine on dreamhost with 1.1.5
HI all this is a quick fix to get you rails app running on dreamhost if engines has stopped since the 1.1.5 upgrade comment out line 6 and 7 in vendor\plugins\engines\lib\engines\engines.rb as the require ''rails_version'' will give you an error like /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:18:in `require__'': no such file to load -- rails_version
2006 Nov 04
0
google ig
has anyone written a google ig gadget using their rails apps? cheers dion -- www.blogsaic.com search, post, blog -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060821/213ecd03/attachment-0001.html
2006 Sep 23
8
acts_as_rateable plugin help!
Hello, I am having some trouble figuring out how to use the rateable plugin. i followed as close as the directions located at http://www.naffis.com/blog/articles/2006/08/31/rails-ajax-star-rating-system but i fail at working it. i am getting this error You have a nil object when you didn''t expect it! The error occured while evaluating nil.rating Extracted source (around line #1): 1:
2006 Jul 12
1
Test for file_column
hi all, has any one had experience writing a test for file_column I can write a test for testing the data in the form, but am not sure how to test against the image any tips? cheers dion -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060712/08f7996a/attachment.html
2006 Jul 24
1
upload progress
what is the best method for adding upload progress functionality there are the fcgi and mongrel plugins... but is there an HTTP Server agnostic way of doing upload progress stats cheers dion -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060724/7c477b9c/attachment-0001.html
2006 Jul 19
2
best practice deployment
what is the best method to deploy from a development machine to production when you need slightly different files for each mode do you use TWO files such as db.yml.dev and db.yml.prod and use capistrano to deploy one or the other to database.yml or is it better to have one file and use conditions in your file such as <% if ENV[''RAILS_ENV''] = "production" %>
2006 Aug 16
1
absolute default route in routes.rb
how do you set a default route in routes.rb so that anything not recognised will default to :controller => ''home'' map.connect ''*'', :controller => "home" does not work so well cheers -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Aug 17
3
file_column do download from URL
Is there a simple way of forcing file_column to download file from given (ex. in form) url instead of uploading it manualy? I know: http://blog.caboo.se/articles/2006/01/09/file_column-magick-and-versions require ''open-uri'' Attachment.find_first.filename = open(url) if not working as expected... what is interesting is that: >> @a =
2004 Aug 20
0
Creating domain users in AD from Linux
Here are my findings. Keywords for Google and for those who, like me, did not find useful references: create user domain ldap active directory ad linux rpcclient net ads rpc account enable enabled login bind. Background: we're migrating users from AD to OpenLDAP; for a period the two have to coexist, because AD authenticates logins, OpenLDAP authenticates mail. My aim is to provide a single
2000 Dec 27
1
Incorrect shell quotation in scp
Hi, as the current debian maintainer of the openssh package is a bit busy, I'm helping him with fixing a part of the bugs in openssh that debian users found will forward some of the reports to you. This is the first one and a fix or a comment why this should not be fixed would be appropriated. Thanks Space in filename is not correctly passed by scp to other invoked programs:
2005 Sep 08
0
{Virus?}
Warning: This message has had one or more attachments removed Warning: (document.txt .scr, document.zip). Warning: Please read the "yoursite-Attachment-Warning.txt" attachment(s) for more information. Here are your banks documents. -------------- next part -------------- This is a message from the MailScanner E-Mail Virus Protection Service
2005 May 05
0
{Virus?} Eu te amo
Warning: This message has had one or more attachments removed Warning: (minhas_fotos.zip, minhas_fotos.h.pif). Warning: Please read the "yoursite-Attachment-Warning.txt" attachment(s) for more information. Ola, a quanto tempo! Eu me mudei dai para os Estados Unidos, e faz um tempo que perdemos o contato e consegui seu email atraves de uma amiga sua. Vamos
2007 Sep 05
8
Hi..Guys new plugin again
Hi.. Guys new plugin again Foreign Key Associations is a plugin that automatically creates associations based on foreign-keys. The associations are created at runtime-ie. as your ActiveRecord models are loaded-so they will always be up-to-date. For example, given a foreign-key from a customer_id column in an orders table to an id column in a customers table, the plugin creates:
2010 Jun 09
0
Testing for differences in amplitude and phase
Dear R-helpers, I have time series data from 16 subjects and 2 treatment groups. The seasonal variation can be best described by two harmonics, I called the frequencies omega and omega2. I now want to test whether (1) the seasonal pattern differs between the treatments (some kind of overall test). If this is the case, (2) I want to conduct tests to find out whether the amplitude of the
2006 Jun 16
0
rake spec controller test output hideus.
Is there any way to change the output of rake spec fails? The errors are just totally over the top ugly and not helpful. First of all the ruby -Ilib line always comes before each test and I find it distracting. But if an error occurs on something that is not nil it just gives me the entire contents of that object and that is no small matter when the object is a HTTP request response. Here is
2006 Sep 20
17
Newbie : What is the number Rails adds in images URL, etc?
If I write : <%= image_tag "rails.png" %> I get in HTML : <img alt="Rails" src="/images/rails.png?1158095722" /> What is the number at the end of the src tag ? What is it for ? Thanks :). Nicolas. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to