Made use of new ajax loader from Neoteric Design that is now in Refinery core, regenerated gemspec, set up js and css files and currently just reading them in (this will work better under rails3)

This commit is contained in:
Philip Arndt 2010-08-18 15:20:22 +12:00
parent aec6ed5a1f
commit 6086ac36ad
6 changed files with 99 additions and 76 deletions

View file

@ -2,7 +2,7 @@ module Refinery
module Blog
class << self
def version
%q{0.9.8.dev1}
%q{0.9.8.dev2}
end
end
end