Skip to content
aflatter edited this page Sep 12, 2010 · 6 revisions

Frequently Asked Questions

Where can I talk about feather?

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.