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

AkitaOnRails <fabioak...@gmail.com>

Just pushed another new feature:
http://github.com/akitaonrails/enki/commit/57a71a46efac8afec7cd9b0521...

Support for Page Caching for Posts, Comments and Blogs which makes my
own blog consume 0% of resources most of the time (with Apache
properly configured with mod_rewrite to bypass passenger and get the
static html files directly).

On Mar 17, 3:10 am, AkitaOnRails <fabioak...@gmail.com> wrote:

> 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.