aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
Commit message (Collapse)AuthorAgeFilesLines
...
* [ci skip] fix #23157Shakib Hossain2016-01-221-0/+5
|
* [ci skip] update guide for Puma web server instead of WebrickGaurav Sharma2016-01-201-1/+1
| | | Rails 5.0 default server puma web server. following commit - https://github.com/rails/rails/commit/ae48ea69
* use bin/rails default instead of rake commands [ci skip]Gaurav Sharma2016-01-191-12/+12
| | | I go through the `http://edgeguides.rubyonrails.org/` and found `rake` commands in various files that are in RAILS 5.0 implement by `bin/rails` command. I try to change all that can be directly use `bin/rails …`
* [ci skip] Update doc/resource link removed by #21211Victor Felder2016-01-051-0/+1
|
* Update README extension in Getting Started guideMatthew Conway2015-12-201-1/+1
| | | Generated Rails app READMEs are Markdown as of 9739f07d763e29b1c5d71cabf1ca8cfa4421e653
* ApplicationRecord documentation passGenadi Samokovarov2015-12-171-10/+11
| | | | | | | This is a pass over the documentation which fills the missing gaps of `ApplicationRecord`. [ci skip]
* Use a real migration version number in docsMatthew Draper2015-12-151-2/+2
| | | | | Even though this means more things to change when we bump after a release, it's more important that our examples are directly copyable.
* Use a deliberately-invalid migration version in all doc examplesMatthew Draper2015-12-151-2/+2
| | | | | | | | | | If we use a real version, at best that'll be an onerous update required for each release; at worst, it will encourage users to write new migrations against an older version than they're using. The other option would be to leave these bare, without any version specifier. But as that's just a variant spelling of "4.2", it would seem to raise the same concerns as above.
* [ci skip] Better description for starting up with new Rails projectShivani2015-08-281-4/+3
| | | | These changes rephrases the description with better explanation of step by step process.
* Merge pull request #21211 from brooksreese/resrc_io_website_closedRafael Mendonça França2015-08-121-1/+0
|\ | | | | [ci skip] Removed link to reSRC.io - site closed
| * [ci skip] Removed link to reSRC.io - site closedBrooks Reese2015-08-121-1/+0
| |
* | [ci skip] Swap ruby -v and the installation tipBrooks Reese2015-08-111-5/+5
|/
* Added bin/update script to update application automaticallyMehmet Emin İNAÇ2015-08-071-1/+1
| | | | | | | | | | use system! fix changelog use bundle check first and use rake use system instead system! for bundle check
* Tiny documentation edits [ci skip]Robin Dupret2015-07-281-4/+6
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-07-111-1/+1
|\
| * [ci skip] Fix hash key to symbolyui-knk2015-06-241-1/+1
| |
* | Merge pull request #20734 from srikanthps/masterRafael Mendonça França2015-06-291-1/+2
|\ \ | | | | | | To fix #20644
| * | To fix #20644Srikanth Shreenivas2015-06-301-1/+2
| |/ | | | | Added a note on development kit for Windows Users. This is required as Windows users can get frustrated when their first rails project creation would fail as some native gem won't get built.
* | Minor addition to getting started guide for foreign_key description of ↵Mehmet Emin İNAÇ2015-06-291-2/+2
| | | | | | | | references migration [ci skip]
* | updates a migration example in the Getting Started guide [ci skip]Xavier Noria2015-06-281-5/+3
| | | | | | | | Closes #20705.
* | Change routes.rb look in getting started [ci skip]Dmitry Pak2015-06-271-0/+1
|/
* correct example output of references migration [ci skip]yuuji.yaginuma2015-06-191-4/+1
| | | | this behavior was changed in 99a6f9e60ea55924b44f894a16f8de0162cf2702
* Tiny documentation edits [ci skip]Robin Dupret2015-06-071-1/+3
|
* no rails command short-cuts in the getting-started guide. [ci skip]Yves Senn2015-05-311-1/+1
| | | | The full command name is more expressive.
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-05-081-1/+1
|\
| * Replaced Javascript with JavaScript in guidesPrathamesh Sonpatki2015-04-281-1/+1
| |
* | docs, fix spelling. refs #20040 [ci skip]Yves Senn2015-05-061-4/+4
| |
* | Using the real C and R def of Crud [ci skip]Ankit gupta2015-05-051-1/+1
| |
* | RewordingKevin Busby2015-04-281-4/+1
| | | | | | | | | | | | Rewording in accordance with the documentation guidelines (‘Prefer wordings that avoid "you"s and "your”s.’) and to remove in particular “if you'd call”.
* | update Ruby required version in Getting Started guide [ci skip]yuuji.yaginuma2015-04-221-1/+1
| |
* | [ci skip] Update `current version of Ruby`yui-knk2015-04-211-1/+1
| |
* | Fix typos and improve the documentationJon Atack2015-04-151-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squash of the following commits, from first to last: - Fix minor, random things I’ve come across lately that individually did not seem worth making a PR for, so I saved them for one commit. One common error is using “it’s” (which is an abbreviation of “it is”) when the possessive “its” should be used for indicating possession. - Changes include the name of a test, so remove the `[skip ci]` (thanks @senny). - Line wrap the changes at 80 chars and add one more doc fix. - Add a missing line wrap in the Contributing to Ruby on Rails Guide. - Line wrap the `TIP` section in the Contributing to Ruby on Rails Guide as well. Rendering the guide locally with `bundle exec rake guides:generate` did not show any change in on-screen formatting after adding the line wrap. The HTML generated is (extra line added to illustrate where the line wrap takes place): <div class="info"><p>Please squash your commits into a single commit when appropriate. This simplifies future cherry picks and also keeps the git log clean.</p></div> - Squash commits.
* Merge pull request #19483 from yui-knk/fix/getting_startedZachary Scott2015-03-291-1/+1
|\ | | | | [ci skip] Fix an object of `reference`
| * [ci skip] Fix an object of `reference`yui-knk2015-03-241-1/+1
| |
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-03-261-1/+1
|\ \ | |/ |/| | | | | Conflicts: guides/source/4_0_release_notes.md
| * [ci skip] Change to a singular form (`the comment model`)yui-knk2015-03-241-1/+1
| |
* | Change commands in the Getting Started guide to use scripts in bin/Dimiter Petrov2015-03-181-9/+9
| | | | | | | | [ci skip]
* | Update sprockets links to point to rails orgJoshua Peek2015-03-131-3/+3
| |
* | Modify guides for a better sounding sentenceYu Haidong2015-03-021-3/+3
| |
* | Improve guidesYu Haidong2015-02-271-7/+8
|/
* Add link to the show action in the getting startedRafael Mendonça França2015-02-061-0/+1
| | | | | | [ci skip] Closes #16538
* Remove documentation tasksXavier Noria2015-02-061-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the tasks doc:app, doc:rails, and doc:guides. In our experience applications do not generate APIs using doc:app. Methods may be certainly documented for maintainers, annotated with YARD tags, etc. but that is intended to be read with the source code, not in a separate website. Then, teams also have typically selected topics written down in Markdown files, or in a GitHub wiki... that kind of thing. If a team absolutely needs to generate application documentation for internal purposes, they can still easily write their own task. Regarding doc:rails and doc:guides, we live in 2015. We are used to go to online docs all the time. If you really want access to the API offline RubyGems generates it for every Rails component unless you tell it not to, and you can checkout the Rails source code to read the guides as Markdown, or download them for a Kindle reader. All in all, maintaining this code does not seem to be worthwhile anymore. As a consequence of this, guides (+3 MB uncompressed) won't be distributed with the rails gem anymore. Of course, guides and API are going to be still part of releases, since documentation is maintained alongside code and tests. Also, time permitting, this will allow us to experiment with novel ways to generate documentation in the Rails docs server, since right now we were constrained by being able to generate them in the user's environment.
* remove trailing whitespace. [ci skip]Yves Senn2015-01-251-1/+1
|
* Add tip for running binstubs on Windows [ci skip]Bryan Bibat2015-01-251-0/+3
| | | | | | | The default command prompt under Windows doesn't run binstubs correctly while PowerShell needs to find the location of the Ruby interpreter for it to work properly. Passing the binstubs manually to the interpreter solves this problem.
* Merge pull request #18493 from twoller/masterYves Senn2015-01-171-10/+10
|\ | | | | Consistent anchor text in nav links, new image [ci skip]
| * Use consistent anchor text throughout the guide.Toby Woller2015-01-151-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Adding tip about jQuery UJS [ci skip]Andrey Nering2015-01-151-0/+3
| | | | | | | | Reference #18533
* | - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
|/ | | | - Changed `IN` to `ON` in all note sentences in guides.
* Remove the tmp/sessions folder and its clear taskRobin Dupret2015-01-031-1/+1
| | | | | | | | | | Commit 1aea470 introduced this directory but this was at a time when the default way to store sessions was on the file system under the tmp directory. Let's remove references to it from the documentation as well. [Robin Dupret & yui-knk]
* Revert part of 996e646bd8cff3bcf2b13863439f48d3e744cdae [ci skip]Zachary Scott2015-01-021-3/+0
|