1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides
Carlos Antonio da Silva 7aa500d2ed Optimize getting started guide images, and use png instead of jpg
We noticed the rails gem increased in size between the beta and rc
versions, and the reason is that some guides images were updated but not
properly optimized, and one image changed from png to jpg, way bigger.

Converting the jpg image back to png, and using ImageOptim to optimize
all the images for web view, improves the situation [ci skip].

---

In current master/4-1-stable:

    508K  guides/assets/images/getting_started/

In v4.1.0.beta1:

    268K  guides/assets/images/getting_started/

In 4-0-stable

    328K  guides/assets/images/getting_started/

After the patch:

    260K  guides/assets/images/getting_started/
2014-02-25 09:49:42 -03:00
..
assets Optimize getting started guide images, and use png instead of jpg 2014-02-25 09:49:42 -03:00
bug_report_templates Ensure backward compatibility between Minitest 5 and 4 2013-12-27 11:30:53 +01:00
code/getting_started Correct grammar from '... allowing both thread web servers ...' to '... allowing both threaded web servers ...'. 2014-01-25 23:04:36 -08:00
rails_guides rails_guides/helpers.rb requires YAML to run. 2014-02-03 12:01:32 +01:00
source Optimize getting started guide images, and use png instead of jpg 2014-02-25 09:49:42 -03:00
.document
CHANGELOG.md Point master changelogs to 4-1-stable branch 2014-02-25 09:14:36 -03:00
rails_guides.rb
Rakefile
w3c_validator.rb