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

Fix: Error during migration #4

Open
bstrackany opened this issue Nov 21, 2011 · 2 comments
Open

Fix: Error during migration #4

bstrackany opened this issue Nov 21, 2011 · 2 comments

Comments

@bstrackany
Copy link

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

@doabit
Copy link
Owner

doabit commented Nov 22, 2011

Sorry,i have no time to update the plugin,you can see https://github.com/sandipransing/rails_tiny_mce ,it has support rails3.

@bstrackany
Copy link
Author

No worries, that's ok!

Sent via mobile. Please pardon my brevity.

On Nov 21, 2011, at 6:40 PM, [email protected] wrote:

Sorry,i have no time to update the plugin,you can see https://github.com/sandipransing/rails_tiny_mce ,it has support rails3.


Reply to this email directly or view it on GitHub:
#4 (comment)

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

2 participants