search for: speedymac

Displaying 20 results from an estimated 22 matches for "speedymac".

2005 Sep 25
12
Browsercam.com Annual Membership
...participants. Keep in mind that the daily price for one user is $19.95, which is more than what you will need to pay for a year under this plan. If anyone is interested, the fundable.org group is setup at: https://www.fundable.org/groupactions/groupaction.2005-09-25.9807090106 -- Lon Baker Speedymac LLC http://www.speedymac.com AIM: spdemac
2006 Feb 02
1
Grouping with tags or joins?
.... I''m implementing group functionality in a couple of applications. The typical method, using HABTM, where you create a group and add members, is typical. For example, Users, Groups and Messages. Does anyone prefer tagging instead? Any advice would be great! -- Lon Baker http://www.speedymac.com AIM: spdemac
2006 Feb 27
1
Instance methods in runner?
...9;'], :include => [:site, :template]).each {|m| logger.info m.is_recurring? # my method logger.info m.new_record? # ar method } end Both logger entries show black lines in the logger. Nothing seems to work. This object uses STI, could that be the problem? -- Lon Baker http://www.speedymac.com AIM: spdemac
2006 Jan 23
1
[INFO] SMS Aggregators
...mobile providers, and affects all message terminating on US networks, regardless of origination. Keep in mind, according to the information I received, a single complaint from an end user can shutdown your CSC in the US. Anyway, just wanted to pass on the information. -- Lon Baker http://www.speedymac.com AIM: spdemac
2005 Mar 02
1
Cleaning up has_and_belongs_to_many?
...ve Receiver <<->> Message (with a join table of course), but have noticed that when the last receiver removes a message from the association the message still exists. Before adding code to manage this situation I want to check to see if I am missing something? -- Thanks. Lon Baker Speedymac LLC http://www.speedymac.com lon-JCsVN+o+Xp98UrSeD/g0lQ@public.gmane.org AIM: spdemac
2006 May 23
7
self-referencing has_many
Having a devil of a time finding records in a self-referencing has_many table relationship. Everything is working find looking at the has_many and the belongs_to relationship. But, when I try to find all "orphans", records that are neither a parent nor a child, I can not find a query that work in ActiveRecord. This query works in MySQL: SELECT * FROM templates LEFT JOIN templates
2006 Feb 14
20
Adding payment to an app: how hard and risky is it?
Hi all. I have never implemented online payment and it''s the only thing that keeps me from accepting a project for a UK based client. (I must reply quickly!) While I can afford spending an extra week - or 2 - to learn/try/tune the payment system, I must be sure to succeed before I accept the contract. If you''ve already been through that path, any hints, links and/or
2006 Feb 21
26
Net::SMS::BulkSMS 0.1
This is the first release of a new Ruby library for the www.bulksms.co.ukAPI which should allow simple integration of SMS functionality into your Ruby or Rails apps. Sending a message is as simple as: @service = Service.new(''username'', ''password'') @service.send_message(''This is my message!'', ''4479123456789'') # whats my
2006 Feb 07
11
Possible Rails Security Issue?
I have an e-commerce site and users check out with a form. The results of that form are sent to a "confirm your order" page via POST. I take great pains to NEVER store the full credit card number on my server--just the last 4 digits. I was very surprised to find that by default Rails will record POST requests with parameters in the production.log. And those parameters
2006 Jan 20
2
Creating thumbnail on the fly
I was doing some research about creating thumbnail images on the fly after an image has been uploaded in a form, but for some reason it''s not working for me. I''ve downloaded ImageMagick 6.2.5 for Mac but when I run a test (identify image.gif) it gives me this error: dyld: Library not loaded: /sw/lib/libjpeg.62.dylib Referenced from: /Developer/ImageMagick-6.2.5/bin/identify
2005 Jun 24
14
apache2 fastcgi (fcgi) internal server errors, still :(
hi all, I can blab, but here is a sample of my /var/log/apache2/error.log, it has all the info: any ideas what I can do prevent 500s from hitting my users? (besides redirecting them with javascript to the same URL which will be fine on the next request? :) thanks, _alex [Fri Jun 24 12:30:45 2005] [error] [client 172.20.0.175] FastCGI: incomplete headers (0 bytes) received from
2006 Jan 18
23
RForum Software Sucks?
(Donning flameproof suit) Am I the only person who thinks that the Ruby forum software sucks? E.g. search only for a word. Can''t search for new posts, can''t search by date, topic list doesn''t indicate when I''ve already read a post, there can be several independent replies to a topic, just to name a few. There are lots (admittedly not Ruby based) of good
2006 Jan 25
24
RailsCron 0.2 plugin
I received feedback from some of you, saying that it would be cool if RailsCron was even easier to manage. So I implemented a graceful start/restart inside of the plugin''s init.rb. If you don''t like it, comment it out and send me the feedback. Also, I finished an update to RailsCron that allows you to attach asynchronous processing methods to your ActiveRecord models. i.e.:
2006 Jan 27
59
Why Macs instead of AMD or Intel ? Just curious
My first computer was a Mac (SE30) but it was also my last so I am not without appreciation of Apples wonderful aptitude for design. Without starting a flame-fest why do so many ruby and rails developers use a Mac ? It seems to be a commonality within the ruby and RoR community. Especially laptops. The first ruby users group meeting I attended was about 50% Macs (or so it seemed to me - I
2006 Jul 11
0
ActiveMailer HTML + Plain Text + Attachment?
How do you do this? Tried all the examples on the wiki, and unfortunately the trac is not accessible right now to check the trouble tickets. No matter what I do the mime structure seems to be incorrect. It seems that adding an attachment to a html+plaintext message is not possible using the standard methods. I have seen some old posting on the mailing list about overriding the deliver method
2006 Feb 13
0
count_as_taggable distinctly
I needed to count tagged records, I came up with this: <pre>def count_tagged_with(options = {}) options = { :separator => '' '' }.merge(options) tag_names = ActiveRecord::Acts::Taggable.split_tag_names(options[:any] || options[:all], options[:separator]) raise "No tags were passed to :any or :all options" if tag_names.empty?
2006 Feb 14
0
Using token in text_field_with_auto_complete?
Is there an example of using the token option with ACP? When you set the token, shouldn''t the acp handle passing only the last element to the controller? And appending the selection to the existing entries in the ACP? -- Posted via http://www.ruby-forum.com/.
2006 Feb 14
0
Re: Rails Digest, Vol 17, Issue 319
On Feb 14, 2006, at 3:13 PM, rails-request@lists.rubyonrails.org wrote: > DO NOT store credit card information. That opens you to a world of > security problems and auditing expenses. Agreed. But there are clients whom consider this option. I won''t build such a solution myself. -- Lon Baker
2006 Feb 15
0
Acts_as_taggable and exclusively_dependent?
How do you guarantee deletion of tags when deleting the parent of a tagged object? Example: Template ->> Message ->> Tags When Message is destroyed the Tags are also. When destroying the Template, the Message is destroyed, but Tags are not. Any tips? -- Posted via http://www.ruby-forum.com/.
2006 Jan 19
0
auto_complete_for_text_field to association
I am trying to set the association using an auto_complete_for field. message -> person To be user friendly, I want to display the person''s name in the text field, while setting the association id after selecting them from the auto_complete_results. To far I get some of it to work, am only get the 1st associattion_id no matter what item I am selecting from the results. The only