SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 253 forks source link

Asset only installation possibility? #52

Closed cernyjakub closed 11 years ago

cernyjakub commented 11 years ago

I would like to have a possibility to only use this gem to have up-to-date Redactor assets (JS + CSS).

My application is not using Devise and I don't need models for documents and images, etc.

What do you think?

Regards! Jakub Cerny

lukeholder commented 11 years ago

+1

Hengjie commented 11 years ago

I agree. I actually have conflicting model names as well since I have my own Document model which is why I would prefer just to have an asset only installation.

Hengjie commented 11 years ago

Just use this instead: https://github.com/MESHMD/redactorjs-rails

tab commented 11 years ago

@Hengjie thnx a lot.