similar to: session disappears when I leave site

Displaying 20 results from an estimated 10000 matches similar to: "session disappears when I leave site"

2006 Feb 27
0
Difficult bug
My program allows users to create an account to login, etc. like most other programs. I am using the login routine supplied by rails. In my program I have an option to ''add funds'' to the account. When the user selects this option I ask them how much they want to pay, etc., I then take this info and the user is taken to an authorize.net payment page (I pass the data that
2005 Dec 22
8
Payflow Pro (was Re: FatWreck.com - New Rails Site)
Several years ago, before PHP introduced their built-in pfpro functions, I rolled my own crappy interface, which of course delegated to the commandline payflow client. I could certainly do the same in Ruby today. Thinking back on it, I realized at the time, and realize again now, that delegating this functionality to a commandline app is a security risk unless you''re the *only* user on
2006 Apr 22
1
Newbie .. authorize.net
I am very new to RoR. I need to do: 1. credit card authorization only and / or 2. charge the credit card via the Authorize.net payment gateway via RoR? QUESTION 1. I came across the payment module available as a ruby gem. I am wondering if anyone has used this gem in a real life application to do the above? The other problem was that on this page:
2006 May 05
0
Authorize.net problem..
Hi, Am new to RoR and am trying to use the Payment gem. Am currently trying to test my implementation by making test transactions. Here is output from my debug log: #<Payment::AuthorizeNet:0xb73a5850 @test_transaction=true, @password="secret", @state="IL", @last_name="Pine", @delim_data="TRUE", @amount=6.0, @version="3.1",
2009 Aug 31
3
How to deal with PayPal frauds?
I charge my customers through PayPal, but recently faced a fraud which previously had only heard about. Somebody registered a few accounts, paid online with paypal (as my service is only prepaid) and started making expensive long distance calls. In fact the IP registering the accounts was from Florida, and IPs making calls were from Africa. After about 20 minutes the first payment was reversed.
2006 May 03
0
Problem with Payment Gem
I have a shopping cart app (yes, another one) that uses the Payment gem to perform credit card authorizations with Authorize.net. I have created and submitted transactions using their test card numbers and received responsed from Authorize. The problem I am having is that regardless of whether the transaction is approved/denied (based on the returned codes and message) the
2006 Jun 30
2
Subscription Payment Model
Ok, I''m new to the world of actually charging for software, and it''s taken me a full month to decide how to charge in a way that doesn''t make me sleep with difficulty at nights. :) If someone can look at this and verify I''m on the right track or give any hints/tips, I''d greatly appreciate it. Basically, I want each user to be able to apply
2008 Oct 16
0
[Announcement] Billing Module for your SaaS web application is here: ServiceMerchant
[Announcement] Billing Module for your SaaS web application is here: ServiceMerchant == In two sentences ServiceMerchant is open-source library, developed in Ruby, which takes care of recurring billings and subscriptions of your SaaS application. The library sits on top of well known library ActiveMerchant and therefore gives you the variety of choice among payment providers. == In more details
1998 Jan 29
0
Funding freeeware (was: R-beta: help in sept)
John Logsdon <j.logsdon at lancaster.ac.uk> wrote: > This is a problem that has been bothering me for some time. At the > moment, I use RedHat Linux, Octave, occasionally R and other FSF/GPL > products. They are generally better, at least in their fundamental > design, than the commercial versions but there is no clear mechanism to > ensure their continued development.
2006 Jun 05
7
Building a UK based e-commerce store in rails
I have built a few sites with Rails, however I have been approached by a company wanting an e-commerce / online shop built. I would love to build one in rails with the knoweledge I now have. I have the agile book and the pickaxe book they are my reference guide. However there is virtually nothing on creating real world e-commerce sites in rails. They will be selling to both businesses and the
2006 Jan 17
3
Experiences w /payment gateways and credit card processing?
I wanted to know if anyone had any good experiences with particular payment gateways and Rails? and what did it take to integrate? My current client uses PayPal for the credit card payment processing, and would like to stay with them, if possible. So has anyone had any experiences with integrating with PayPal? I''d love to hear who provides your payment services? -- Posted via
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 Jun 06
6
Payment Gem Error
I am learning how to use the payment gem to process credit cards. I think I have everything up and running correctly but I get this error: undefined method `use_ssl='' for #<Net::HTTP secure.authorize.net:443 open=false> Would anyone have an idea what would cause that? Thanks, will clark // graphic design www.willclarkdesigns.com/ will@willclarkdesigns.com 559 | 584
2006 Mar 14
1
ruby/rails and NACHA
I am looking for ruby/gem support for ACH transactions, that is bank-bank electronic funds transfers. I have found a gem (Payment) for credit card payment but nothing on ACH /NACHA format. Anyone know of anythings. Thanks -- Rob Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 19
2
Credit Card Processing / Merchant Account
Hi All, Has anyone implemented a credit card processing / merchant account system using Rails? I know that there is a ''payment'' gem that is supposed to integrate with the Authorize.net gateway, but I''m wondering if that is the best (and only) solution out there. Are there any other recommended solutions from Rails programmers out there? Thanks in advance for the
2007 Sep 29
1
Re: anyone using flac --sector-align?
Dat Head wrote: > I use it all the time for wav to flac conversions for CDR burning (doesn't > everybody?!) or maybe i use it with shntool before encoding to flac, I'm pretty sure (don't have the code and couldn't read it if I had it) that shntool's "fix" module doesn't use flac's --sector-align option but has its own routines. For one thing,
2008 Feb 28
2
random exception driving me crazy: SecurityError (Insecure: can't modify array)
Hi all, I''m running into a very strange but incredibly annoying problem that I just can''t seem to solve. The exception is occurring from a seemingly innocuous line in my code, a simple ''logger.warn("some debug information")''. The backtrace follows: SecurityError (Insecure: can''t modify array)
2008 Jul 17
0
[ADV/ANN] Easy recurring billing with Authorize.net
I have just put out an update to the SaaS Rails Kit, a sample Rails application that implements recurring billing. This update adds support for the Authorize.net payment gateway. With the Rails Kit and Authorize.net CIM, you get a complete and very flexible subscription billing system that you can use as a starting point for building your software-as-a-service Rails application, so you can skip
2006 Jul 13
3
payment gem, server anomolies
so i have the payment gem working perfectly in our app, running locally on my system. uploaded a copy of the app file structure to our server (a rimu rhel3), but now the payment gem is unresponsive. it throws exceptions with no error message. i''m looking for a suggestion how to debug this. running updated gems and versions on both systems. they seem identical, unless i''m
2005 Dec 15
9
FatWreck.com - New Rails Site
After months of design and development, we''ve launched our second Rails site, http://www.fatwreck.com (assuming your DNS is updated - the pink site is the old one). The site is for legendary punk rock record label, Fat Wreck Chords and it includes a store. The old site was highly trafficked, with millions of page views per month and we expect this one to be also. So far, the server