1
|
|
1 2 3 4 5 |
|
1
|
|
1 2 3 4 5 |
|
# Borrowed from http://schneems.com/post/41104255619/use-gifs-in-your-pull-request-for-good-not-evil $ ffmpeg -i ScreenFlow.mov -pix_fmt rgb24 output.gif $ convert -layers Optimize output.gif output_optimized.gif
1 2 3 4 5 6 7 |
|
$ rake log:upload[development.log] # If the shell complains just escape the brackets $ rake log:upload\[development.log\]
1
|
|
$ git rm -r --cached public/uploads $ cap deploy:setup
1
|
|
This method assumes that you have token authentication strategy enabled and will use the token for the user for cookie authentication
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|
1 2 3 4 5 |
|
1 2 3 4 5 6 |
|
1 2 3 4 5 6 |
|
1 2 3 4 5 |
|
1 2 3 4 5 6 |
|
If you’re having problems compiling capybara-webkit gem in Rails, just install qt via Homebrew:
$ brew install qt