= Integrity 0.3.0
* Introduce the bootstrapper. Useful to automate creation of projects. Example:
Integrity.bootstrap do |b|
b.project "Integrity" do |p|
p.uri = "git://github.com/integrity/integrity"
p.command = "gem bundle && ./bin/rake"
p.public
end
end
* Miscelleanous SQL performance improvements and fixes. Thanks to
Nick Quaranto for his help debugging these problems
* Set proper HTTP cache headers
* Allow projects to have the same URI and branch
* Upgrade to Bundler 0.9 [Nick Quaranto]
* Upgrade to DataMapper 0.10.2
= Contact/Links
Code http://github.com/integrity/integrity
Docs http://integrityapp.com
Bugs http://github.com/integrity/integrity/issues
Chat irc://irc.freenode.net/integrity
List integrity@librelist.com
--
github.com/sr
Hi Simon Thanks for the upgrade, nice work. No problem with the upgrade on my side. One point to note, I don't think you're bootstrapper example is going to work. > p.command = "gem bundle && ./bin/rake" gem bundle has been replaced with bundle install in bundler 0.9, I can see you've updated the instructions on http://integrityapp.com, must have forgotten about this one. Thanks again On 22 Feb 2010, at 06:18, Simon Rozet wrote: > = Integrity 0.3.0 > > * Introduce the bootstrapper. Useful to automate creation of projects. Example: > > Integrity.bootstrap do |b| > b.project "Integrity" do |p| > p.uri = "git://github.com/integrity/integrity" > p.command = "gem bundle && ./bin/rake" > p.public > end > end > > * Miscelleanous SQL performance improvements and fixes. Thanks to > Nick Quaranto for his help debugging these problems > > * Set proper HTTP cache headers > > * Allow projects to have the same URI and branch > > * Upgrade to Bundler 0.9 [Nick Quaranto] > > * Upgrade to DataMapper 0.10.2 > > = Contact/Links > > Code http://github.com/integrity/integrity > Docs http://integrityapp.com > Bugs http://github.com/integrity/integrity/issues > Chat irc://irc.freenode.net/integrity > List integrity@librelist.com > > -- > github.com/sr
Hi, It seems that integrity goes through all of the migrations even after one fails. Does anybody else seen this issue? Thanks, Rafael 10:14 so the next build fails. On Mon, Feb 22, 2010 at 3:14 AM, Matt Davies <mjdavies@glam.ac.uk> wrote: > Hi Simon > > Thanks for the upgrade, nice work. No problem with the upgrade on my side. > > One point to note, I don't think you're bootstrapper example is going to > work. > > > p.command = "gem bundle && ./bin/rake" > > gem bundle has been replaced with bundle install in bundler 0.9, I can see > you've updated the instructions on http://integrityapp.com, must have > forgotten about this one. > > Thanks again > > > On 22 Feb 2010, at 06:18, Simon Rozet wrote: > > > = Integrity 0.3.0 > > > > * Introduce the bootstrapper. Useful to automate creation of projects. > Example: > > > > Integrity.bootstrap do |b| > > b.project "Integrity" do |p| > > p.uri = "git://github.com/integrity/integrity" > > p.command = "gem bundle && ./bin/rake" > > p.public > > end > > end > > > > * Miscelleanous SQL performance improvements and fixes. Thanks to > > Nick Quaranto for his help debugging these problems > > > > * Set proper HTTP cache headers > > > > * Allow projects to have the same URI and branch > > > > * Upgrade to Bundler 0.9 [Nick Quaranto] > > > > * Upgrade to DataMapper 0.10.2 > > > > = Contact/Links > > > > Code http://github.com/integrity/integrity > > Docs http://integrityapp.com > > Bugs http://github.com/integrity/integrity/issues > > Chat irc://irc.freenode.net/integrity > > List integrity@librelist.com > > > > -- > > github.com/sr > > -- Rafael E. Parra Mobile: (661) 378-6943 Email: eduardopa@gmail.com http://www.rafaelparra.com