<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/help, branch 0.1.1</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>make tests pass on an empty db</title>
<updated>2012-12-03T07:55:49+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-12-03T07:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=0b23df922336289b6f8062653b4d3e852ed927ec'/>
<id>0b23df922336289b6f8062653b4d3e852ed927ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>using new login helper and cleaning up test a bit</title>
<updated>2012-11-04T20:01:58+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-11-04T20:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c8f1eb55be6743fcc476d6a8f81e1244e455154a'/>
<id>c8f1eb55be6743fcc476d6a8f81e1244e455154a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Uses the working authentication code.</title>
<updated>2012-10-18T20:42:37+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2012-10-18T20:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=8b9d5235faed6c15e8ef2e2dc76aec7f24d0bb50'/>
<id>8b9d5235faed6c15e8ef2e2dc76aec7f24d0bb50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some functional tests and other tweaks.</title>
<updated>2012-10-16T22:51:35+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2012-10-16T22:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=48d6c2aac9ae2bf1c140e734a576e45289c99150'/>
<id>48d6c2aac9ae2bf1c140e734a576e45289c99150</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more work on ticket creation/updating functionality</title>
<updated>2012-10-12T21:42:57+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2012-10-12T21:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=56273c13f54a872d02db286c90a8d5103cf7a663'/>
<id>56273c13f54a872d02db286c90a8d5103cf7a663</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into help_develop</title>
<updated>2012-10-11T16:47:12+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2012-10-11T16:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=336d5f786bbd1aaf1847007db64e55f96e585b9d'/>
<id>336d5f786bbd1aaf1847007db64e55f96e585b9d</id>
<content type='text'>
Conflicts:
	.gitignore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	.gitignore
</pre>
</div>
</content>
</entry>
<entry>
<title>moved core dependency into */Gemfile with :path</title>
<updated>2012-10-11T08:22:34+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-10-11T08:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=add8d015c87a00626b739080bd75c7e7aeb9c1df'/>
<id>add8d015c87a00626b739080bd75c7e7aeb9c1df</id>
<content type='text'>
In order to get the rails generators and the like to work properly in engines we need to require all the dependencies in the engine.rb file.

Since I want to keep that list of engines in a centralized place we still need core and we need to require it from the other engines.

We don't want to require the core gem to be installed so I added it with :path option to the Gemfile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to get the rails generators and the like to work properly in engines we need to require all the dependencies in the engine.rb file.

Since I want to keep that list of engines in a centralized place we still need core and we need to require it from the other engines.

We don't want to require the core gem to be installed so I added it with :path option to the Gemfile.
</pre>
</div>
</content>
</entry>
<entry>
<title>first steps at reducing core</title>
<updated>2012-10-11T08:15:40+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-10-10T17:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=00b7b36516d1d07300870029ad5190f06122a493'/>
<id>00b7b36516d1d07300870029ad5190f06122a493</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some tweaks to get server-side validation working when adding the embedded ticket comment to a new ticket.</title>
<updated>2012-10-10T22:52:08+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2012-10-10T22:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=cf9ed38ab1840092352efdbb71bfeb5bc3b9f9d5'/>
<id>cf9ed38ab1840092352efdbb71bfeb5bc3b9f9d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forgot to commit controller</title>
<updated>2012-10-10T18:00:51+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2012-10-10T18:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=0bdfbdb57ab7c29d0d87dc1a44b17eb32f98439b'/>
<id>0bdfbdb57ab7c29d0d87dc1a44b17eb32f98439b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
