Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environments/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ logger: "file"
# don't consider warnings critical
warnings: 0

# hide errors
# hide errors
show_errors: 0

# cache route resolution for maximum performance
Expand Down
4 changes: 2 additions & 2 deletions lib/AtomBus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ get '/feeds/:feed_title' => sub {
$person->name($db_feed->author_name);
$feed->author($person);
$feed->updated($db_feed->updated);

my $self_link = XML::Atom::Link->new;
$self_link->rel('self');
$self_link->type('application/atom+xml');
Expand Down Expand Up @@ -344,7 +344,7 @@ As long as your database and web server are up, AtomBus will be there for you.
And there are many ways to add redundancy to databases and web heads.
Another advantage of using AtomBus is that Atom is a well known standard.
Everyone already has a client for it, their browser.
Aren't standards great!
Aren't standards great!
By the way, if you just need message queues, try
L<POE::Component::MessageQueue>.
It rocks. If you need a message bus, give AtomBus a shot.
Expand Down