Skip to content
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

Schema migrations #284

Open
pascalw opened this issue Mar 27, 2014 · 0 comments
Open

Schema migrations #284

pascalw opened this issue Mar 27, 2014 · 0 comments
Assignees

Comments

@pascalw
Copy link

pascalw commented Mar 27, 2014

I'm trying to get schema migrations going by following the documentation at Rhomobile | Using Rhom in Ruby.

However, as soon as I add the on_migrate_source method in my app/application.rb the app crashes during startup with a 'stacklevel too deep' exception. I've traced it back to the following call in Rhodes.

!get_instance().get_app(APPNAME).on_migrate_source(source['migrate_version'], source)

Any insights on why this is happening? How is it supposed to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants