Displaying 20 results from an estimated 1000 matches similar to: "upgrade problems and questions"
2011 Mar 19
0
Problems with SSL dependent gems OAuth2 & ActiveMerchant
Hello all,
My application uses the OAuth2 gem (0.1.1) to connect to Facebook, and
the ActiveMerchant gem (1.12.0) to connect to PayPal. Under what is the
current Rails/Ruby distribution, both of these gems throw the following
OpenSSL::SSL::SSLError when used:
* SSL_connect returned=1 errno=0 state=SSLv3 read server certificate
B: certificate verify failed
I did some digging, and found two
2010 Oct 31
0
using rails_upgrade on windows
Well, I''ve been at this for the past two days.
I''m trying to upgrade a Rails 2.3.2 app (ruby 1.8.7) to rails 3, ruby
1.9.2
I ran across this rails_upgrade plugin and got excited--at first.
However, the installation calls for a ruby script/plugin command, which
does not exist anymore.
I found a post that says to go back to old rails environment to run it.
So I did that. The
2011 Jan 27
1
recent activemerchant examples needed or perhaps another solution
Hi,
I have a reeally big problem with understanding how to use
ActiveMerchant, Perhaps someone would point me to a different solution
to my problem.
I need to build a little web shop which will be based in the UK, and
my customer wants to use PayPal Express Checkout, because there''s no
monthly fee.
So far I had only problems with ActiveMerchant examples because:
1) they are way too
2011 Feb 02
1
newbie: paypal + line items
hi,
using activemerchant + rails the first time. how can i send my line
items + descriptions etc over to paypal so that the user can review
the items?
purchase_options{
:items => [
{
:name => "Tickets",
:quantity => 22,
:description => "Tickets for 232323",
:amount => 1211221
},
2006 May 30
2
ActiveMerchant
Is anyone using ActiveMerchant currently?
I''ve seen it recommended on this list several times, but it seems kind
of buggy and incomplete and I''m having trouble getting it to work.
>From the example at http://home.leetsoft.com/am/, I''ve tried:
gateway = ActiveMerchant::Base.gateway(:authorized_net)
response = gateway.capture(1000, creditcard)
..but it
2010 Sep 03
6
upgrading to rails 3.
I''ve installed rails_upgrade plugin with ruby script/plugin install
http://github.com/rails/rails_upgrade.git.
Then if I run rake rails:upgrade:check it says
rake aborted!
no such file to load -- initializer
What I''ve missed?
--
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
2006 May 14
0
Beware of HashWithIndifferentAccess#symbolize_keys!
Hi,
I just posted a patch tot he rails trac for a bug we found where
running symbolize_keys! on a HashWithIndifferentAccess will delete all
items from the hash. Please make sure you either never call
symbolize_keys! (or to_options! which just alias it) on a
HashWithIndifferentAccess, or apply the path attached from the ticket
at: http://dev.rubyonrails.org/ticket/5076
I also posted a much longer
2006 Nov 20
1
Getting started with ActiveMerchant & new Ecommerce book
Hi there
I''ve got a copy of the ''Beginning Ruby on Rails Ecommerce'' book and am
trying to integrate ActiveMerchant into my app.
My order.rb file has the line:
''include ActiveMerchant::Billing''
per the book.
My Order model also has, amongst other things, the following validation:
'' validates_inclusion_of :billing_country, :in =>
2011 Jun 15
0
rail_upgrade gem fails to recognise environment.rb
The rails 3 upgrade gem is refusing to generate a new application rb for a
project i am trying to get onto rails 3.
Running: rake rails:upgrade:configuration --trace
Results in the following error:
There doesn''t seem to be a real environment.rb in your app. Are you sure
config/environment.rb has the right contents?
2006 Sep 11
0
ActiveMerchant Paypal Pro Support
How is ActiveMerchant''s Paypal Pro support? I am migrating a client''s
site to Rails that uses Paypal Pro and they have been pretty happy with
it (and know how to use Paypal''s website). I tried first setting up
the PayPal plugin directly, but ran into some issues and then I noticed
that ActiveMerchant has PayPal Pro, but its labeled "testing" and
2010 Mar 22
2
ActiveMerchant, Authorize.net and Email Receipts
I''ve posted this on RailsForum.com and in the ActiveMerchant talk
group, and haven''t received an answer, so I figure I''ll try here.
Hello. I''ve been searching for information on this for a while, but my
google fu is evidently weak--hardly anyone even talks about email
receipts re: ActiveMerchant, much less my specific problem.
In any case, I have a client whose
2008 Aug 24
2
config.after_initialize and development mode
Hi,
I''m using activemerchant and setting up a class variable using
config.after_initialize. It works great for the first request, but
then the variable is nil.
config.after_initialize do
ActiveMerchant::Billing::Base.mode = :test
OrderTransaction.gateway =
ActiveMerchant::Billing::PaypalGateway.new(...)
end
I''m assuming this is is due to the model reloading after each
2006 Oct 16
3
Saving many_to_many
Ahoy, i''m trying to save a many to many between "talent" and "vital
stat"
talent_controller.rb
def edit
@talent = Talent.find(params[:id], :include => [:talent_type,
:vital_stats])
@talent_types = TalentType.find_all
@vital_stats = VitalStat.find_all
if request.post?
@talent.attributes = params[:talent]
@talent.attributes =
2006 Nov 01
1
Referencing a plugin in a spec
I am writing some specs that use ActiveMerchant to talk to a cc provider.
When I try to "include ActiveMerchant::Billing" in my spec, it tells
me it can''t find the plugin:
./activesupport/lib/active_support/dependencies.rb:123:in
`const_missing'': uninitialized constant ActiveMerchant (NameError)
Do I need to explicity require the main plugin file?
Thanks,
Mike Pence
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
2011 Apr 20
1
ActiveMerchant with Amazon's FPS
Hi, I want to integrate Amazon''s FPS service using Activemerchant.
I want to know that activemerchant support that?
and if yes, then can you please suggest any site to integrate Amazon''s FPS?
--
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
2009 Jan 09
0
Authorize.Net Gateway using ActiveMerchant
Hi,
In my application, I am using Authorize.Net Gateway using
ActiveMerchant.
I changed the "ActiveMerchant::Billing::Base.mode" to :production.
I am getting "successfully transferred" message. But actual banking
transaction was not done.
Please give me solution to this problem.
Thanks in Advance,
kumar
--
Posted via http://www.ruby-forum.com/.
2008 Jan 21
1
specin'' update_attributes! + Hash
Hi,
I am facing a problem while trying to test a method that updates an
attribute. The attribute format should be converted to YAML format
before storing in the table which is excatly what is going on. But when
testing it using expectations in rspec it returns an error.
*** below is the error message :
Spec::Mocks::MockExpectationError in ''InteractController (submit) -
saving a form to
2011 Apr 18
3
paypal with Active merchant
Hi, I am integrating paypal service in my application using Activemerchant.
Now I want to know how to use ActiveMerchant to make payment to Bank or
Credit card ?
for example:
I am seller and I want to pay some amount to somebody. I want to pay such
amount which will be credited in somebody''s bank account or credit card
directly ?
Please reply me as early as possible.
And also suggest
2008 Apr 25
2
Can't start script/console, but can start webrick
I have this app on other computers and it works fine. On my laptop I was
running instant rails, but have scrapped it.
My error is:
C:\data\0315_FitWitWeb>ruby script/console
Loading development environment (Rails 2.0.2)
C:/data/0315_FitWitWeb/config/environment.rb:11:in `require'': no such
file to lo
ad -- active_merchant (LoadError)
from