You cannot post messages because only members can post, and you are not currently a member.
|
Continuous Integration
|
| |
[link] Just a bit of extra transparency At least for the time being this is a vote in favour of keeping stuff in vendor/ I'll chat with the Relevance guys and see what they think about config.gems Xavier
|
|
Vendoring
|
| |
Given config.gem now works pretty well, and the rake tasks to install those gems, is there any reason why we shouldn't unvendor pretty much everything? Advantages: - Less code! - Smaller clone - Easier to keep everything up to date Disadvantages: - Slightly slower to get started?
|
|
Changes! Rails 2.1, no more YAML, collapsed migrations
|
| |
Hello, - YAML API support has been removed since no one was using it - Rails has been upgraded from 2.0.2(?) to 2.1, with the necessary rspec upgrade (now we get timestamp migrations yay) - I collapsed all the migrations to 9. No new migrations have been added for ages, so this shouldn't affect many people, but if you do have a... more »
|
|
about enki
|
| |
...hmm, looks like request.raw_post is nil. I've just committed a fix (add .to_s) otherwise just change line 17 to: unless session[:logged_in] You don't need the extra check unless you're using the API, which I hope you're not because I'm ripping it out soon :) Xav PS. CCed to list
|
|
error at render :yaml
|
| |
In app/controllers/admin/posts_co ntroller.rb
I think render method has not :yaml.
Is this code correct ?
format.yaml {
render :yaml => Post.find(:all,
:select => 'id, title',
:order => 'created_at DESC'
).to_yaml
}
|
|
Can't login to admin
|
| |
OK, I figured out how to get Enki to run via fastcgi, but now I'm
crashing out on this error after logging in through OpenID:
A LoadError occurred in application#show:
Expected /home/disorde/enki/app/control lers/admin/
dashboard_controller.rb to define Admin::DashboardController
[RAILS_ROOT]/vendor/rails/acti vesupport/lib/active_support/... more »
|
|
Enki and Apache+fastcgi?
|
| |
Just curious to know if using Apache+fastcgi is feasible, and if so,
what changes I'd have to make to the base code? I can't get it to run
out of the box, but I may just being something extremely wrong.
|
|
Cosmetic README
|
| |
Hi, Just a quick patch, made the README nicely formatted on GitHub. Cheers, Chris
|
|
OpenID delegation + mongrel
|
| |
Setup OpenID delegation for the site you are hosting with enki (say, [link] for me) Fire up your app with one mongrel. Then try to login. Hit the mongrel, which then requests your site to get the delegation info ... which needs to be processed by a mongrel, but the only one is already waiting on this request to finish... more »
|
|
live comment preview
|
| |
If you follow the normal permalink for post, live comment preview works If you follow the "comments" link (goes to #comments), live comment is broken when you start typing with the following error message: "Node cannot be inserted at the specified point in the hierarchy" code: "3" Replicated in FF and Safari.... more »
|
|
|