aboutsummaryrefslogtreecommitdiffstats
path: root/guides/assets/images
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] images/getting_started: Update screenshot for missing actionWill Binns2019-06-121-0/+0
|
* Fix and update template_missing image in guideutilum2019-02-041-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the Missing Template image in the Getting Started Guide. The new image displays the current error message. Additionally: - New image is a PNG file, whereas the current image is in fact a misnamed JPEG. - New image is smaller. Before: ``` $ file --mime -b template_is_missing_articles_new.png image/jpeg; charset=binary $ du -h template_is_missing_articles_new.png 464K template_is_missing_articles_new.png ``` After: ``` $ file --mime -b template_is_missing_articles_new.png image/png; charset=binary $ du -h template_is_missing_articles_new.png 28K template_is_missing_articles_new.png ``` [ci-skip]
* Replace outdated Rails Guides logoOlivier Lacan2018-10-192-0/+0
| | | | | | | | | | | | | | | The previous version wasn’t matching the Rails Guides logo source file listed at https://github.com/rails/homepage/blob/master/materials/rails_guides_logo.psd somehow. It was also a GIF when an 8-bit PNG results in a smaller file (2KB vs 4KB) which should be just as widely compatible with browsers. And that’s just for the 1x version. I added a new 2x version for “retina” or high-density displays and a CSS @media query to progressively enhance with this high density version of the logo. I’ve ensured that this query is supported across browsers by using vendor-specific versions when necessary. See: https://caniuse.com/#feat=css-media-resolution [ci skip]
* Update 'rails_welcome.png' to reflect a more diverse population (#32735)Jamie Dihiansan2018-04-261-0/+0
| | | | | | * Update 'rails_welcome.png' to reflect a more diverse population * Cleanup 'rails_welcome.png'
* removes obsolete images in guides [ci skip]Xavier Noria2018-04-032-0/+0
| | | | Note that tab_yellow.gif exists, that is the one being used.
* remove obsolete author imagesXavier Noria2018-04-036-0/+0
| | | | The credits page is gone after #32429, these images are now orphan.
* Remove needless images in guidesYoshiyuki Hirano2018-03-3128-5/+0
|
* Put images into each page's dir in guidesYoshiyuki Hirano2018-03-3110-0/+0
|
* [ci skip] Rails Associations examples contains ActiveRecord::Base reference ↵Atul Shimpi2017-11-247-0/+0
| | | | instead of ApplicationRecord in images
* Shrink image files in the guides using ImageOptimAkira Matsuda2017-06-2139-0/+0
|
* Update getting started guide for Rails 5 [ci skip]Prathamesh Sonpatki2016-06-301-0/+0
| | | | | | - Rails 5 will return 204 No Content by default for controller actions which do not have a template or do not specify how to render. - The "Getting started" guide needs to be updated for this.
* use rails 5 favicon.ico for rails guidesMohamad Abras2016-03-171-0/+0
|
* Introduce new welcome page for new projectsGenadi Samokovarov2016-01-261-0/+0
| | | | As requested by David in 23233.
* - Remove dead links and take users to just the home page insteadVipul A M2016-01-191-0/+0
| | | | | - Add new logo for guides header [ci skip]
* Association Guide replaces Order as example with Author-Book Example [ci skip]amitkumarsuroliya2016-01-182-0/+0
| | | fixes #21500
* Update rails_welcome.pngIvan Tse2015-06-241-0/+0
| | | | [ci skip]
* use rails favicon.ico instead or ruby favicon.ico for rails guidesJohn Krueger2015-02-061-0/+0
|
* Use consistent anchor text throughout the guide.Toby Woller2015-01-151-0/+0
| | | | | | | | | | | | Change all of anchor text in the nav links to `Back` and `Edit` Use `Edit | Back` on pages that use both links to conform to what scaffolding generates. Use consistent anchor text throughout the guide. Change all of anchor text in the nav links to `Back` and `Edit` Use `Edit | Back` on pages that use both links to conform to what scaffolding generates.
* Optimize getting started guide images, and use png instead of jpgCarlos Antonio da Silva2014-02-2515-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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/
* Replace Post with Article in getting started guide [ci skip]Prathamesh Sonpatki2014-01-2519-0/+0
| | | | | | | | - 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
* revises a few things in the getting started guide [ci skip]Xavier Noria2014-01-132-0/+0
| | | | More to come.
* Adds Akshay Surve to Rails Guides credits listAkshay Surve2013-08-231-0/+0
| | | | | | | | | | | | | 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: https://github.com/rails/rails/commits/ff359af86505b4d317b7467e7f79aa2ef2c5e795/railties/doc/guides/source/testing_rails_applications.txt
* Image optimized for web viewRashmi Yadav2013-06-0923-0/+0
| | | | Used imageoptim, Saved few bytes http://imageoptim.com/
* removes forgotten avatarJaime Iniesta2013-05-271-0/+0
|
* fix typoVipul A M2013-05-021-1/+1
|
* Move 2 images to getting_started folder. All other images in getting started ↵Richard Owen2013-04-282-0/+0
| | | | guide already in this folder.
* New rails welcome screenRichard Owen2013-04-281-0/+0
|
* correct image for unknown_action_create_for_posts.pngChandresh Pant2013-04-051-0/+0
|
* Update image in Getting Started Guide [ci skip]Steve Klabnik2013-03-161-0/+0
| | | | | | | When I updated these images, I must have gotten this one wrong. Now it's right. Fixes #9749.
* Getting Started Guide: strong_parametersSteve Klabnik2013-01-221-0/+0
| | | | | Stuff didn't work because of strong_parameters. Now the right calls are in place.
* Fix images in getting started guide.Steve Klabnik2013-01-225-0/+0
| | | | | We changed the error style, so they're all wrong. Now they're right. :smile:
* Updated 4.0 release notesVijay Dev2012-12-041-0/+0
| | | | | | | | | | | 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]
* Here's a few updates to the validations guide. A bunch of small changes,Steve Klabnik2012-12-013-0/+0
| | | | | | | | plus: * 80 column formats * replacing the explanation of the dynamic_form gem with the example HTML/CSS that Rails scaffolds generate.
* Merge pull request #6383 from oscardelben/add_oscardelben_to_authorsVijay Dev2012-05-231-0/+0
|\ | | | | Add oscardelben to authors
| * Add oscardelben to authorsOscar Del Ben2012-05-181-0/+0
| |
* | Compressed all images from the guide through ImageOptim which saves ↵Ayrton De Craene2012-05-0772-0/+0
|/ | | | sometimes up to 74.6% in size [ci skip]
* Rewrite comments action in getting started guideOscar Del Ben2012-05-021-0/+0
|
* Add delete post section to Getting Started guideOscar Del Ben2012-04-271-0/+0
|
* Add partials section to getting started guideOscar Del Ben2012-04-251-0/+0
|
* Add screenshot to updating post sectionOscar Del Ben2012-04-251-0/+0
|
* Merge pull request #92 from geetarista/add-faviconVijay Dev2012-04-221-0/+0
|\ | | | | Adds favicon to guides layout
| * Adds favicon to guides layoutRobby Colvin2012-04-221-0/+0
| |
* | Add validation code to getting started guide and improve validationOscar Del Ben2012-04-211-0/+0
| | | | | | | | section
* | Add model validation section to Getting Started guideOscar Del Ben2012-04-211-0/+0
| |
* | Add show action in getting started guideOscar Del Ben2012-04-201-0/+0
|/
* [getting started] Add imagesRyan Bigg2012-03-176-0/+0
|
* moves the guides up to the root directoryXavier Noria2012-03-1772-0/+5