1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

29 commits

Author SHA1 Message Date
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
Prathamesh Sonpatki
08bbe5dc2e Replace Post with Article in getting started guide [ci skip]
- Used Article model instead of Post as it may confuse with 'post'
  requests
- Tried to wrap the guide to 80 chars lines as much as possible.
- Removed unused image
- Fixes #13764
2014-01-25 22:34:31 +05:30
Xavier Noria
7524a9166c revises a few things in the getting started guide [ci skip]
More to come.
2014-01-13 23:11:44 +01:00
Akshay Surve
3aa46da471 Adds Akshay Surve to Rails Guides credits list
I had written the original guide for "A Guide to Testing Rails
Applications". The current documents maintains the same structure and
examples I had drafted albeit with some minor changes to keep up with
newer version of Rails.

Older version which had credits included:
http://guides.rubyonrails.org/v2.3.11/testing.html

Github lifo/docrails History:
ff359af865/railties/doc/guides/source/testing_rails_applications.txt
2013-08-23 18:09:49 +05:30
Rashmi Yadav
f7cf0a3932 Image optimized for web view
Used imageoptim, Saved few bytes
http://imageoptim.com/
2013-06-09 13:27:14 +02:00
Jaime Iniesta
952f0faf92 removes forgotten avatar 2013-05-27 20:36:45 +02:00
Vipul A M
bdaaaf6c71 fix typo 2013-05-02 19:14:45 +05:30
Richard Owen
d4c8de9e48 Move 2 images to getting_started folder. All other images in getting started guide already in this folder. 2013-04-28 19:43:13 +01:00
Richard Owen
36ed77806b New rails welcome screen 2013-04-28 19:39:31 +01:00
Chandresh Pant
7f82aa3ac7 correct image for unknown_action_create_for_posts.png 2013-04-05 16:43:24 +05:30
Steve Klabnik
19797df29e Update image in Getting Started Guide [ci skip]
When I updated these images, I must have gotten this one wrong. Now it's
right.

Fixes #9749.
2013-03-16 14:14:50 -07:00
Steve Klabnik
aadd16f913 Getting Started Guide: strong_parameters
Stuff didn't work because of strong_parameters. Now the right calls are
in place.
2013-01-22 00:08:31 -05:00
Steve Klabnik
a1748f310e Fix images in getting started guide.
We changed the error style, so they're all wrong. Now they're right.
😄
2013-01-22 00:08:24 -05:00
Vijay Dev
9d3ce6c7d2 Updated 4.0 release notes
The release notes is changed to include only the major changes and point
to the changelogs for the complete list. This lets us talk more about the
features included in the upcoming release and make the guide more useful
and interesting than just a list of all changelogs.

This is still a WIP guide pending a lot of work.

[ci skip]
2012-12-04 22:17:29 +05:30
Steve Klabnik
55a2820cc6 Here's a few updates to the validations guide. A bunch of small changes,
plus:

* 80 column formats
* replacing the explanation of the dynamic_form gem with the example
  HTML/CSS that Rails scaffolds generate.
2012-12-01 10:25:16 -08:00
Vijay Dev
9ae0c66787 Merge pull request #6383 from oscardelben/add_oscardelben_to_authors
Add oscardelben to authors
2012-05-23 10:49:06 -07:00
Oscar Del Ben
d3f57fbf6e Add oscardelben to authors 2012-05-18 08:45:03 -07:00
Ayrton De Craene
60da3bdc77 Compressed all images from the guide through ImageOptim which saves sometimes up to 74.6% in size [ci skip] 2012-05-07 19:12:41 +02:00
Oscar Del Ben
47ec49276d Rewrite comments action in getting started guide 2012-05-02 11:40:25 +02:00
Oscar Del Ben
f4447607f2 Add delete post section to Getting Started guide 2012-04-27 14:21:02 +02:00
Oscar Del Ben
ee4e7125a6 Add partials section to getting started guide 2012-04-25 15:43:10 +02:00
Oscar Del Ben
6f09291104 Add screenshot to updating post section 2012-04-25 12:18:55 +02:00
Vijay Dev
023cfd3a5c Merge pull request #92 from geetarista/add-favicon
Adds favicon to guides layout
2012-04-22 13:33:16 -07:00
Robby Colvin
9e60cc2e48 Adds favicon to guides layout 2012-04-22 13:20:22 -07:00
Oscar Del Ben
3da2b530af Add validation code to getting started guide and improve validation
section
2012-04-21 12:17:51 +02:00
Oscar Del Ben
504ba12e8c Add model validation section to Getting Started guide 2012-04-21 12:01:33 +02:00
Oscar Del Ben
2e2afc0ac6 Add show action in getting started guide 2012-04-20 12:06:47 +02:00
Ryan Bigg
edad287e84 [getting started] Add images 2012-03-17 20:40:05 -06:00
Xavier Noria
6d87cd028b moves the guides up to the root directory 2012-03-17 08:32:49 -07:00