Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add missing period in Getting Started guide | Rory O’Kane | 2014-06-28 | 1 | -1/+1 | |
| | | | | Within section 5.10 Adding Some Validation | |||||
* | Change double quotes to single quotes in guide | Timothy Aveni | 2014-06-21 | 1 | -1/+1 | |
| | | | | Improve consistency | |||||
* | docs, remove getting started guide sample application. [ci skip] | Yves Senn | 2014-06-14 | 1 | -3/+2 | |
| | | | | | | | | This application always gets out of sync and doesn't add much value. Closes #15721 /cc @rafaelfranca | |||||
* | Correct Bundler link [ci skip] | Aditya Kapoor | 2014-06-11 | 1 | -4/+3 | |
| | ||||||
* | Update getting_started.md | Jonathan Powers | 2014-06-05 | 1 | -0/+2 | |
| | | | It's not very clear exactly what the "params" method is and does, as the current description in the guide is somewhat vague and brief. An example is helpful, especially considering this method is referenced over 30 times in this guide. [ci skip] | |||||
* | Update getting_started.md | Jonathan Powers | 2014-06-05 | 1 | -0/+2 | |
| | | | It may be confusing to a Rails newbie why "Article" is suddenly being referred to with the "A" being capitalized. Thus far in the guide, the "a" has always been in lowercase. I think it is helpful to point out the reason for this change (especially since not using the capital "A" will result in an error). [ci skip] | |||||
* | `bin/setup` script to bootstrap applications. | Yves Senn | 2014-05-30 | 1 | -1/+1 | |
| | ||||||
* | Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip] | John Kelly Ferguson | 2014-05-24 | 1 | -1/+1 | |
| | ||||||
* | Use generated binstubs in guides examples. | Josef Šimánek | 2014-05-20 | 1 | -11/+11 | |
| | | | | [ci skip] | |||||
* | fix symbol | regonn | 2014-05-17 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #14961 from jonatack/patch-7 | Robin Dupret | 2014-05-04 | 1 | -89/+74 | |
|\ | | | | | Follow-up to #14905 and formatting pass [ci skip] | |||||
| * | Follow-up to #14905 and formatting pass | Jon Atack | 2014-05-04 | 1 | -89/+74 | |
| | | | | | | | | | | | | | | | | on the Getting Started guide. [skip ci] Added 2 changes suggested by @robin850 [skip ci] | |||||
* | | Rails One Click is not maintained anymore [ci skip] | Robin Dupret | 2014-05-04 | 1 | -1/+1 | |
|/ | | | | | | | Let's tell people that they should rely on Tokaido instead of Rails One Click. Fixes #14960. | |||||
* | the use of ... in place >> using ... instead | Jon Atack | 2014-04-30 | 1 | -2/+2 | |
| | | | [ci skip] | |||||
* | Update the Getting Started tutorial | Jon Atack | 2014-04-29 | 1 | -36/+159 | |
| | | | | | | | | Update the Getting Started tutorial to clarify where and how to add controller actions, and fix some grammar. This PR is an improved version of #14828, #14822 and #14815. [skip ci] | |||||
* | Fix run-on sentences and improve grammar [skip ci] | Jon Atack | 2014-04-22 | 1 | -8/+8 | |
| | ||||||
* | Fix code indentation and improve formatting | Jon Atack | 2014-04-20 | 1 | -47/+63 | |
| | | | | | | | in the Getting Started Guide. This PR regroups #14817, #14818 and #14819 into one commit. [skip ci] | |||||
* | Grammar fix in Getting Started Guide | Jon Atack | 2014-04-20 | 1 | -1/+1 | |
| | ||||||
* | [ci skip] Added link to ruby-lang.org installation. | ZENATI YASSINE | 2014-04-14 | 1 | -1/+1 | |
| | ||||||
* | - Fix lingering reference to `:text` instead of the newer `:plain` | Christopher Owen | 2014-04-14 | 1 | -2/+2 | |
| | | | | - Section references `form_tag` instead of the `form_for` used in the example | |||||
* | Update documentation to use Rails.application instead | Marcel Morgan | 2014-04-13 | 1 | -1/+1 | |
| | | | | | | | References to ``AppName::Application` removed in favour of ``Rails.application`` as generated with a new rails 4.1 app. [ci skip] | |||||
* | Remove extra white-spaces [ci skip] | Robin Dupret | 2014-03-16 | 1 | -13/+13 | |
| | | | | Follow up to 024e5e31 | |||||
* | Reword 5.6 strong parameters and private method stuff [ci skip] | Afshin Mokhtari | 2014-03-15 | 1 | -11/+28 | |
| | ||||||
* | Fix probs in sections 5.6 and 5.9; [ci skip] | Afshin Mokhtari | 2014-03-13 | 1 | -3/+3 | |
| | ||||||
* | Optimize getting started guide images, and use png instead of jpg | Carlos Antonio da Silva | 2014-02-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/ | |||||
* | :scissors: [ci skip] | Carlos Antonio da Silva | 2014-02-25 | 1 | -5/+5 | |
| | ||||||
* | Update guides for new rendering options | Prem Sichanugrist | 2014-02-18 | 1 | -1/+1 | |
| | | | | | * Introduces `:plain`, `:html`, `:body` render option. * Update guide to use `render :plain` instead of `render :text`. | |||||
* | Merge pull request #13937 from ktaragorn/guides_fixes | Vijay Dev | 2014-02-16 | 1 | -2/+8 | |
|\ | | | | | Guides fixes | |||||
| * | Getting started guide fixes & Explain X-SendFile a little better, with links | Karthik T | 2014-02-14 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | Explain how form_for :article is able to pull in the properties of @article Make it clear that article_id is generated due to the association set up Add link to the rails function that uses X-Sendfile. Add links to apache and nginx docs for the header | |||||
* | | Merge pull request #13571 from bak/getting_started_guide | Vijay Dev | 2014-02-11 | 1 | -17/+32 | |
|\ \ | | | | | | | A pass over the Getting Started guide sections 1, 2, and 3 [ci skip] | |||||
| * | | A pass over the Getting Started guide sections 1, 2, and 3 [ci skip] | Ben Cullen-Kerney | 2014-02-09 | 1 | -17/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add note about managing Ruby environments * Point to curated lists of Ruby learning resources * Expound on DRY and Convention over Configuration * Remove note on superuser--thankfuly coders new to Rails don't have to sudo anymore :) * Installation/verification instructions for SQLite3, since it's a dependency | |||||
* | | | Add missing directory slashes [ci skip] | Matthew Nicholas Bradley | 2014-02-10 | 1 | -9/+9 | |
|/ / | ||||||
* | | Clarifying confusing phrasing | Jed Hartman | 2014-02-09 | 1 | -3/+3 | |
| | | ||||||
* | | Remove end of line whitespace from bb87c16 | Zachary Scott | 2014-02-09 | 1 | -4/+4 | |
| | | ||||||
* | | Fix wordy sentence | Matthew Nicholas Bradley | 2014-02-07 | 1 | -6/+5 | |
|/ | ||||||
* | docs, reference to ruby-lang.org. refs #13492. [ci skip] | Yves Senn | 2014-02-03 | 1 | -4/+8 | |
| | ||||||
* | fix typo and indent. [ci skip] | Yves Senn | 2014-01-30 | 1 | -1/+1 | |
| | ||||||
* | Replace Post with Article in getting started guide [ci skip] | Prathamesh Sonpatki | 2014-01-25 | 1 | -407/+429 | |
| | | | | | | | | - 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 | |||||
* | single quotes for controller generated routes | Cristian Mircea Messel | 2014-01-14 | 1 | -5/+5 | |
| | | | | | | | | | | Write routes in route.rb with single quotes get 'welcome/index' instead of get "welcome/index" | |||||
* | updates screenshot data [ci skip] | Xavier Noria | 2014-01-13 | 1 | -1/+1 | |
| | ||||||
* | revises a few things in the getting started guide [ci skip] | Xavier Noria | 2014-01-13 | 1 | -39/+42 | |
| | | | | More to come. | |||||
* | Ruby is a proper noun here, not part of code fragment [ci skip] | Soon Van | 2014-01-05 | 1 | -3/+3 | |
| | | | | | Last line of note also relates heavily to first part and parenthesis broke reading flow. | |||||
* | Removed elipsis indicating that the reader should have more code than what ↵ | Mo Omer | 2014-01-01 | 1 | -2/+0 | |
| | | | | | | is pasted. [ci skip] | |||||
* | Make explicit that the view file need to be created [ci skip] | Rafael Mendonça França | 2014-01-01 | 1 | -1/+1 | |
| | | | | Closes #13566 | |||||
* | Do not highlight rake routes output as ruby code [ci skip] | Rafael Mendonça França | 2014-01-01 | 1 | -2/+2 | |
| | | | | Closes #13565 | |||||
* | [ci skip] Update getting started Ruby version. | Juanito Fatas | 2013-12-24 | 1 | -1/+1 | |
| | ||||||
* | [ci skip] a destroy action in controller, not delete [getting_stated.md]. | Juanito Fatas | 2013-12-24 | 1 | -3/+3 | |
| | ||||||
* | fix grammatical error | Afshin Mokhtari | 2013-12-12 | 1 | -1/+1 | |
| | ||||||
* | Link for "New Post" is added in Getting Started guide [ci skip] | Sagar Junnarkar | 2013-11-27 | 1 | -0/+1 | |
| | | | | | - Earlier(line number 862) it is said to add <%= link_to 'New post', new_post_path %> on posts index page before table tag. But when posts index page html is shown, "New Post" link is missing. So aaded "New Post" link in this commit | |||||
* | Keep code consistent with previous code blocks. | Daniel Rodríguez Troitiño | 2013-10-10 | 1 | -2/+2 | |
| | | | [ci skip] |