-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bundler compatibility #8
Comments
Sorry, but I cann't reproduce these errors. May you write which Rails version are you using? About second year - please check it with current version, it may be fixed now. |
rails 2.3.5, ruby 1.8.7 I'll check the latest Irwi tonight. |
ruby script/generate irwi_wiki_updates |
there's no irwi_wiki_updates generator in latest (0.2.3) irwi |
and nothing has changes after reinstalling irwi, the issue is still here |
any update on that? I still get the same error, regardless of whether I use plugin or gem version of irwi. |
OK, so the thing is: it's probably not a Bundler-related issue, it's just some weird incompatiblity with i18n gem (the 18n.localize method is the one borking here). I'll have a deeper look at it. |
OK, it's a I18n/Rails incompatibility issue: For I18n 0.4.1 the minimal recommended version of Rails is 2.3.6. After upgrading from 2.3.5 to 2.3.8 Irwi works like a charm. (it might be worth putting in the README!) You can close the issue :) |
Oh! Thank you very much! I wrote about it in README. |
I seem to be having some trouble with Irwi Wiki since switching my app to use Bundler. I get a weird error on any wiki show page:
Showing vendor/plugins/irwi/app/views/base_wiki_pages/_wiki_page_info.html.erb where line #2 raised:
Extracted source (around line #2):
And yes, this error occurs also when Irwi is installed as plugin, not as gem.
Ruby i18n version 0.4.1 (latest one).
I get an ever weirder error on edit pages:
NameError in Wiki_pages#edit
Showing vendor/plugins/irwi/app/views/base_wiki_pages/edit.html.erb where line #16 raised:
Extracted source (around line #16):
Are you able to reproduce it?
The text was updated successfully, but these errors were encountered: