aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20394 from mechanicles/use-symMatthew Draper2015-06-011-2/+5
|\ | | | | [ci skip] Used 'instance_variables' in example for consistency.
| * [ci skip] Used 'instance_variables' in example for consistency.Santosh Wadghule2015-06-011-2/+5
| | | | | | | | | | | | | | | | - Found that checking instance_variables elements using string object gives us 'false' value. `instance_variables.include? "@articles" # => false` - Used only 'instance_variables' instead of using '.include?' on it. So that it will return recent instance variables list.
* | Remove description of `dependency_loading` optionNikolay Kondratyev2015-06-011-2/+0
|/ | | | | | This option has been removed in e6747d87f3a061d153215715d56acbb0be20191f [ci skip]
* [ci skip] Fix `above` -> `below`yui-knk2015-06-011-1/+1
|
* Fixed typos. [ci skip]Morgan Owens2015-05-311-5/+5
|
* 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.
* Updating the guides for Enumerable#pluckKevin Deisz2015-05-281-0/+10
|
* Merge pull request #20017 from eliotsykes/configurable-static-index-filenameRafael Mendonça França2015-05-281-1/+1
|\ | | | | | | config.static_index configures directory Index "index.html" filename
| * config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-1/+1
| | | | | | | | | | | | Set `config.static_index` to serve a static directory index file not named `index`. For example, to serve `main.html` instead of `index.html` for directory requests, set `config.static_index` to `"main"`.
* | removed erroneous line. Corrected presence validation example.Jurnell Cockhren2015-05-281-1/+0
| | | | | | | | | | Addresses #20343. Removes erroneous line of code in the sample codeblock.
* | Merge pull request #20313 from s3ymd/masterArthur Nogueira Neves2015-05-281-1/+1
|\ \ | | | | | | [ci skip] Fix block parameter of assert_no_difference
| * | [ci skip] Fix block parameter of assert_no_differenceHiromichi Yamada2015-05-281-1/+1
| |/
* / Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-26/+0
|/ | | | `head` method works similar to `render` method with `:nothing` option
* Merge pull request #19867 from radar/rename-app-rails-loaderRafael Mendonça França2015-05-271-3/+3
|\ | | | | Remove redundant 'Rails' from Rails::AppRailsLoader constant
| * Remove redundant 'Rails' from Rails::AppRailsLoader constantRyan Bigg2015-05-211-3/+3
| |
* | Merge pull request #20327 from yoongkang/ajaxZachary Scott2015-05-271-1/+1
|\ \ | | | | | | [ci-skip] Replace dead link about HttpOnly cookies.
| * | [ci skip] Replace dead link about HttpOnly cookies.Yoong Kang Lim2015-05-281-1/+1
| | |
* | | Remove unnecessary reference to example Blog app [ci skip]Jake Gavin2015-05-271-3/+2
| | |
* | | Fix email with name format in Guides. [ci skip]Guilherme Goettems Schneider2015-05-261-1/+1
|/ /
* | Add info on default layout functionality 3.2 >> 4.0 upgradeStephen Puiszis2015-05-261-0/+2
| |
* | Fixed the grammatical mistake in the sentence [ci skip]Rohan Daxini2015-05-251-1/+1
| |
* | Grammar fix to Active Record Basics guide. [ci skip]Brian Davis2015-05-241-2/+2
| |
* | Merge pull request #20270 from imtayadeway/tw/association-basics-docsClaudio B.2015-05-241-11/+12
|\ \ | | | | | | association basics docs fixes
| * | [ci skip] Fix markdown issue in association basics docs.Tim Wade2015-05-221-1/+1
| | | | | | | | | | | | | | | The quoted underscore is being intepreted as markdown, causing the entire phrase to be italicized.
| * | [ci skip] Use spaceship operator to indicate precedence.Tim Wade2015-05-221-1/+1
| | |
| * | [ci skip] Fix grammar/syntax in AR assocation basics.Tim Wade2015-05-221-10/+11
| | |
* | | Reword sentences in contributing docs for clarity.Daniel Levenson2015-05-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | [skip ci] - removes use "squash" where it doesn't apply to git - "is a help" -> "helps" - "if your comment simply says" -> "... simply reads"
* | | Reword a sentence about GH Issues in contributing guide.Daniel Levenson2015-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | [skip ci] "Everyone's Issues" read pretty weird to me, specifically the use of capitalization. I changed the link text to be "issue list", which seems to better "go with the flow", IMHO.
* | | Remove div_for from guides [ci skip]Prathamesh Sonpatki2015-05-231-2/+2
| | | | | | | | | | | | Followup of https://github.com/rails/rails/pull/20244.
* | | Spelling/typo/grammatical fixes [ci skip]karanarora2015-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spelling fix [ci skip] example to be consistent [ci skip] grammatical fix typo fixes [ci skip]
* | | Link association.exists?(...) to API docs [ci skip]Eliot Sykes2015-05-221-2/+6
| | |
* | | Make link to configuring guide relative [ci skip]Eliot Sykes2015-05-221-1/+1
| | |
* | | Merge pull request #20244 from y-yagi/remove_div_for_from_guideKasper Timm Hansen2015-05-211-20/+0
|\ \ \ | | | | | | | | remove reference to `div_for` method from guide [ci skip]
| * | | remove reference to `div_for` method from guide [ci skip]yuuji.yaginuma2015-05-211-20/+0
| | | | | | | | | | | | | | | | `div_for` removed in 01e94ef
* | | | Rails documentation standard is american english. [ci skip]Ronak Jangir2015-05-201-1/+1
| | | |
* | | | Rails documentation standard is american english. [ci skip]karanarora2015-05-201-1/+1
| | | |
* | | | Fix broken link for minitest. [ci skip]Arun Agrawal2015-05-201-1/+1
| | | | | | | | | | | | For more details see #20222
* | | | Merge pull request #20222 from Gaurav2728/gaurav-update_ruby_linksYves Senn2015-05-203-4/+4
|\ \ \ \ | | | | | | | | | | [ci skip] updated ruby doc links; for rails next version of ruby will be 2.2x
| * | | | [ci skip] update ruby doc links; for rails next version ruby 2.2+ will be ↵Gaurav Sharma2015-05-203-4/+4
| | | | | | | | | | | | | | | | | | | | supported only
* | | | | Rails 5.0 will target Ruby 2.2+, correct rails guide example [ci skip]Gaurav Sharma2015-05-201-1/+1
|/ / / /
* / / / Updated postgresql documentation link to use latest version [ci skip]Ronak Jangir2015-05-202-20/+20
|/ / /
* | | [ci skip] add to doc that acceptance validator allows `nil` by defaultRoque Pinel2015-05-191-0/+1
| | |
* | | updated squash docs-section [ci skip]Gourav Tiwari2015-05-191-2/+1
| | | | | | | | | | | | | | | I happen to squash my couple of commits and when followed steps from guide, I observed that I have to give a commit id after which I want to squash. If I don't provide one it picks last 3 commits, which might not include my commits to squash. Refer: http://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git
* | | Merge pull request #20157 from tak1n/masterRafael Mendonça França2015-05-191-1/+1
|\ \ \ | | | | | | | | Clarify view tests
| * | | Clarify view tests [ci skip]Benjamin Klotz2015-05-141-1/+1
| | | | | | | | | | | | | | | | Mention that view tests are made in controller tests.
* | | | updating the links, they were removed in cc30f5f9 [ci skip]Ankit Gupta2015-05-191-0/+1
| | | | | | | | | | | | | | | | new links as per pull request comment #20160 (OWASP guides)
* | | | Merge pull request #20178 from ↵Santiago Pastorino2015-05-171-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vngrs/fix_wrong_default_value_of_javascript_engine config.generators javascript_engine default value is :js not nil
| * | | | config.generators javascript_engine default value is :js not nil [ci skip]Mehmet Emin İNAÇ2015-05-171-1/+1
| | | | |
* | | | | add missing documentation about generators resource_route [ci skip]Mehmet Emin İNAÇ2015-05-171-0/+1
|/ / / /
* | | | [ci skip] remove unnecessary mention to Test::Unit from docsRoque Pinel2015-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the guide to state that Rails uses Minitest as the default test framework. Remove unnecessary mention to Test::Unit from the API docs ('constantize' and 'safe_constantize').