DB mode doesn't work
Closed this issue · 5 comments
Db mode doesn't work with the recent updates (include_all and language support). The file controller_helper.rb
needs fixing. Initially I was getting an error that letters_range
is not defined, which is easily fixed by defining params[:language]
in controller_helper.rb
, but the logic still needs to be written.
Also, in non-db mode it doesn't work either... It gives just one field 0
. Have you been getting similar results?
Yes I have. I will fix it immediately
Thanks a lot for the support
On Wednesday, August 14, 2013, Nikita Levchuk wrote:
Yes I have. I will fix it immediately
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-22616903
.
works perfectly in db mode
non-db mode also seems to work well
👍