<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/billing/config, branch 0.2.8</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>Consider pending &amp; past due subscriptions as 'active' in the sense that they should prevent one from adding a new subscription.</title>
<updated>2013-10-08T21:33:02+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-10-08T21:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=4e471f6b35c012d2825f6be19e24ecd5fef8d636'/>
<id>4e471f6b35c012d2825f6be19e24ecd5fef8d636</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow admins to view past-due subscriptions.</title>
<updated>2013-10-01T20:56:59+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-10-01T20:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=0fe1678cd37c8e917cb28eed9eb28777d3a92283'/>
<id>0fe1678cd37c8e917cb28eed9eb28777d3a92283</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First run at having admins cancel user subscriptions.</title>
<updated>2013-09-09T21:52:31+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-09-09T21:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b8cf64edc4f7e77075b1931a13ce4c4cd7c21621'/>
<id>b8cf64edc4f7e77075b1931a13ce4c4cd7c21621</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>read braintree configuration from config/config.yml</title>
<updated>2013-08-08T18:30:13+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-08-08T18:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=19c825d3074784228c6cace41dfb595d715686ec'/>
<id>19c825d3074784228c6cace41dfb595d715686ec</id>
<content type='text'>
This can be set per environment and also is not tracked in git
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be set per environment and also is not tracked in git
</pre>
</div>
</content>
</entry>
<entry>
<title>Some more tweaks to have billing code work, and allow admins to view but not edit for other users.</title>
<updated>2013-08-06T21:21:08+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-08-06T21:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=6f5e2c2cdcbdb9ea4aca71f0bde2a935d979da3f'/>
<id>6f5e2c2cdcbdb9ea4aca71f0bde2a935d979da3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some clean-up of billing display.</title>
<updated>2013-07-23T20:26:55+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-07-23T20:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=979aa417aa722c5e550219bff90ec757ac098a0f'/>
<id>979aa417aa722c5e550219bff90ec757ac098a0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>billing: fix integration test</title>
<updated>2013-07-17T08:47:14+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-07-03T10:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e4460bffe2e6a2a4b4edb663332aa57ac17b3370'/>
<id>e4460bffe2e6a2a4b4edb663332aa57ac17b3370</id>
<content type='text'>
This actually required three little fixes:
* couchrest_session_store updated to 0.1.2 to make sure we store sessions
* use BraintreeTestApp to proxy braintree requests that RackTest assumes
  are local
* do not attempt to read status after a capybara request

Also refactored the test a bit to set @user and login during setup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This actually required three little fixes:
* couchrest_session_store updated to 0.1.2 to make sure we store sessions
* use BraintreeTestApp to proxy braintree requests that RackTest assumes
  are local
* do not attempt to read status after a capybara request

Also refactored the test a bit to set @user and login during setup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Back to singular-customer controller, in hopes that would help some confusions.</title>
<updated>2013-07-17T08:47:14+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@leap.se</email>
</author>
<published>2013-06-10T17:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=87dc4f9d11af4610f534d57d5e51fabca9bb328a'/>
<id>87dc4f9d11af4610f534d57d5e51fabca9bb328a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show single active subscription from user's page, with link to index showing all the user's subscriptions.</title>
<updated>2013-07-17T08:47:13+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@leap.se</email>
</author>
<published>2013-05-06T19:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=62b32320f38627dad870c7b3157576c48674c42b'/>
<id>62b32320f38627dad870c7b3157576c48674c42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changing customers route to be plural.</title>
<updated>2013-07-17T08:47:13+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@leap.se</email>
</author>
<published>2013-04-30T20:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=5442da999c8398b1e84162996f1e944c6496b095'/>
<id>5442da999c8398b1e84162996f1e944c6496b095</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
