rich icon indicating copy to clipboard operation
rich copied to clipboard

:money_with_wings: An opinionated CKEditor editor for Rails with flexible image uploads

Results 49 rich issues
Sort by recently updated
recently updated
newest added

> rails generate rich:install when i run this line i got error , ``` middleware/stack.rb:35:in `build': undefined method `new' for "Rack::RawUpload":String Did you mean? next (NoMethodError) ``` my gem file...

Was getting the following deprecation warning in Rails 5.0: ``` DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For...

I configured `rich` just as shown on wiki page to work with `rails_admin`, however when I try to edit a resource which should use rich I get: ``` ActionView::Template::Error (undefined...

- Add :carrierwave_rmagick backend type that forces Carrierwave uploader to use RMagic instead of MiniMagic. It is required if target app uses RMagic for its own uploaders and developers do...

Could you add for default rails form support. It is really unnoying to install formtastic in order to use this gem.

New Feature
Update

I have just downloaded stable version of rails_admin (0.4.6) and stable version of rich (1.4.6) I made: `bundle install` `rails generate rich:install` and `rake db:migrate` Everything works well. I am...

Fix-me

``` > Booting WEBrick => Rails 4.1.8 application starting in development on http://0.0.0.0:3000 => Run `rails server -h` for more startup options => Notice: server is listening on all interfaces...

Fix-me

Hi, I'm giving a try to the master branch. I'm using rich inside rails admin I noticed that the toolbar is wrong (left: firefox, right: chrome) ![screen shot 2014-06-24 at...

Fix-me

I need a little help for a problem I'm having, but I can't find anywhere to ask. Is there a mailing list? Forum? I can't even find a relevant StackOverflow...