aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
Commit message (Collapse)AuthorAgeFilesLines
* recount files quantityMikhail Dieterle2014-08-231-1/+1
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-08-191-5/+5
|\ | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/metal/mime_responds.rb actionview/lib/action_view/vendor/html-scanner/html/sanitizer.rb activerecord/lib/active_record/type/value.rb
| * [ci skip] Update links in getting_started guide.Juanito Fatas2014-08-161-5/+5
| |
* | Removed unnecessary wordTom Kadwill2014-08-191-1/+1
| |
* | Update docs to reflect that helper stubs are no longer generatedDavid Heinemeier Hansson2014-08-031-3/+0
| |
* | Merge pull request #16306 from aditya-kapoor/add-docs-for-uglifierZachary Scott2014-08-021-8/+9
|\ \ | |/ |/| [ci skip] add tip for uglifier in execjs error
| * [ci skip] add tip for uglifier in execjs errorAditya Kapoor2014-08-031-8/+9
| |
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-08-021-2/+2
|\ \ | |/ |/| | | | | Conflicts: guides/source/testing.md
| * [ci skip] Normalize all localhost linking.Juanito Fatas2014-07-201-2/+2
| |
* | Fixes #16255 [ci skip]Akshay Vishnoi2014-07-221-1/+1
|/
* [ci skip] Fixed link to strong params in Getting Started section 5.6.JayK312014-07-091-2/+1
|
* Merge pull request #16097 from nishantmodak/correct_mdZachary Scott2014-07-081-5/+3
|\ | | | | correct markdown usage [ci skip]
| * correct markdown usage [ci skip]Nishant Modak2014-07-091-5/+3
| |
* | Update Rails versions [ci skip]Robin Dupret2014-07-071-1/+1
|/ | | | | | | | | | | | | As discussed in #15304, we need to automate this process but for now, having out-of-date versions is not ideal. Since master targets 4.2.0, let's also update references to the last 4.1 version to 4.2.0. Finally, let's remove mentions to versions when this is not needed. The guides cover the features of the current version anyway. [Juanito Fatas + Robin Dupret]
* Add punctuation and fix capitalization in Getting Started guideRory O’Kane2014-06-281-3/+3
| | | | | | | | | | | | Fix more small grammar mistakes in the [Getting Started guide](http://edgeguides.rubyonrails.org/getting_started.html#security), in sections 9 and 10. Specifically, within sections 9.1 “Basic Authentication”, 9.2 “Other Security Considerations”, and 10 “What's Next?”. “Rails Guides” is generally capitalized on the site, including on the linked page and in the title of the site, so I capitalized it. “The” is not part of the name of the Ruby on Rails Security Guide – “The” is not in the title on that page. And I added a missing period and a missing colon at the ends of two sentences.
* Add missing period in Getting Started guideRory O’Kane2014-06-281-1/+1
| | | | Within section 5.10 Adding Some Validation
* Change double quotes to single quotes in guideTimothy Aveni2014-06-211-1/+1
| | | | Improve consistency
* docs, remove getting started guide sample application. [ci skip]Yves Senn2014-06-141-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 Kapoor2014-06-111-4/+3
|
* Update getting_started.mdJonathan Powers2014-06-051-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.mdJonathan Powers2014-06-051-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 Senn2014-05-301-1/+1
|
* Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip]John Kelly Ferguson2014-05-241-1/+1
|
* Use generated binstubs in guides examples.Josef Šimánek2014-05-201-11/+11
| | | | [ci skip]
* fix symbolregonn2014-05-171-1/+1
|
* Merge pull request #14961 from jonatack/patch-7Robin Dupret2014-05-041-89/+74
|\ | | | | Follow-up to #14905 and formatting pass [ci skip]
| * Follow-up to #14905 and formatting passJon Atack2014-05-041-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 Dupret2014-05-041-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 ... insteadJon Atack2014-04-301-2/+2
| | | [ci skip]
* Update the Getting Started tutorialJon Atack2014-04-291-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 Atack2014-04-221-8/+8
|
* Fix code indentation and improve formattingJon Atack2014-04-201-47/+63
| | | | | | | in the Getting Started Guide. This PR regroups #14817, #14818 and #14819 into one commit. [skip ci]
* Grammar fix in Getting Started GuideJon Atack2014-04-201-1/+1
|
* [ci skip] Added link to ruby-lang.org installation.ZENATI YASSINE2014-04-141-1/+1
|
* - Fix lingering reference to `:text` instead of the newer `:plain`Christopher Owen2014-04-141-2/+2
| | | | - Section references `form_tag` instead of the `form_for` used in the example
* Update documentation to use Rails.application insteadMarcel Morgan2014-04-131-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 Dupret2014-03-161-13/+13
| | | | Follow up to 024e5e31
* Reword 5.6 strong parameters and private method stuff [ci skip]Afshin Mokhtari2014-03-151-11/+28
|
* Fix probs in sections 5.6 and 5.9; [ci skip]Afshin Mokhtari2014-03-131-3/+3
|
* Optimize getting started guide images, and use png instead of jpgCarlos Antonio da Silva2014-02-251-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 Silva2014-02-251-5/+5
|
* Update guides for new rendering optionsPrem Sichanugrist2014-02-181-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_fixesVijay Dev2014-02-161-2/+8
|\ | | | | Guides fixes
| * Getting started guide fixes & Explain X-SendFile a little better, with linksKarthik T2014-02-141-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_guideVijay Dev2014-02-111-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-Kerney2014-02-091-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 Bradley2014-02-101-9/+9
|/ /
* | Clarifying confusing phrasingJed Hartman2014-02-091-3/+3
| |
* | Remove end of line whitespace from bb87c16Zachary Scott2014-02-091-4/+4
| |
* | Fix wordy sentenceMatthew Nicholas Bradley2014-02-071-6/+5
|/