This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
FAQ
Frequently Asked Questions
Where can I talk about feather?
- Use our IRC channel #feather on irc.freenode.org
- Join our mailing list
- Send Github messages
Where is your bug tracker? / I found a bug, what should I do?
We use Lighthouse for bug tracking. If you’ve found a bug, you can ask on IRC to verify it or just file a ticket on:
http://feather.lighthouseapp.com/
RubyGems does not seem to find packages for datamapper 0.9.×...
At the moment, datamapper 0.9 gems are published on http://gems.datamapper.org.
You’ve got to add that repository as a gem source:
gem sources -a http://gems.datamapper.org
I see no images, stylesheets etc. – What’s going on?
Output Examples:
~ Controller ‘Stylesheets’ not found – (Merb::ControllerExceptions::NotFound) ~ Controller ‘Favicon’ not found – (Merb::ControllerExceptions::NotFound)Solution (See ticket #11):
If your’e in development mode, just edit your config/rack.ru and remove the following comment:
...
# comment this out if you are running merb behind a load balancer
# that serves static files
# use Merb::Rack::Static, Merb.dir_for(:public)
...
If you’re running a production blog, configure your http server/proxy to serve static files as it will increase performance.






