Go to Google Groups Home    EnkiBlog
Re: Upgraded Enki to Rails 2.3

AkitaOnRails <fabioak...@gmail.com>

I've just added a new commit:

http://github.com/akitaonrails/enki/commit/9bf1ce83733d383457c1294796...

This is an optional pull if you want:

- excerpt field to better support Mephisto imports
- support for Akismet to avoid spam comments (much needed in any blog)

On Mar 17, 2:14 am, AkitaOnRails <fabioak...@gmail.com> wrote:

> I've just pushed a huge commit upgrading Enki to Rails 2.3

> http://github.com/akitaonrails/enki/commit/8d24fa1882728e903b2b63f6c2...

> At the same time I did some basic house cleaning, stripping out a lot
> of fat. I removed all the vendorized gems and properly declared them
> in the environment.rb and environments/test.rb so you can easily rake
> gems:install and rake gems:unpack them instead.

> All Rspec and Cucumber tests are passing. Hope you like this upgrade.