search for: mcginni

Displaying 20 results from an estimated 23 matches for "mcginni".

Did you mean: mcginnis
2011 Jan 31
3
Webmail application in ROR
Dear all, Do you know any webmail apps in Ruby on Rails ?? Though I found "mailr", it does not seem to be working with Rails 3.0. If anybody have any ideas about such apps, please do reply. Thanks !! -- 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
2007 Mar 30
3
example code for file upload
I have an archiving application that handles large file uploads. I already use backgroundrb to run a behind the scenes bulk import of records. All good. Thank you Ezra. Now I would like to add long running file uploads to the things that backgroundrb does for me. That''s right that ole chestnut. I''ve seen a lot of mention of this practice around the web, but have yet
2008 Jan 03
7
Delete a busy worker
I thought I could delete a busy worker by calling MiddleMan.delete_worker, but doesn''t seem to end. I believe this was possible in 0.2, is it not in 1.0? thanks, Zach -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20080103/0c701f29/attachment.html
2011 Feb 24
1
Rails 3 testing help with TinyMCE gem and plugin
Hiya, I''ve taken over maintenance of the tiny_mce gem (https://github.com/kete/tiny_mce/) and am preparing a release that will have the latest TinyMCE and take advantage of some TinyMCE jQuery integration. I''m in the process of getting things working again with Rails 2.3.x (jQuery integration stuff broke things) and I could use hand with testing with Rails 3.x. I don''t
2007 Dec 28
2
Arity?
.../meta_worker.rb: logger.info "#{user_input[:worker_method]} #{user_input[:data]}" with this: logger.info "#{user_input[:worker_method]} #{user_input[:data].inspect}" for nicer debugging formatting. Seems like it might be a nice improvement. Cheers, Walter McGinnis --- Kete Project Lead Katipo Communications, Ltd. http://katipo.co.nz/ http://blog.katipo.co.nz/ http://kete.net.nz/
2009 Oct 20
10
REXML
Hi, How to embed ruby code in xml . here is my XML template : string = <<EOF <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ozxmlscene> <ozml version="4.0"> <styleRun style="1091379" offset="0" length="7"/> <text>The End</text> <object value="84"/> <object
2006 Apr 27
3
Permissions causing full backups?
...py less and du reports less space. link_dest 1 # just a test source – hard to see the destination, but it’s β€œ.” backup /cygdrive/c/Documents and Settings/Link/My Documents/My Music . Any ideas or other things I can provide to help with this troubleshooting? Thanks, Link McGinnis Cedar Springs Christian Stores 504 N. Peters Rd Knoxville, TN 37931 865-246-2042 x225 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.5.0/325 - Release Date: 4/26/2006 -------------- next part -------------- HTML att...
2008 Sep 02
2
Actionmailer - Multipart and Outlook?
Hi, I''m having issues with getting a consistent result with the emails I am sending using Actionmailer. Problem: Emails that I send with plain text, rich text, and attachments do not display the same results across GMail, Yahoo, Outlook and Thunderbird. Scenario: I am sending an email with text/plain, text/html, and 2 attachments using the code below, and I''ve specified the
2020 Sep 27
1
"-f ._filterlist" syntax
Hello, A GUI program uses rsync for network transfers. It is able to load filters from a file by putting a dot and underscore before it. Example:mkdir 1 2; touch 1/a .empty; rsync -f ._empty 1/ 2/ Is the dot underscore specific to rsync or is it a general bash (or similar?) feature to load arguments from a file? And is it documented anywhere for rsync? -------------- next part -------------- An
2010 Aug 24
0
[JOBS] Rails developer wanted in Wellington, New Zealand
...coming Rails developer (great position for recent/soon-to-be grad or someone switching to career in programming) that wants to make a name for his/herself in Open Source. Details here: http://j.mp/aerhc6 If you are interested, you can contact me at walter at katipo dot co dot nz. Cheers, Walter McGinnis Kete Project Lead Katipo Communications, Ltd http://twitter/wtem -- 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+G/Ez6ZCGd0@public.gmane.org To unsubscr...
2011 Feb 16
0
oembed_provider gem now available
...selection from with the rich text editor (i.e. the TinyMCE plugin, look for TinyMCE media selector plugin soon). Horowhenua Library Trust, Wellington City Libraries, Te Reo o Taranaki, Environmental Earth Sciences, CALYX, and many individual contributors. Thanks to all contributors. Cheers, Walter McGinnis Kete Project Lead Katipo Communications, Ltd. (http://katipo.co.nz) -- 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+G/Ez6ZCGd0@public.gmane.org To unsub...
2010 Sep 13
10
Could not find [GEM] locally or in a repository
Hey Guys, How could I fix the following: "gem install --no-rdoc --no-ri kete-feedzirra" ERROR: could not find gem kete-feedzirra locally or in a repository "gem install --no-rdoc --no-ri libxml-ruby" ERROR: could not find gem libxml-ruby locally or in a repository "gem install --no-rdoc --no-ri http_url_validation_improved" ERROR: could not find gem
2009 Oct 21
4
XML file using Nokogiri gem
Hello friends, Can you guys give me some idea about how to Create XML file using Nokogiri gem. -- Posted via http://www.ruby-forum.com/.
2011 Jun 01
1
Replacing variables in one dataset with those from another
Hoping someone out there can help me...this seems like an easy task but I can't figure it out... I want to replace variables in one dataset (Dataset1) with a variable from another dataset (Dataset2). All the values for variables x1 and x2 in Dataset1 have a unique match to the variable uniquenum in Dataset2. For example, in Dataset1 grpnum A has a value of 343 for variable x1. In Dataset2,
2011 May 20
5
views w locale default template
[RAILS3] I hesitate on how handling the locale view templates to default to one language only .. sending admin emails will go only to one locale ''en_GB'' should I set it up into the template name and set I18n.locale to ''en_GB'' membership_renew.en_GB.html.erb OR whatever locale is used , if I have : membership_renew.html it will be the default ? --
2011 Nov 01
2
Railscast 262 different partial in helper
Hi RoR Community, in Ryan Bates Railscasts Episode #262 he put the index code <% for message in @messages %> <div class="message"> <div class="created_at"><%= message.created_at.strftime("%B %d, %Y") %></div> <div class="content"> <%= message.content %> </div> <div
2007 Nov 29
27
Strip & Sanitize BEFORE saving data
So I''ve googled my brains out, and I see a lot of talk about TextHelper for views, but next to no discussion about cleaning text _before_ it is saved. I figured this had to be asked 4 zillion times, but I''m not finding anything concrete/obvious. Using h is fine as a safety catch, but that alone is not acceptable to me as the means of diffusing the impact of HTML or JS
2007 Mar 11
4
Faking it... import local files into attachment_fu
...citly in the new method parameters or that I''m just bumping up against my ignorance and there is a better way I don''t know about. Recommendations? I noticed that there are mechanisms for this fake out in testing code, perhaps I''ll give them another look. Cheers, Walter McGinnis http://blog.katipo.co.nz/ --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubs...
2010 Apr 26
11
Rails I18n
I was just wondering about locales and .yml files. Is it better to store the multilanguage strings in .yml files than in databases? And if yes, why? I was also wondering how rails are loading this files (for example, I have 4 languages in my web app, each has her own .yml file, will my rails app loads all the files in ram and then it will call each variable inside my web app? Or something else?)
2011 Sep 19
14
gmaps4rails "acts_as_gmappable" error
Hi all, I started to see fun of gmaps4rails gem from https://github.com/apneadiving/Google-Maps-for-Rails. After everything done. When visited the locahost, i got the following error. undefined local variable or method `acts_as_gmappable'' for #<Class: 0x31a9da8> the error is due to i have line "acts_as_gmappable" in my model. Anybody knows how this is