<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/.gitignore, 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>ship config file so CI can test</title>
<updated>2012-11-22T15:25:58+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-11-22T15:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=ddd53a0841cb2af091e1ed3a6e69e9fc52977c08'/>
<id>ddd53a0841cb2af091e1ed3a6e69e9fc52977c08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed .gitignore</title>
<updated>2012-11-12T18:49:38+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-11-12T18:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b9fb554ca4cb45233bd1323047b357f649bd495b'/>
<id>b9fb554ca4cb45233bd1323047b357f649bd495b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't track Gemfile.lock</title>
<updated>2012-11-12T18:22:27+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-11-12T18:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=fe8b49232d31681667badaaeff7aa4d0a40445ea'/>
<id>fe8b49232d31681667badaaeff7aa4d0a40445ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code to check administration (and ugly test display.) This includes example config file.</title>
<updated>2012-10-31T19:10:07+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2012-10-31T19:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=6c60b179a09030da985462d15dbdf076367b5ea4'/>
<id>6c60b179a09030da985462d15dbdf076367b5ea4</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>lets not track the logs in version controll</title>
<updated>2012-10-11T09:08:58+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-10-11T09:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=61475258b0b346988689220057b07f9c9fb6317f'/>
<id>61475258b0b346988689220057b07f9c9fb6317f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Merge branch 'release-0.1.0' into help_develop</title>
<updated>2012-10-08T18:05:17+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2012-10-08T18:05:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=8f100d3c03a6f554e703c5d0b2fe221958424c26'/>
<id>8f100d3c03a6f554e703c5d0b2fe221958424c26</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>Adding emacs backups files to .gitignore.</title>
<updated>2012-10-08T17:48:39+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2012-10-08T17:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c4220a167f883f31c408b55cd970761faeb53aa5'/>
<id>c4220a167f883f31c408b55cd970761faeb53aa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore those pkg and log directories</title>
<updated>2012-10-08T09:28:38+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-10-08T09:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=f23b41bb0291c0d7afc834f327116b1c180b43b9'/>
<id>f23b41bb0291c0d7afc834f327116b1c180b43b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
