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

Failure running "Quick Migration" #52

Open
zmillman opened this issue Feb 27, 2013 · 3 comments
Open

Failure running "Quick Migration" #52

zmillman opened this issue Feb 27, 2013 · 3 comments

Comments

@zmillman
Copy link

I get the following error dialog when trying to use Quick Migration:

/Users/zachmillman/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/lib/rails/text_mate.rb:54:in `method_missing': undefined method `filepath' for TextMate:Module (NoMethodError)
    from /Users/zachmillman/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/lib/rails/rails_path.rb:54:in `initialize'
    from /Users/zachmillman/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/bin/generate_quick_migration.rb:26:in `new'
    from /Users/zachmillman/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/bin/generate_quick_migration.rb:26
@marcusramberg
Copy link

+1 I also have problems with this. My error is

/Users/marcus/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:371:in `to_plist': An object in the argument tree could not be converted (ArgumentError)
    from /Users/marcus/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:371:in `request_string_core'
    from /Users/marcus/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:209:in `request_string'
    from /Users/marcus/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/bin/generate_quick_migration.rb:14:in `<main>'

@IamNaN
Copy link

IamNaN commented Jan 8, 2014

I'm having it too, especially when running scripts like create-partial-from-selection. I suspect this is caused by TM wanting a ruby method deprecated after v 1.8, but am wondering if this bundle is even still being maintained given its last update.

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

4 participants
@marcusramberg @IamNaN @zmillman and others