aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Output an error message and raise an error if bundler 1.10.x is not ↵akihiro172015-06-066-6/+36
| | | | installed when reporting bugs
* Merge pull request #20423 from Erol/remove-assets-version-documentationRafael Mendonça França2015-06-061-2/+0
|\ | | | | Remove `config.assets.version` from Configuring Rails Application Guide
| * Remove reference to assets version option.Erol Fornoles2015-06-031-2/+0
| |
* | Add the bug report templates to the Travis CI buildRoque Pinel2015-06-054-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | The bug report templates are now executed from the `ci/travis.rb` when `GEM` contains `guides`. I started by creating a `test` task in `guides/Rakefile` to handle this, but since inline `gemfile` must not be executed with `bundle exec`, that rake task would not be consistent with others. So I went back by executing them directly from `Build`. Use inline Gemfile dependency when reporting gem bugs
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-06-052-4/+4
|\ \
| * | [ci skip] Add `.`yui-knk2015-06-011-1/+1
| | |
| * | [ci skip] Upcase `when`yui-knk2015-05-161-1/+1
| | |
| * | [ci skip] Fix to a singular form (person has one contact_detail)yui-knk2015-05-161-2/+2
| | |
* | | Use inline Gemfile dependency when reporting bugsRoque Pinel2015-06-033-33/+18
| | | | | | | | | | | | | | | With Bundler `1.10.3`, it is possible to list the gems inline without the need to create a `Gemfile` if none is found in the current directory.
* | | Document config.action_mailer.deliver_later_queue_nameRafael Mendonça França2015-06-031-0/+2
| |/ |/| | | | | | | | | Also add a CHANGELOG entry for #18587 [ci skip]
* | [ci skip] fix the `collection.clear` guideRoque Pinel2015-06-021-1/+7
| | | | | | | | | | | | | | | | | | | | | | Improve the guide about `has_many` `collection.clear` to indicate the behavior for each dependent strategy according to `collection.delete_all`. Based on #17179, I changed the `collection.delete` docs to also clarify the default strategy for each `hm` and `hm:t` associations. Fixes #20170.
* | Fixed typos in guidemanish-shrivastava2015-06-014-4/+6
| |
* | Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-011-58/+12
|\ \ | | | | | | Deprecate `assert_template` and `assigns()`.
| * | Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-58/+12
| | |
* | | 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
| | | | |