We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Sorry,i have no time to update the plugin,you can see https://github.com/sandipransing/rails_tiny_mce ,it has support rails3.
Sorry, something went wrong.
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)
Reply to this email directly or view it on GitHub: #4 (comment)
No branches or pull requests
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: