Ben Hutton
Ben Hutton
This fixes #297.
Is it feasible to rely on something like http://cdnjs.com/libraries/ckeditor/ for the CKEditor assets? After installing Rich, my asset precompile time has exploded. I'd be happy to work on this if...
Hey, I just tracked down a bug in our system that prevented us from running rake test (could still run the individual rake test:units, test:functionals, etc.). I had gone through...
Hi, I'm in the middle of a project using this gem to upload about a terabyte of video to Vimeo. We've been seeing a lot of timeout errors, which often...
``` > Redcarpet::Markdown.new(Redcarpet::Render::HTML).render("") => "\n" > Redcarpet::Markdown.new(Redcarpet::Render::HTML).render("") => "\n" > Redcarpet::Markdown.new(Redcarpet::Render::HTML).render("") => "\n" > Redcarpet::Markdown.new(Redcarpet::Render::HTML).render("") => "\n" ``` The second and fourth examples above work as I would expect. The...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Queries with results longer than a certain length (I don't know...
On upgrading to ActiveSupport 8.1, I get the following warning: ``` DEPRECATION WARNING: ActiveSupport::Multibyte::Chars is deprecated and will be removed in Rails 8.2. Use normal string methods instead. ``` This...
When I upgrade to 4.33.0, I get the following error when I run my specs. Everything works great in 4.32.0 and below. ``` Failure/Error: result = gateway.transaction.sale( amount: input.amount, payment_method_nonce:...