aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_basics.md
Commit message (Expand)AuthorAgeFilesLines
* Add mention how to delete several records in bulk to Active Record Basics Gui...bogdanvlviv2017-10-181-0/+11
* Use https instead of http in guide [ci skip]Yoshiyuki Hirano2017-08-231-1/+1
* [ci skip] Updated language on validations.Daniel Castro2017-07-091-2/+2
* [ci skip] Update redirecting links in guideskei-s2016-07-121-2/+2
* [ci skip] Update all guides with `null: false` change in migrationsPrathamesh Sonpatki2016-03-031-1/+1
* Revert "Merge pull request #23366 from maclover7/add-configuation-ar-docs"Rafael Mendonça França2016-02-011-102/+0
* Remove odd ` [ci skip]Ryuta Kamizono2016-01-311-1/+1
* Add configuration section to "Active Record Basics" guideJon Moss2016-01-301-0/+102
* Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-2/+2
* Fix documentation about ApplicationRecordRafael Mendonça França2015-12-161-1/+1
* Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-7/+8
* Use a real migration version number in docsMatthew Draper2015-12-151-1/+1
* Use a deliberately-invalid migration version in all doc examplesMatthew Draper2015-12-151-1/+1
* [ci skip] SQL is written using statements, not sentencesBrooks Reese2015-08-131-1/+1
* docs, use hash instead of a string for `order`. [ci skip]Yves Senn2015-08-101-1/+1
* Grammar fix to Active Record Basics guide. [ci skip]Brian Davis2015-05-241-2/+2
* - 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
* [ci skip] Fix dead linkyui-knk2015-03-161-1/+1
* [ci skip] Fix `Object-Relational` to `Object Relational`yui-knk2015-02-241-1/+1
* Merge pull request #18503 from vipulnsward/guides-in-onXavier Noria2015-01-141-1/+1
|\
| * - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
* | minor grammatical fix in documentationJade McGough2015-01-121-1/+1
|/
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
* Add `null` option to timestamps as migration generator does [ci skip]Zachary Scott2014-12-141-1/+1
* Fix typo in "Active Record Basics" guide. [ci skip]nakadai2014-10-241-1/+1
* Update single table inheritance link anchorSu Zhang (張甦)2014-09-301-1/+1
* `create` return an active record object with erros instead of false when vali...Tony Jian2014-07-231-4/+5
* Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]John Kelly Ferguson2014-05-211-9/+9
* fixed typos in active_record basics [skip ci]vanderhoop2014-05-071-2/+2
* Some fixes in docs [ci skip]Malav Bhavsar2013-10-111-1/+1
* [ci skip] Add missing periods and update link name and some wording.Juanito Fatas2013-09-261-11/+11
* Plural of Deer not deerSergio2013-09-101-1/+1
* Removing instances of string class_names in fixtures.wangjohn2013-08-241-1/+1
* Remove set_primary_key, replace with primary_key=Luka Marčetić2013-08-211-2/+2
* Fix 2 grammatical errors/typos in Active Record Basics guide. [ci skip]Daniel Dawson2013-07-081-2/+2
* Using preferred find_by syntax in guidesCristian Planas2013-07-011-4/+4
* correction standr => standard of commits @0435d0eRajarshi Das2013-06-061-1/+1
* reword for grammar and clarityGraham Madden2013-05-311-3/+3
* Change deprecated validates_presence_ofZoltan Debre2013-04-051-1/+1
* add `(association)`_type to schema convetions in AR basics guide.Yves Senn2013-04-031-0/+2
* link the Active Record pattern to the EAA CatalogYves Senn2013-04-031-4/+5
* remove trailing whitespace from AR Basics guideYves Senn2013-04-031-94/+94
* Update guides/source/active_record_basics.mdBenoit Caccinolo2013-01-111-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-2/+2
|\
| * A Relation is not a collection of records. So let's not use the term "record"Akira Matsuda2013-01-041-2/+2
| * .all does not return an ArrayAkira Matsuda2013-01-041-1/+1
* | Change guides to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-3/+3
|/
* General refreshment of the Active Record Basics guidePablo Torres2012-12-121-42/+182
* Fix Active Record validation error messages markup in guidesCarlos Antonio da Silva2012-12-041-21/+21