payolapayments/payola

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
CHANGELOG.md
Gemfile
LICENSE
README.md
Rakefile
app/assets/stylesheets/payola/application.css
app/views/layouts/payola/application.html.erb
app/views/payola/admin_mailer/dispute.html.erb
app/views/payola/admin_mailer/failure.html.erb
app/views/payola/admin_mailer/receipt.html.erb
app/views/payola/admin_mailer/refund.html.erb
app/views/payola/receipt_mailer/receipt.html.erb
app/views/payola/receipt_mailer/receipt.text.erb
app/views/payola/receipt_mailer/receipt_pdf.html.erb
app/views/payola/receipt_mailer/refund.html.erb
app/views/payola/subscriptions/_cancel.html.erb
app/views/payola/subscriptions/_change_plan.html.erb
app/views/payola/subscriptions/_checkout.html.erb
app/views/payola/transactions/_checkout.html.erb
app/views/payola/transactions/_form.html.erb
app/views/payola/transactions/_stripe_header.html.erb
app/views/payola/transactions/iframe.html.erb
app/views/payola/transactions/new.html.erb
app/views/payola/transactions/show.html.erb
app/views/payola/transactions/wait.html.erb
bin/rails
bin/rspec
circle.yml
gemfiles/rails_4_1.gemfile
gemfiles/rails_4_2.gemfile
lib/tasks/payola_tasks.rake
payola.gemspec
app/assets/javascripts/payola.js0
app/assets/javascripts/payola/application.js0
app/assets/javascripts/payola/checkout_button.js87
D
2 days
app/assets/javascripts/payola/form.js83
B
5 hrs
app/assets/javascripts/payola/subscription_checkout_button.js96
D
2 days
app/assets/javascripts/payola/subscription_form_onestep.js114
C
1 day
app/assets/javascripts/payola/subscription_form_register.js83
D
1 day
app/assets/javascripts/payola/subscription_form_twostep.js88
D
2 days
app/controllers/concerns/payola/affiliate_behavior.rb15
app/controllers/concerns/payola/async_behavior.rb36
A
35 mins
app/controllers/concerns/payola/status_behavior.rb14
app/controllers/payola/application_controller.rb10
app/controllers/payola/cards_controller.rb34
A
1 hr
app/controllers/payola/customers_controller.rb28
A
25 mins
app/controllers/payola/subscriptions_controller.rb82
A
45 mins
app/controllers/payola/transactions_controller.rb37
A
20 mins
app/helpers/payola/application_helper.rb4