Read more

Resolve Aspell errors with your Rails application

Arne Hartherz
October 04, 2010Software engineer at makandra GmbH

If you get an error message like that you are missing the Aspell files a specific language:

No word lists can be found for the language "de"
Illustration online protection

Rails professionals since 2007

Our laser focus on a single technology has made us a leader in this space. Need help?

  • We build a solid first version of your product
  • We train your development team
  • We rescue your project in trouble
Read more Show archive.org snapshot

Solve it by installing the proper package, e.g. on Ubuntu:

sudo apt-get install aspell-de
Posted by Arne Hartherz to makandra dev (2010-10-04 11:14)