aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [ci skip] Change `the null` to `a not null constraint`yui-knk2015-03-221-1/+1
|/ / / /
* | | | Change 'girlfriend' to 'partner'Sean Collins2015-03-201-1/+1
| | | |
* | | | Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserving RACK_ENV behavior. This reverts commit 7bdc7635b885e473f6a577264fd8efad1c02174f, reversing changes made to 45786be516e13d55a1fca9a4abaddd5781209103.
* | | | Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci ↵amitkumarsuroliya2015-03-191-1/+1
| | | | | | | | | | | | | | | | skip]
* | | | Merge pull request #19410 from y-yagi/add_reference_exampleSean Griffin2015-03-191-1/+1
|\ \ \ \ | | | | | | | | | | add foreign_key option to result of references column type [ci skip]
| * | | | add foreign_key option to result of references column type [ci skip]yuuji.yaginuma2015-03-191-1/+1
| | | | |
* | | | | don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-4/+4
|/ / / /
* | | | Merge pull request #19403 from akshay-vishnoi/docsAbdelkader Boudih2015-03-191-1/+1
|\ \ \ \ | | | | | | | | | | [ci skip] use true as value rather than symbol
| * | | | [ci skip] use true as value rather than symbolAkshay Vishnoi2015-03-191-1/+1
| | | | |
* | | | | [skip ci] Fixed typoJames2015-03-191-1/+1
|/ / / /
* | | | [ci skip] use false as value rather than symbolAkshay Vishnoi2015-03-191-1/+1
| | | |
* | | | Change commands in the Getting Started guide to use scripts in bin/Dimiter Petrov2015-03-181-9/+9
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge pull request #19240 from yui-knk/refactor/guide_rbYves Senn2015-03-181-45/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove gem check in guides/rails_guides.rb Conflicts: guides/rails_guides.rb
| * | | | Remove gem check in guides/rails_guides.rbyui-knk2015-03-071-45/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Now rails/Gemfile includes nokogiri and redcarpet, so remove gem check from guides/rails_guides.rb
* | | | | - Make example code consistent for better understanding. [ci skip]Santosh Wadghule2015-03-181-5/+5
| | | | |
* | | | | Fix wrong model name for 'Articles', It should be 'Article' [ci skip]Santosh Wadghule2015-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | - Also changed 'a' to 'an' for 'Article' word.
* | | | | Add config.active_record.dump_schemas.Ryan Wallace2015-03-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes db:structure:dump when using schema_search_path and PostgreSQL extensions. Closes #17157.
* | | | | Adds an example of how to access the arguments passed to a custom rake task ↵Mohnish G J2015-03-161-2/+2
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | [skip ci] Fix typos in guidesAnton Davydov2015-03-152-2/+2
| | | | |
* | | | | [ci skip] Fix dead linkyui-knk2015-03-161-1/+1
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | getting_started.html#the-mvc-architecture is lost by this commit 2f06c94e38a116fdfa43d7b7117e6bf911a0bff5 (Mar 14 2012 !). So replace it with wikipedia link.
* | | | [ci skip] Subject-verb agreementJoel Brewer2015-03-141-1/+1
| | | |
* | | | Merge pull request #19322 from ↵Rafael Mendonça França2015-03-131-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | AndrewHendrie/AndrewHendrie-guides-testing-partials-patch Asserting partials modification
| * | | | Asserting partials modificationAndrew Hendrie2015-03-131-1/+1
| | | | | | | | | | | | | | | Changed "create Articles view" to "new article view". The create action doesn't typically have a view assigned to it. The view that's being referred to is the 'new' Article view.
* | | | | Added missing closing brace in sample code for safe HTML translationsChristian Ress2015-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | Closes #19321. [ci skip]
* | | | | Update sprockets links to point to rails orgJoshua Peek2015-03-133-7/+7
| | | | |
* | | | | Fix typo in the “Testing Your Mailers” docsMarius Butuc2015-03-121-1/+1
| | | | | | | | | | | | | | | * [ci skip]
* | | | | [ci skip] Take NOTE: as paragraph to make NOTE blockyui-knk2015-03-121-1/+4
| | | | |
* | | | | Merge pull request #18459 from cantino/action_controller_guide_editsRafael Mendonça França2015-03-111-45/+44
|\ \ \ \ \ | | | | | | | | | | | | Action Controller guide edits for grammar and clarity
| * | | | | Edits for grammar and clarity, with help from georgeclaghorn and robin850.Andrew Cantino2015-03-111-45/+44
| | | | | |
* | | | | | Merge pull request #19289 from ahmad-alkheat/masterYves Senn2015-03-111-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Unnecessary usage of self in the guides [ci skip]
| * | | | | | Unnecessary usage of self in the guidesAhmad Al-kheat2015-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | I deleted self from the callbacks guides code example because it's unnecessary and this way it's more like the other examples where self was not used.
* | | | | | | [ci skip] Change to code elementyui-knk2015-03-111-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Changed 'blank space' to 'blank line'Andrew Hendrie2015-03-091-1/+1
| | | | | | | | | | | | | | | | | | Line 85 stated that fixtures are typically separated by a blank space. I changed the wording to blank line because blank space could be misinterpreted as a non-breaking space character when in reality, each fixture record (in YAML) is separated by a blank line.
* | | | | | Merge pull request #19243 from yui-knk/fix/requireRafael Mendonça França2015-03-092-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix place of require 'rails_guides/markdown'
| * | | | | | Fix place of require 'rails_guides/markdown'yui-knk2015-03-072-1/+1
| | |_|/ / / | |/| | | |
* | | | | | use public Module#include instead of send :include [ci skip]yuuji.yaginuma2015-03-091-3/+3
| | | | | |
* | | | | | Rails 5.0 needs ruby 2.2.1 or higherJeroen van Baarsen2015-03-081-1/+1
|/ / / / / | | | | | | | | | | | | | | | Since there was a bug in 2.2.0, the minimum ruby requirement is 2.2.1. See https://github.com/rails/rails/commit/8ed0b89b [skip ci]
* | | | | Some documentation edits [ci skip]Robin Dupret2015-03-053-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix a few typos * Wrap some lines around 80 chars * Rephrase some statements
* | | | | fix spelling, `ERb` -> `ERB` [ci skip]yuuji.yaginuma2015-03-041-1/+1
| | | | |
* | | | | Update cache_timestamp_format default value in guidesT.J. Schuck2015-03-031-1/+1
| | | | | | | | | | | | | | | [ci skip]
* | | | | Tiny documentation edits [ci skip]Robin Dupret2015-03-031-1/+1
| | | | |
* | | | | Remove line wrapping from the benchmark/ips outputPiotr Szotkowski2015-03-031-4/+4
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Remove mention of long-gone initializer and configJeremy Kemper2015-03-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Serving public files from multiple paths was removed in afc828828ffffe7edeb4648a9d2aa4731191ae21
* | | | | Merge pull request #19106 from teeceepee/patch-1Eileen M. Uchitelle2015-03-021-7/+8
|\ \ \ \ \ | | | | | | | | | | | | Improve guides [ci skip]
| * | | | | Modify guides for a better sounding sentenceYu Haidong2015-03-021-3/+3
| | | | | |
| * | | | | Improve guidesYu Haidong2015-02-271-7/+8
| | | | | |
* | | | | | Merge pull request #19168 from gsamokovarov/byebug-defaults-guideRobin Dupret2015-03-021-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Nit pick the byebug settings guide for default values [ci skip]
| * | | | | | Nit pick the byebug settings guide for default values [ci skip]Genadi Samokovarov2015-03-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In #19097 we had a discussion where we decided to change `byebug` settings sections default part to actually say `defaults`.
* | | | | | | Merge pull request #19097 from gsamokovarov/web-console-guideRobin Dupret2015-03-021-49/+58
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Web Console documentation for the upcoming 2.1 release [ci skip]
| * | | | | | | Web Console documentation for the upcoming 2.1 release [ci skip]Genadi Samokovarov2015-03-021-49/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upcoming 2.1 [web-console release], I have tweaked the existing documentation a bit. I tried to focus on the spawning console use case, because I think a lot of people overlook that. Tried to explain it as best as I can, however, my English and prose aren't my best skills :) If you guys can chime in and help me improve the wording, I would be extremely grateful. There has been some configuration default changes. For example, the whitelisted IPs always include IPv4 and IPv6 localhosts now and this wasn't the case in 2.0. I think a lot of people got bitten by it, that's why I changed it. I'm a bit confused on how to document this. Should I just document the latest version, I don't think I can expect all the people reading the guide to be on it. [web-console release]: https://github.com/rails/web-console/pull/110