Age | Commit message (Expand) | Author |
2013-09-03 | remove the user after integration testing customer creation | Azul |
2013-09-03 | different tests need different names | Azul |
2013-09-03 | do not leave behind users in billing unit and functional tests | Azul |
2013-08-30 | also replace find_by_param in billing engine | Azul |
2013-08-22 | Some more billing cleanup. | jessib |
2013-08-15 | Some notes on tests that don't work. (Failing tests are skipped though.) | jessib |
2013-08-12 | Remove broken test. | jessib |
2013-08-12 | more integration tests for billing | Azul |
2013-08-09 | fix billing tests to use user id with customer resources | Azul |
2013-08-08 | Merge pull request #1 from azul/braintree_conf_from_file | jessib |
2013-08-08 | Still a bit hacky, but catching some more corner cases as far as setting the ... | jessib |
2013-08-08 | read braintree configuration from config/config.yml | Azul |
2013-08-06 | Some more tweaks to have billing code work, and allow admins to view but not ... | jessib |
2013-08-01 | Start to functionality for admins viewing billing of other users. | jessib |
2013-07-25 | Have navigation link to new customer form if user is not already a braintree ... | jessib |
2013-07-23 | Maybe not optimized, but gets working. | jessib |
2013-07-23 | More little display cleanup. | jessib |
2013-07-23 | Some clean-up of billing display. | jessib |
2013-07-23 | Some navigation tweaks. | jessib |
2013-07-22 | Slight tweaks so navigation basically should work with billing. | jessib |
2013-07-17 | billing: helper for the typical BraintreeForm | Azul |
2013-07-17 | billing bring back test for #with_braintree_data! | Azul |
2013-07-17 | billing: fix integration test | Azul |
2013-07-17 | billing: integration test creating customer | Azul |
2013-07-17 | billing: functional test for payments controller | Azul |
2013-07-17 | billing: update customer records - do not create new ones | Azul |
2013-07-17 | billing: fix issue with customer.braintree_customer | Azul |
2013-07-17 | billing: functional tests reveal issue with customer.braintree_customer | Azul |
2013-07-17 | use fake_braintree, fix and test customer with braintree info | Azul |
2013-07-17 | test non braintree parts of customer, validate user | Azul |
2013-07-17 | More cleanup of billing code. | jessib |
2013-07-17 | Fix issue with transparent redirect if form is first submitted incorrectly. B... | jessib |
2013-07-17 | Back to singular-customer controller, in hopes that would help some confusions. | jessib |
2013-07-17 | Some links at end of confirmation pages. | jessib |
2013-07-17 | Start to Readme for explaining how to test this locally with one's own sandbox. | jessib |
2013-07-17 | Note about knowing sort order for returned transactions | jessib |
2013-07-17 | Display 3 most recent transactions on a customer's page, with a link to all o... | jessib |
2013-07-17 | Show single active subscription from user's page, with link to index showing ... | jessib |
2013-07-17 | Added notices to redirects. | jessib |
2013-07-17 | Very rough start to tests, which still doesn't really use FakeBraintree. | jessib |
2013-07-17 | Changing customers route to be plural. | jessib |
2013-07-17 | Some improvements to navigation, and pulling out separate show/edit views for... | jessib |
2013-07-17 | Basic functionality to edit credit card on file. | jessib |
2013-07-17 | Basic display of a customer's transaction information | jessib |
2013-07-17 | Some permission checks for viewing/cancelling subscriptions. | jessib |
2013-07-17 | Allow subscriptions to be canceled. | jessib |
2013-07-17 | Displaying of user's subscription. Still not committed to whether user can ha... | jessib |
2013-07-17 | Much more efficient way to get a customer's subscriptions, thanks to http://s... | jessib |
2013-07-17 | Display of subscription information on a customer's edit page. It is *super* ... | jessib |
2013-07-17 | Some tweaks to optimize number of requests to braintree API. | jessib |