You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This still is a bug that would need fixing in Rubinius, but I've also opened a pull request with active_admin to properly use a normal variable: activeadmin/activeadmin#1871
I'm closing this one, since we already have an issue open for that _ issue: #1697
Installation instructions here: https://github.com/FreeUKGen/MyopicVicar/wiki/Installation-Instructions
Ignore the
rvm install 1.9.3
part and uservm install rbx --1.9
instead.For some reason the app fails with this error when I run it under rbx (1.9 mode):
But when I run it with MRI 1.9.3 it's ok.
In order to reproduce that error, just start a new rails console and create an Upload record, like this:
Then go to http://127.0.0.1:3000/admin/uploads and you should get that error under RBX.
The text was updated successfully, but these errors were encountered: