Skip to content
akaspick edited this page Feb 15, 2011 · 4 revisions
  • If your page and asset form buttons aren’t being translated properly for your version of rails, install a new i8ln gem and the issue should be fixed.
    sudo gem install i18n -v 0.3.7
  • If the generator is not showing up in the list of available generators, try uninstalling any old versions of the gem first and then try again.
  • If you’re using the rails 2 branch of the gem and you experience issues with errors from simple_form, you need to use version 1.0.4 of the simple_form gem. This should no longer be an issue with newer versions of the rails 2 branch of the liquid_cms gem as it now specifies this exact version number as a dependency.
Clone this wiki locally