-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix: Error during migration #16
Comments
Can you put pull request for same ? |
I'm confused, you mean replace: I've also tried numerous variations of what you suggested and can't get it to work. Can you copy and past the routes file that you're using, or at least be more specific on what was replaced. Even better, can the repository be updated to reflect the change? Thanks for you help. |
I can look into that. I'm using rails 3.1 if that matters. Or if it already On Thursday, January 19, 2012, nhjort <
Ben Strackany |
Thanks for the quick reply. I'm using rails 3.1.1, but I can't get it to work. Where exactly does the change go? Thanks again in advance. -- Update ... |
Few days ago I've needed to work with R3.1 too, so here's my pull request: #18 |
Running rails g tiny_migration gave me this error
in `const_missing': uninitialized constant ActionDispatch::Routing::Routes (NameError)
which I solved by changing the first line in rails_tiny_mce/config/routes.rb
to
Rails.application.routes.draw do
The text was updated successfully, but these errors were encountered: