Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable autolink in example code blocks in guides. | Juanito Fatas | 2014-06-24 | 1 | -0/+6 |
| | | | | | | | | | | | | /cc @chancancode @robin850 configuration reference: http://alexgorbatchev.com/SyntaxHighlighter/manual/configuration/ Related issues: * https://github.com/vmg/redcarpet/issues/334 * https://github.com/docrails-tw/guides/issues/62 | ||||
* | fix guides mobile nav issue [ci skip] | Greg Molnar | 2014-05-06 | 1 | -1/+4 |
| | |||||
* | Optimize getting started guide images, and use png instead of jpg | Carlos Antonio da Silva | 2014-02-25 | 15 | -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 Sonpatki | 2014-01-25 | 19 | -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 Noria | 2014-01-13 | 2 | -0/+0 |
| | | | | More to come. | ||||
* | Adds Akshay Surve to Rails Guides credits list | Akshay Surve | 2013-08-23 | 1 | -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 | ||||
* | Merge pull request #11073 from tricknotes/improve-guides-js | Rafael Mendonça França | 2013-07-09 | 1 | -34/+30 |
|\ | | | | | Improve guides js | ||||
| * | Improve js written for guides | Ryunosuke SATO | 2013-06-25 | 1 | -34/+30 |
| | | | | | | | | | | | | | | * Stop using unnecessary global variable * Use function defined by jQuery for simplicity * Fix event listner for "more info button" to handle event on resize browser | ||||
* | | Added cursor pointer for 'More Ruby on Rails' | Paul Nikitochkin | 2013-07-08 | 1 | -0/+1 |
| | | | | | | | | | | dropdown menu on guides page (which appear on small windows) [ci skip] | ||||
* | | [doc] fixed printing of code samples | Arun Agrawal | 2013-07-02 | 1 | -1/+1 |
| | | |||||
* | | Fixed menu section's location (guides) | Dima Zudochkin | 2013-06-25 | 1 | -1/+1 |
|/ | |||||
* | Revert "Whitespace trimming in guides generation" | Vijay Dev | 2013-06-14 | 1 | -7/+7 |
| | | | | | | | This reverts commit 91a1cf7013252753567b36f61bfcd5fd0a5bb2b8. Reason: code changes disallowed in docrails, even if they are guides generation related. | ||||
* | Image optimized for web view | Rashmi Yadav | 2013-06-09 | 23 | -0/+0 |
| | | | | Used imageoptim, Saved few bytes http://imageoptim.com/ | ||||
* | Whitespace trimming in guides generation | Sunny Ripert | 2013-05-28 | 1 | -7/+7 |
| | |||||
* | removes forgotten avatar | Jaime Iniesta | 2013-05-27 | 1 | -0/+0 |
| | |||||
* | fix typo | Vipul A M | 2013-05-02 | 1 | -1/+1 |
| | |||||
* | Move 2 images to getting_started folder. All other images in getting started ↵ | Richard Owen | 2013-04-28 | 2 | -0/+0 |
| | | | | guide already in this folder. | ||||
* | New rails welcome screen | Richard Owen | 2013-04-28 | 1 | -0/+0 |
| | |||||
* | correct image for unknown_action_create_for_posts.png | Chandresh Pant | 2013-04-05 | 1 | -0/+0 |
| | |||||
* | Update image in Getting Started Guide [ci skip] | Steve Klabnik | 2013-03-16 | 1 | -0/+0 |
| | | | | | | | When I updated these images, I must have gotten this one wrong. Now it's right. Fixes #9749. | ||||
* | Getting Started Guide: strong_parameters | Steve Klabnik | 2013-01-22 | 1 | -0/+0 |
| | | | | | Stuff didn't work because of strong_parameters. Now the right calls are in place. | ||||
* | Fix images in getting started guide. | Steve Klabnik | 2013-01-22 | 5 | -0/+0 |
| | | | | | We changed the error style, so they're all wrong. Now they're right. :smile: | ||||
* | Merge pull request #8770 from goshakkk/guides-img-fix | Xavier Noria | 2013-01-06 | 1 | -0/+4 |
|\ | | | | | Fix img width in guides | ||||
| * | fix img width in guides | Gosha Arinich | 2013-01-05 | 1 | -0/+4 |
| | | |||||
* | | fix guides' warning bottom padding | Gosha Arinich | 2013-01-06 | 1 | -1/+1 |
|/ | |||||
* | Updated 4.0 release notes | Vijay Dev | 2012-12-04 | 1 | -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 Klabnik | 2012-12-01 | 3 | -0/+0 |
| | | | | | | | | plus: * 80 column formats * replacing the explanation of the dynamic_form gem with the example HTML/CSS that Rails scaffolds generate. | ||||
* | Fix guides home links and maintain compatibility with small screens | Carlos Antonio da Silva | 2012-11-07 | 1 | -1/+7 |
| | | | | | | | | | Commit 65a2977cdd55678d3eab06434625375914511786 has introduced some changes to format content for small devices, this change reverts the original font size for normal screens while maintaing the same format for these devices. [ci skip] | ||||
* | Minor css style improvements | Carlos Antonio da Silva | 2012-11-04 | 1 | -47/+45 |
| | | | | | | | Fix some indenting for some properties and closing }, remove tabs, and merge two pre/code definitions. [ci skip] | ||||
* | Restore index link states to the way they are in current guide | Carlos Antonio da Silva | 2012-11-04 | 1 | -2/+2 |
| | | | | | | | | | | | | Current stable guides show the "Guides Index" links without underline, just showing it when it's hovered. This restores the same functionality for edge guides. Also remove annoying pointer cursor while accessing guides index, restoring previously functionality: now the pointer cursor only appears when hovering a link. Closes #8107 [ci skip] | ||||
* | [Guides] Format content for small devices | Joe Fiorini | 2012-10-06 | 3 | -2/+159 |
| | |||||
* | [Guides] Navigation styling for small devices | Joe Fiorini | 2012-10-06 | 3 | -214/+443 |
| | |||||
* | Retain heading styles in the page chapters list | Prem Sichanugrist | 2012-09-17 | 1 | -2/+3 |
| | |||||
* | Start rewriting 4.0 release note into Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -1/+8 |
| | |||||
* | Merge pull request #6383 from oscardelben/add_oscardelben_to_authors | Vijay Dev | 2012-05-23 | 1 | -0/+0 |
|\ | | | | | Add oscardelben to authors | ||||
| * | Add oscardelben to authors | Oscar Del Ben | 2012-05-18 | 1 | -0/+0 |
| | | |||||
* | | Compressed all images from the guide through ImageOptim which saves ↵ | Ayrton De Craene | 2012-05-07 | 72 | -0/+0 |
|/ | | | | sometimes up to 74.6% in size [ci skip] | ||||
* | Rewrite comments action in getting started guide | Oscar Del Ben | 2012-05-02 | 1 | -0/+0 |
| | |||||
* | Add delete post section to Getting Started guide | Oscar Del Ben | 2012-04-27 | 1 | -0/+0 |
| | |||||
* | Add partials section to getting started guide | Oscar Del Ben | 2012-04-25 | 1 | -0/+0 |
| | |||||
* | Add screenshot to updating post section | Oscar Del Ben | 2012-04-25 | 1 | -0/+0 |
| | |||||
* | Merge pull request #92 from geetarista/add-favicon | Vijay Dev | 2012-04-22 | 1 | -0/+0 |
|\ | | | | | Adds favicon to guides layout | ||||
| * | Adds favicon to guides layout | Robby Colvin | 2012-04-22 | 1 | -0/+0 |
| | | |||||
* | | Add validation code to getting started guide and improve validation | Oscar Del Ben | 2012-04-21 | 1 | -0/+0 |
| | | | | | | | | section | ||||
* | | Add model validation section to Getting Started guide | Oscar Del Ben | 2012-04-21 | 1 | -0/+0 |
| | | |||||
* | | Add show action in getting started guide | Oscar Del Ben | 2012-04-20 | 1 | -0/+0 |
|/ | |||||
* | Make body background white for Lion scrollbar to be dark | Rafaël Blais Masson | 2012-03-29 | 1 | -3/+3 |
| | |||||
* | [getting started] Add images | Ryan Bigg | 2012-03-17 | 6 | -0/+0 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 123 | -0/+6166 |