Displaying 20 results from an estimated 40000 matches similar to: "Re: Rails Digest, Vol 17, Issue 319"
2005 Sep 25
12
Browsercam.com Annual Membership
I have been using browsercam.com for CSS testing, but it is rather
expensive. Recently, I discovered others using funadable.org to
purchase a yearly membership as a group.
A year long membership at browsercam.com costs $480.00. This gives us
25 user accounts. I am proposing that 25 people throw in $19.20 for
their 1/25th share of the membership cost. Once I have raised $479.40
I will
2005 Mar 02
1
Cleaning up has_and_belongs_to_many?
Does has_and_belongs_to_many know to delete an object when the last
reference to it is removed?
In my case I have 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?
--
2006 Feb 27
1
Instance methods in runner?
I am having a devil of a time with some runner actions.
I can not seem to call any instance methods on found records.
Even when I strip is down to the basics:
def self.deliver
self.find(:all, :conditions => ["#{Message.table_name}.status
= ?", ''pending''], :include => [:site, :template]).each {|m|
logger.info m.is_recurring? # my method
logger.info
2006 Jan 23
1
[INFO] SMS Aggregators
Awhile ago, I posted some information about SMS Aggregators, this is
just a follow-up, based on changes in the US market.
As of January 31st, any commercial application, sending to US
networks, is required to lease a CSC (short code) from CTIA.
A CSC runs $6000/year for a random code, and $12,000/year for a
vanity code.
These charges are on top of the normal per message fees.
This does
2006 Feb 02
1
Grouping with tags or joins?
This more of a best practices question.
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 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 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 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 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
2008 Jan 04
0
Martin Pelmore, Credit Cards For Students Offer Convenience And Safety
Martin Pelmore, Credit Cards For Students Offer Convenience And Safety
Credit cards for students are a great deal for many individuals and groups.
Parents will find that credit cards provide a convenient way to provide for
their children away at school. Credit cards for students eliminate the
necessity of students carrying around a lot of cash to pay for their
tuition, fees and miscellaneous
2012 Nov 18
2
[newbie] convert 3D spatial array to dataframe
summary: how to convert a 3D array (as obtained from ncdf4::ncvar_get)
to a dataframe suitable for use by lattice::levelplot(), e.g.,
levelplot(conc ~ lon * lat | lev, data = data.frame)
details:
I have atmospheric data in netCDF files specifying gas concentrations
over a 3D space with dimensions longitude, latitude, and (vertical)
level. I need to plot the data by level. Since there are
2004 May 23
0
RE: {Virus?} {Spam?} Hi
Thank you for your email to the UNIVERSITY OF LONDON
ACCOMMODATION OFFICE (ULAO).
This automatic reply has been made necessary by the volume of emails we
receive; you should not reply to it. Please be advised that if your email is of
a general nature and the links below direct you to the information, we will not
be able to send you an individual reply. If we do not reply to you within
3
2006 Jan 26
3
Calling a SOAP service from within a Rails controller
The following works fine as a standalone ruby program:
**********************************************************************************************
t = Time.now
starter = Time.local(t.year,t.mon, t.day) + (24 *3600)
ender = starter + 7 * 24 *3600
lat = 40.352039
lon = -74.191961
require ''soap/wsdlDriver''
params = {:maxt => false, :mint => false, :temp => true, :dew
2005 Mar 08
1
Updating Join Attributes
Other than doing a raw SQL update the only way to update join
attributes is to remove an object and then push_with_attributes
correct?
--
Lon
2011 Sep 07
3
Editing the variables attributes section in the netCDF header of netCDF files created using the package ncdf.
Hi,
I am using the package ncdf to create netCDF files and I want to mimic the the header of an exiting netCDF file created outside of R. Below is what the existing header looks like (part of it that is different):
netcdf ccd1984_05_08 {
dimensions:
lat = 1974 ;
lon = 1894 ;
time = UNLIMITED ; // (1 currently)
variables:
int time(time) ;
2006 Mar 21
0
Re: Rails Digest, Vol 18, Issue 525
Down here in South America, you can imagine we have to deal with this
problem of character encoding all the time.
It is not that UTF-8 is better than ISO-8859-1, or vice-versa, any more than
French is better than Spanish. UTF-8 is more like an English, which is
spoken (for better or worse) as the lengua franca most anyplace, while
ISO-8859-1 is Latin specific (can''t handle Chinese).
2006 Feb 12
0
Re: Rails Digest, Vol 17, Issue 256
This is a test
---------------------------------
What are the most popular cars? Find out at Yahoo! Autos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060212/c406a350/attachment.html
2006 Feb 16
0
Re: Rails Digest, Vol 17, Issue 355
>
> Message: 6
> Date: Wed, 15 Feb 2006 15:32:46 -0800
> From: Ezra Zygmuntowicz <ezra@yakima-herald.com>
> Subject: [Rails] Rubuntu Live CD for Rails
> To: Rails Mailing List <rails@lists.rubyonrails.org>
> Message-ID: <EBB25945-FF95-4A90-9574-3AB85835B4B2@yakima-herald.com>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
>
2006 Feb 28
0
Re: Rails Digest, Vol 17, Issue 663
CocoaMySQL is definitely the way to go. Great app. Unfortunately,
it''s somewhat complicated to find the correct version to use. Make
sure you get version CocoaMySQL v0.7b2 based on official SMySQL
framework (http://cocoamysql.sourceforge.net/beta.php). the current
stable version 0.5 does not work with MySQL4.1., the latest beta does
(however, no support for new new password
2011 Jul 01
0
How to filter XY pairs of inacurate gps position along track, taking into account the time index to not mix track from different days in one average track
Dear R users,
subject: How to filter XY pairs of inacurate gps position along track, taking into account the time index to not mix track from different days in one average track
or subject as: How to filter XY pairs of inacurate gps position: (latitude, longtitude)
to get estimated correct position before calculating track
i.e.
How to estimate (time series? )?
How to filter XY pairs of