Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updating guides for Rails 5.0 [ci skip] | Lucas Caton | 2015-01-02 | 1 | -1/+1 | |
| | ||||||
* | Update Getting Started guide to reflect foreign key in migration [ci skip] | Jennifer Wollesen | 2014-12-30 | 1 | -0/+3 | |
| | ||||||
* | The Guide to Testing Rails Applications is published! :tada: :tada: [ci skip] | Zachary Scott | 2014-12-30 | 1 | -3/+8 | |
| | ||||||
* | Fix a few typos [ci skip] | Robin Dupret | 2014-12-24 | 1 | -1/+1 | |
| | ||||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 | |
| | | | | References #18148. | |||||
* | Add link for Domain-Specific Language [ci skip] | Andrey Nering | 2014-12-19 | 1 | -2/+3 | |
| | ||||||
* | Output extension is no longer generated [ci skip] | Zachary Scott | 2014-12-18 | 1 | -4/+4 | |
| | | | | /cc @senny Is this change documented somewhere? | |||||
* | Remove this tip, if the previous statement is true.. ie: The reader sees "Rails | Zachary Scott | 2014-12-15 | 1 | -5/+0 | |
| | | | | | | 4.2.0", then they should have no problems hacking with Rails. [ci skip] If they do, then its a bug and it should be reported. | |||||
* | Merge pull request #17992 from andreynering/guides-intallation | Zachary Scott | 2014-12-15 | 1 | -6/+11 | |
|\ | | | | | Improving tips about installation in the guides [ci skip] | |||||
| * | Improving tips about installation in the guides [ci skip] | Andrey Nering | 2014-12-12 | 1 | -6/+11 | |
| | | ||||||
* | | Add `null` option to timestamps as migration generator does [ci skip] | Zachary Scott | 2014-12-14 | 1 | -2/+2 | |
| | | ||||||
* | | Fix path typo to Article model in Getting Started [ci skip] | Zachary Scott | 2014-12-14 | 1 | -1/+1 | |
| | | ||||||
* | | Use generic timestamp for generated migration file. [ci skip] | Zachary Scott | 2014-12-14 | 1 | -2/+2 | |
| | | ||||||
* | | Edit pass to section 5.1 of getting started guide [ci skip] | Zachary Scott | 2014-12-14 | 1 | -15/+17 | |
|/ | ||||||
* | Merge pull request #17705 from fgo/patch-14 | Arthur Nogueira Neves | 2014-11-21 | 1 | -2/+2 | |
|\ | | | | | Move 'the' outside of SQLite and Bundler link text [ci skip] | |||||
| * | Move 'the' outside of SQLite and Bundler link text [ci skip] | Francis Go | 2014-11-22 | 1 | -2/+2 | |
| | | ||||||
* | | Update grammar in Getting Started Guide [ci skip] | Francis Go | 2014-11-21 | 1 | -2/+2 | |
|/ | ||||||
* | add Nokogiri to docs generation guides | Greg Molnar | 2014-11-16 | 1 | -1/+1 | |
| | ||||||
* | Mention that articles resource should be added by user in getting started guide | Prathamesh Sonpatki | 2014-11-05 | 1 | -4/+4 | |
| | | | | [ci skip] | |||||
* | recount files quantity | Mikhail Dieterle | 2014-08-23 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-08-19 | 1 | -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 Fatas | 2014-08-16 | 1 | -5/+5 | |
| | | ||||||
* | | Removed unnecessary word | Tom Kadwill | 2014-08-19 | 1 | -1/+1 | |
| | | ||||||
* | | Update docs to reflect that helper stubs are no longer generated | David Heinemeier Hansson | 2014-08-03 | 1 | -3/+0 | |
| | | ||||||
* | | Merge pull request #16306 from aditya-kapoor/add-docs-for-uglifier | Zachary Scott | 2014-08-02 | 1 | -8/+9 | |
|\ \ | |/ |/| | [ci skip] add tip for uglifier in execjs error | |||||
| * | [ci skip] add tip for uglifier in execjs error | Aditya Kapoor | 2014-08-03 | 1 | -8/+9 | |
| | | ||||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-08-02 | 1 | -2/+2 | |
|\ \ | |/ |/| | | | | | Conflicts: guides/source/testing.md | |||||
| * | [ci skip] Normalize all localhost linking. | Juanito Fatas | 2014-07-20 | 1 | -2/+2 | |
| | | ||||||
* | | Fixes #16255 [ci skip] | Akshay Vishnoi | 2014-07-22 | 1 | -1/+1 | |
|/ | ||||||
* | [ci skip] Fixed link to strong params in Getting Started section 5.6. | JayK31 | 2014-07-09 | 1 | -2/+1 | |
| | ||||||
* | Merge pull request #16097 from nishantmodak/correct_md | Zachary Scott | 2014-07-08 | 1 | -5/+3 | |
|\ | | | | | correct markdown usage [ci skip] | |||||
| * | correct markdown usage [ci skip] | Nishant Modak | 2014-07-09 | 1 | -5/+3 | |
| | | ||||||
* | | Update Rails versions [ci skip] | Robin Dupret | 2014-07-07 | 1 | -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 guide | Rory O’Kane | 2014-06-28 | 1 | -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 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 | |
| |