You cannot post messages because only members can post, and you are not currently a member.
|
Issues migrating to 1.9
|
| |
I have both a local dev install of Enki on OS X, and a deployed Enki
blog on Ubuntu 8.04, both running Ruby 1.9.2dev and Rails 2.3.2. I
wanted to identify a couple of issues I've had getting things working,
and ask a question in hopes of getting some help.
Problems I ran into, and how I fixed them:... more »
|
|
rake spec erros
|
| |
Hi people,
I just did a fresh closne of Xavier's repo and spec failed to even
start here, this is what I get:
$ rake spec --
trace
(in /home/pat/gitreps/
enki)
** Invoke spec
(first_time)
** Invoke db:test:prepare
(first_time)
** Invoke db:abort_if_pending_migrations
(first_time)
** Invoke environment... more »
|
|
SQLite and Rails 2.3.3 on OS X
|
| |
Posts aren't showing up on main page, but pages are. Wondering if it's
the date & time select for posts in the controller and unique to
sqlite.
Anyone else using with Sqlite?
Thx.
|
|
basic use ....
|
| |
Hi,
I setup Enki in a few minutes to play. Logged in as an admin without
any account as per the checkbox allowing that, and then made couple of
posts. They seem OK. They do not show on the home page. Says no posts,
even though back end shows posts.
What's the workflow with this setup? Should posts not go to the... more »
|
|
rake spec errors
|
| |
Hi,
I'm trying to setup enki.
When running 'rake spec', I got:
(in /home/galdor/enki)
.............................. .............................. .............................. .............................. .............................. .............................. .............................. ............FF................ ......................FF...... .......... more »
|
|
Now with ruby 1.9 support
|
| |
Just got all specs passing on ruby-1.9.1rc2 Never saw 'Admin::SessionsController#all ow_login_bypass? when RAILS_ENV == production returns false' failing, maybe the rc has fixed? Xavier
|
|
rake spec ... one error left :-)
|
| |
After finally getting all the dependencies installed, rake spec
actually ran but I still get 1 Failure:
1)
'Admin::SessionsController#all ow_login_bypass? when RAILS_ENV ==
production returns false' FAILED
expected: false,
got: true (using ==)
/var/www/apps/blog/spec/contro llers/admin/sessions_controlle r_spec.rb:... more »
|
|
rake db:migrate fails:
|
| |
Just downloaded Enki and am trying to get it up and running. I have a
working rails environment and I think I have all the Enki prereq gems
installed.
I updated the enki.rb file in config/ but when I run rake db:migrate,
I get this:
uninitialized constant Enki::SimpleDelegator
Any ideas?... more »
|
|
Release: Worpdress Importer
|
| |
I decided to give enki a try as I'd rather have something ruby than my
current wordpress blog.
I coded a small importer script that simply uses sequel to transfer
content from the wordpress Database to the enki one:
[link]
It worked for me (posts, comments, pages) pretty fine, although it is... more »
|
|
Tests failure on Ubuntu 8.04
|
| |
I've tried Enki blog and I think it is really awesome, but I had one
problem. Running:
rake spec
on Ubuntu 8.04 finished with four errors:
1) ActionController::RoutingError in 'Admin::CommentsController
handling DELETE to destroy, JSON request deletes comment'
2) ActionController::RoutingError in 'Admin::CommentsController... more »
|
|
|