rails / actiontext

Edit and display rich text in Rails applications
406 stars 61 forks source link

undefined local variable or method rails_direct_uploads_url #50

Closed noozo closed 5 years ago

noozo commented 5 years ago

Can't seem to be able to find this url when using actiontext inside a Rails engine (in this case rails_admin)

image

noozo commented 5 years ago

Ok, ignore this, just noticed the PR to fix it: https://github.com/rails/actiontext/pull/49

rikkipitt commented 5 years ago

@nocivus I should have raised an issue over at my repository that mentions this... https://github.com/jemcode/rails_admin_actiontext

My gem will only work when #49 is resolved (or you use my actiontext fork until it is).

https://github.com/jemcode/actiontext

rikkipitt commented 5 years ago

49 was merged, you should be good to go now without using my fork.