- 05 Dec, 2014 2 commits
-
-
``` paperclip $ rspec spec/paperclip/integration_spec.rb --profile 1 Testing against version 4.1.7 .........................[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message. ......... Finished in 15.19 seconds (files took 0.60155 seconds to load) 34 examples, 0 failures Top 1 slowest examples (9.54 seconds, 62.8% of total time): Paperclip Many models at once does not exceed the open file limit 9.54 seconds ./spec/paperclip/integration_spec.rb:18 ``` to ``` paperclip $ rspec spec/paperclip/integration_spec.rb --profile 1 Testing against version 4.1.7 .........................[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message. ......... Finished in 10.95 seconds (files took 0.59585 seconds to load) 34 examples, 0 failures Top 1 slowest examples (5.33 seconds, 48.7% of total time): Paperclip Many models at once does not exceed the open file limit 5.33 seconds ./spec/paperclip/integration_spec.rb:18 ``` at trim indent
soramugi committed -
Jon Yurek committed
-
- 14 Nov, 2014 1 commit
-
- 07 Nov, 2014 1 commit
-
-
Including + now.
Jon Yurek committed
-
- 24 Oct, 2014 2 commits
-
-
Jon Yurek committed
-
Many people have complained that the Media Type Spoof Detection does not work properly for their files. While whitelisting is available for some files, it's not a general solution. This option leaves the "secure by default" of the media checker in place, but allows people to turn it off completely if they so choose.
Jon Yurek and Nathan Walls committed
-
- 25 Sep, 2014 4 commits
-
-
Jon Yurek committed
-
Column-specific options can be specified by using its name, for example: ``` t.attachment :avatar, created_at: { index: true } ```
Keitaroh Kobayashi committed -
Fix: Typo in README
Jon Yurek committed -
Update README.md
Jon Yurek committed
-
- 22 Sep, 2014 1 commit
-
-
Added a security shield from Hakiri. It shows how secure gem dependencies are.
Vasily Vasinov committed
-
- 18 Sep, 2014 1 commit
-
-
Maxime Garcia committed
-
- 15 Sep, 2014 6 commits
- 13 Sep, 2014 3 commits
- 12 Sep, 2014 4 commits
-
-
Add Simplified Chinese (zh-CN) translation.
Jon Yurek committed -
Add Traditional Chinese (zh-TW) translation.
Jon Yurek committed -
Strech (Sergey Fedorov) committed
-
Add explicit unlink to intermediate files from processors.
lister committed
-
- 04 Sep, 2014 2 commits
-
-
Juanito Fatas committed
-
Juanito Fatas committed
-
- 30 Aug, 2014 4 commits
- 29 Aug, 2014 9 commits
-
-
(thoughtbot/paperclip#1535)
Edgar Gonzalez committed -
Also, add integration tests for custom processor definition and unit test for Paperclip.load_processor (thoughtbot/paperclip#1535).
Edgar Gonzalez committed -
... instead of `lib` of `lib/paperclip_processors`. Fixes thoughtbot/paperclip#1534
Edgar Gonzalez committed -
Jon Yurek committed
-
Michael Baudino committed
-
Jon Yurek committed
-
Update docs badge in README
Jon Yurek committed -
caneroj1 committed
-
Describe workaround for false spoofing errors
Jon Yurek committed
-