Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Need To Install ImageMagick #1254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions source/projects/blogger.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1804,12 +1804,6 @@ These lines are commented out because they start with the `#` character. By spec
```ruby
gem "paperclip"
```
Paperclip is dependent on ImageMagick so you will also need to add that program.

{% terminal %}
$ brew install imagemagick
{% endterminal %}

When you're writing a production application, you might specify additional parameters that require a specific version or a custom source for the library. With that config line declared, go back to your terminal and run `rails server` to start the application again. You should get an error like this:

{% terminal %}
Expand Down